Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Aug 26, 2024
1 parent 9d5ad2d commit 22a8364
Show file tree
Hide file tree
Showing 8 changed files with 661 additions and 706 deletions.
2 changes: 1 addition & 1 deletion examples/vite-vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"@vitejs/plugin-vue2": "^2.3.1",
"cross-env": "^7.0.3",
"unplugin-vue-components": "workspace:*",
"vite": "^5.4.0"
"vite": "^5.4.2"
}
}
8 changes: 4 additions & 4 deletions examples/vite-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
"vant": "^4.9.4"
},
"devDependencies": {
"@iconify/json": "^2.2.236",
"@iconify/json": "^2.2.241",
"@vitejs/plugin-vue": "^5.1.2",
"@vue/compiler-sfc": "^3.4.37",
"@vue/compiler-sfc": "^3.4.38",
"cross-env": "^7.0.3",
"has-pkg": "^0.0.1",
"typescript": "^5.5.4",
"unplugin-icons": "^0.19.2",
"unplugin-vue-components": "workspace:*",
"unplugin-vue-markdown": "^0.26.2",
"vite": "^5.4.0",
"vite-plugin-inspect": "^0.8.5",
"vite": "^5.4.2",
"vite-plugin-inspect": "^0.8.7",
"vue-router": "^4.4.3"
}
}
4 changes: 2 additions & 2 deletions examples/vue-cli-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"core-js": "^3.38.0",
"vue": "^3.4.37"
"core-js": "^3.38.1",
"vue": "^3.4.38"
},
"devDependencies": {
"@babel/core": "^7.25.2",
Expand Down
5 changes: 2 additions & 3 deletions examples/vue-cli-vue3/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
<body>
<noscript>
<strong
>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
properly without JavaScript enabled. Please enable it to
continue.</strong
>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please
enable it to continue.</strong
>
</noscript>
<div id="app"></div>
Expand Down
4 changes: 2 additions & 2 deletions examples/vue-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"dependencies": {
"@vue/composition-api": "^1.7.2",
"core-js": "^3.38.0",
"vue": "^3.4.37"
"core-js": "^3.38.1",
"vue": "^3.4.38"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.8",
Expand Down
5 changes: 2 additions & 3 deletions examples/vue-cli/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
<body>
<noscript>
<strong
>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work
properly without JavaScript enabled. Please enable it to
continue.</strong
>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please
enable it to continue.</strong
>
</noscript>
<div id="app"></div>
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "unplugin-vue-components",
"type": "module",
"version": "0.27.4",
"packageManager": "pnpm@9.7.0",
"packageManager": "pnpm@9.9.0",
"description": "Components auto importing for Vue",
"author": "antfu <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -102,28 +102,28 @@
"magic-string": "^0.30.11",
"minimatch": "^9.0.5",
"mlly": "^1.7.1",
"unplugin": "^1.12.1"
"unplugin": "^1.12.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.25.1",
"@babel/parser": "^7.25.3",
"@babel/types": "^7.25.2",
"@nuxt/kit": "^3.12.4",
"@antfu/eslint-config": "^2.27.2",
"@babel/parser": "^7.25.4",
"@babel/types": "^7.25.4",
"@nuxt/kit": "^3.13.0",
"@types/debug": "^4.1.12",
"@types/minimatch": "^5.1.2",
"@types/node": "^20.14.15",
"bumpp": "^9.5.1",
"@types/node": "^22.5.0",
"bumpp": "^9.5.2",
"compare-versions": "^6.1.1",
"element-plus": "^2.8.0",
"eslint": "^9.9.0",
"element-plus": "^2.8.1",
"eslint": "^9.9.1",
"eslint-plugin-format": "^0.1.2",
"esno": "^4.7.0",
"estree-walker": "^3.0.3",
"pathe": "^1.1.2",
"rollup": "^4.20.0",
"rollup": "^4.21.1",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vite": "^5.4.2",
"vitest": "^2.0.5",
"vue": "3.2.45"
}
Expand Down
Loading

0 comments on commit 22a8364

Please sign in to comment.