Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 64f2256 commit b3bee46
Show file tree
Hide file tree
Showing 8 changed files with 863 additions and 631 deletions.
6 changes: 3 additions & 3 deletions examples/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"preview": "serve dist"
},
"dependencies": {
"vue": "^3.5.4"
"vue": "^3.5.9"
},
"devDependencies": {
"@chialab/esbuild-plugin-html": "^0.18.2",
"esbuild": "^0.23.1",
"sass": "^1.78.0",
"esbuild": "^0.24.0",
"sass": "^1.79.3",
"serve": "^14.2.3",
"unplugin-vue": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/rolldown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "serve"
},
"dependencies": {
"vue": "^3.5.4"
"vue": "^3.5.9"
},
"devDependencies": {
"rolldown": "^0.13.2",
Expand Down
6 changes: 3 additions & 3 deletions examples/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"preview": "serve"
},
"dependencies": {
"vue": "^3.5.4"
"vue": "^3.5.9"
},
"devDependencies": {
"esbuild": "^0.23.1",
"rollup": "^4.21.3",
"esbuild": "^0.24.0",
"rollup": "^4.22.5",
"rollup-plugin-esbuild": "^6.1.1",
"serve": "^14.2.3",
"unplugin-vue": "workspace:*"
Expand Down
6 changes: 3 additions & 3 deletions examples/rspack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"preview": "serve dist"
},
"dependencies": {
"vue": "^3.5.4"
"vue": "^3.5.9"
},
"devDependencies": {
"@rspack/cli": "1.0.4",
"@rspack/core": "1.0.4",
"@rspack/cli": "1.0.7",
"@rspack/core": "1.0.7",
"css-loader": "^7.1.2",
"serve": "^14.2.3",
"style-loader": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.5.4"
"vue": "^3.5.9"
},
"devDependencies": {
"unplugin-vue": "workspace:*",
"vite": "^5.4.4",
"vite": "^5.4.8",
"vite-plugin-inspect": "^0.8.7"
}
}
4 changes: 2 additions & 2 deletions examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "serve dist"
},
"dependencies": {
"vue": "^3.5.4"
"vue": "^3.5.9"
},
"devDependencies": {
"@swc/core": "^1.7.26",
Expand All @@ -19,7 +19,7 @@
"sucrase": "^3.35.0",
"swc-loader": "^0.2.6",
"unplugin-vue": "workspace:*",
"webpack": "^5.94.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue",
"version": "5.1.5",
"packageManager": "pnpm@9.10.0",
"packageManager": "pnpm@9.11.0",
"description": "Transform Vue 3 SFC to JavaScript.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -86,10 +86,10 @@
"vue": "^3.2.25"
},
"dependencies": {
"@vue/reactivity": "^3.5.4",
"@vue/reactivity": "^3.5.9",
"debug": "^4.3.7",
"unplugin": "^1.14.1",
"vite": "^5.4.4"
"vite": "^5.4.8"
},
"devDependencies": {
"@babel/types": "^7.25.6",
Expand All @@ -99,23 +99,23 @@
"@sxzz/prettier-config": "^2.0.2",
"@sxzz/test-utils": "^0.3.2",
"@types/debug": "^4.1.12",
"@types/node": "^22.5.4",
"@vitejs/plugin-vue": "5.1.3",
"@vitest/ui": "2.1.0",
"@types/node": "^22.7.3",
"@vitejs/plugin-vue": "5.1.4",
"@vitest/ui": "2.1.1",
"bumpp": "^9.5.2",
"esbuild": "0.23.1",
"eslint": "^9.10.0",
"esbuild": "0.24.0",
"eslint": "^9.11.1",
"fast-glob": "^3.3.2",
"rimraf": "^6.0.1",
"rollup": "^4.21.3",
"rollup": "^4.22.5",
"rollup-plugin-esbuild": "^6.1.1",
"slash": "^5.1.0",
"source-map-js": "^1.2.1",
"tsup": "^8.2.4",
"tsup": "^8.3.0",
"typescript": "^5.6.2",
"unplugin-unused": "^0.2.3",
"vitest": "2.1.0",
"webpack": "^5.94.0"
"vitest": "2.1.1",
"webpack": "^5.95.0"
},
"engines": {
"node": ">=18.0.0"
Expand Down
Loading

0 comments on commit b3bee46

Please sign in to comment.