Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Oct 1, 2021
1 parent bd9d8e1 commit e95ed1e
Show file tree
Hide file tree
Showing 16 changed files with 476 additions and 318 deletions.
5 changes: 5 additions & 0 deletions .tazerc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"exclude": [
"vue"
]
}
9 changes: 4 additions & 5 deletions examples/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@
"generate": "nuxt generate"
},
"dependencies": {
"core-js": "^3.18.0",
"core-js": "^3.18.1",
"nuxt": "^2.15.8"
},
"devDependencies": {
"@iconify/json": "^1.1.406",
"@iconify/json": "^1.1.409",
"@nuxt/types": "^2.15.8",
"@nuxt/typescript-build": "^2.1.0",
"@nuxtjs/composition-api": "^0.29.2",
"css-loader": "^5.2.7",
"unplugin-icons": "workspace:*",
"unplugin-vue2-script-setup": "^0.6.4"
"css-loader": "^6.3.0",
"unplugin-icons": "workspace:*"
}
}
4 changes: 2 additions & 2 deletions examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"@iconify-json/logos": "^1.0.1",
"@iconify-json/mdi": "^1.0.1",
"@sveltejs/kit": "next",
"svelte": "^3.43.0",
"svelte": "^3.43.1",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.9.5",
"svelte-preprocess": "^4.9.7",
"tslib": "^2.3.1",
"typescript": "^4.4.3",
"unplugin-icons": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions examples/vite-preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"devDependencies": {
"@iconify-json/logos": "^1.0.1",
"@preact/preset-vite": "^2.1.0",
"@preact/preset-vite": "^2.1.2",
"@svgr/core": "^5.5.0",
"typescript": "^4.4.3",
"unplugin-icons": "workspace:*",
"vite": "^2.5.10",
"vite-plugin-inspect": "^0.3.7"
"vite": "^2.6.2",
"vite-plugin-inspect": "^0.3.8"
}
}
6 changes: 3 additions & 3 deletions examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"devDependencies": {
"@iconify-json/logos": "^1.0.1",
"@svgr/core": "^5.5.0",
"@types/react": "^17.0.24",
"@types/react": "^17.0.26",
"@types/react-dom": "^17.0.9",
"@vitejs/plugin-react-refresh": "^1.3.6",
"typescript": "^4.4.3",
"unplugin-icons": "workspace:*",
"vite": "^2.5.10",
"vite-plugin-inspect": "^0.3.7"
"vite": "^2.6.2",
"vite-plugin-inspect": "^0.3.8"
}
}
2 changes: 1 addition & 1 deletion examples/vite-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"devDependencies": {
"@iconify-json/mdi": "^1.0.1",
"unplugin-icons": "workspace:*",
"vite": "^2.5.10",
"vite": "^2.6.2",
"vite-plugin-solid": "^2.0.3"
},
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions examples/vite-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"@iconify-json/icon-park": "^1.0.1",
"@iconify-json/logos": "^1.0.1",
"@iconify-json/mdi": "^1.0.1",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.24",
"@sveltejs/vite-plugin-svelte": "^1.0.0-next.26",
"@tsconfig/svelte": "^2.0.1",
"cross-env": "^7.0.3",
"svelte": "^3.43.0",
"svelte": "^3.43.1",
"svelte-check": "^2.2.6",
"svelte-preprocess": "^4.9.5",
"svelte-preprocess": "^4.9.7",
"typescript": "^4.4.3",
"unplugin-icons": "workspace:*",
"vite": "^2.5.10"
"vite": "^2.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/vite-vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"devDependencies": {
"@iconify-json/mono-icons": "^1.0.1",
"unplugin-icons": "workspace:*",
"vite": "^2.5.10"
"vite": "^2.6.2"
}
}
6 changes: 3 additions & 3 deletions examples/vite-vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"vue": "^2.6.14"
},
"devDependencies": {
"@iconify-json/carbon": "^1.0.2",
"@iconify-json/carbon": "^1.0.3",
"@iconify-json/fa-solid": "^1.0.1",
"@iconify-json/heroicons-outline": "^1.0.1",
"@iconify-json/ic": "^1.0.1",
Expand All @@ -19,8 +19,8 @@
"@iconify-json/ri": "^1.0.1",
"typescript": "^4.4.3",
"unplugin-icons": "workspace:*",
"unplugin-vue-components": "^0.15.4",
"vite": "^2.5.10",
"unplugin-vue-components": "^0.15.6",
"vite": "^2.6.2",
"vite-plugin-vue2": "^1.8.2",
"vue-template-compiler": "^2.6.14",
"vue-template-es2015-compiler": "^1.9.1"
Expand Down
6 changes: 3 additions & 3 deletions examples/vite-vue3-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"vue": "^3.2.19"
},
"devDependencies": {
"@iconify/json": "^1.1.406",
"@iconify/json": "^1.1.409",
"@vitejs/plugin-vue": "^1.9.2",
"@vue/compiler-sfc": "^3.2.19",
"typescript": "^4.4.3",
"unplugin-icons": "workspace:*",
"unplugin-vue-components": "^0.15.4",
"vite": "^2.5.10"
"unplugin-vue-components": "^0.15.6",
"vite": "^2.6.2"
}
}
6 changes: 3 additions & 3 deletions examples/vite-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"vue": "^3.2.19"
},
"devDependencies": {
"@iconify-json/carbon": "^1.0.2",
"@iconify-json/carbon": "^1.0.3",
"@iconify-json/fa-solid": "^1.0.1",
"@iconify-json/heroicons-outline": "^1.0.1",
"@iconify-json/ic": "^1.0.1",
Expand All @@ -23,7 +23,7 @@
"@vue/compiler-sfc": "^3.2.19",
"typescript": "^4.4.3",
"unplugin-icons": "workspace:*",
"unplugin-vue-components": "^0.15.4",
"vite": "^2.5.10"
"unplugin-vue-components": "^0.15.6",
"vite": "^2.6.2"
}
}
2 changes: 1 addition & 1 deletion examples/vite-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"@iconify-json/ion": "^1.0.1",
"@iconify-json/mono-icons": "^1.0.1",
"unplugin-icons": "workspace:*",
"vite": "^2.5.10"
"vite": "^2.6.2"
}
}
4 changes: 2 additions & 2 deletions examples/vue-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
},
"dependencies": {
"@vue/composition-api": "^1.2.2",
"core-js": "^3.18.0",
"core-js": "^3.18.1",
"vue": "^2.6.14"
},
"devDependencies": {
"@iconify/json": "^1.1.406",
"@iconify/json": "^1.1.409",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-typescript": "^4.5.13",
"@vue/cli-service": "^4.5.13",
Expand Down
4 changes: 2 additions & 2 deletions examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"vue": "^3.2.19"
},
"devDependencies": {
"@iconify/json": "^1.1.406",
"@iconify/json": "^1.1.409",
"unplugin-icons": "workspace:*",
"unplugin-vue2-script-setup": "^0.6.4",
"vue-template-compiler": "^2.6.14",
"vue-template-es2015-compiler": "^1.9.1",
"webpack": "^5.54.0",
"webpack": "^5.56.0",
"webpack-cli": "^4.8.0"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,27 +67,27 @@
"@antfu/install-pkg": "^0.0.0",
"@antfu/utils": "^0.3.0",
"@iconify/json-tools": "^1.0.10",
"@iconify/utils": "^1.0.9",
"@iconify/utils": "^1.0.10",
"debug": "^4.3.2",
"local-pkg": "^0.1.0",
"unplugin": "^0.2.16"
},
"devDependencies": {
"@antfu/eslint-config": "^0.9.0",
"@iconify/types": "^1.0.8",
"@iconify/types": "^1.0.9",
"@svgr/core": "^5.5.0",
"@types/debug": "^4.1.7",
"@types/node": "^16.10.1",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"@types/node": "^16.10.2",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@vue/compiler-sfc": "^3.2.19",
"bumpp": "^7.1.1",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"esno": "^0.9.1",
"rollup": "^2.57.0",
"tsup": "^4.14.0",
"esno": "^0.10.0",
"rollup": "^2.58.0",
"tsup": "^5.2.1",
"typescript": "^4.4.3",
"vite": "^2.5.10"
"vite": "^2.6.2"
},
"peerDependencies": {
"@iconify/json": "*",
Expand Down
Loading

0 comments on commit e95ed1e

Please sign in to comment.