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] committed Aug 15, 2024
1 parent 5315a91 commit 801ee4d
Show file tree
Hide file tree
Showing 8 changed files with 992 additions and 771 deletions.
2 changes: 1 addition & 1 deletion examples/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "serve dist"
},
"dependencies": {
"vue": "^3.4.34"
"vue": "^3.4.38"
},
"devDependencies": {
"@chialab/esbuild-plugin-html": "^0.18.2",
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.4.34"
"vue": "^3.4.38"
},
"devDependencies": {
"rolldown": "^0.12.2",
Expand Down
4 changes: 2 additions & 2 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.4.34"
"vue": "^3.4.38"
},
"devDependencies": {
"esbuild": "^0.23.0",
"rollup": "^4.19.0",
"rollup": "^4.20.0",
"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.4.34"
"vue": "^3.4.38"
},
"devDependencies": {
"@rspack/cli": "1.0.0-alpha.1",
"@rspack/core": "1.0.0-alpha.1",
"@rspack/cli": "1.0.0-beta.5",
"@rspack/core": "1.0.0-beta.5",
"serve": "^14.2.3",
"swc-loader": "^0.2.6",
"ts-node": "^10.9.2",
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.4.34"
"vue": "^3.4.38"
},
"devDependencies": {
"unplugin-vue": "workspace:*",
"vite": "^5.3.4",
"vite": "^5.4.1",
"vite-plugin-inspect": "^0.8.5"
}
}
4 changes: 2 additions & 2 deletions examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"preview": "serve dist"
},
"dependencies": {
"vue": "^3.4.34"
"vue": "^3.4.38"
},
"devDependencies": {
"@swc/core": "^1.7.1",
"@swc/core": "^1.7.11",
"@types/webpack": "^5.28.5",
"html-webpack-plugin": "^5.6.0",
"serve": "^14.2.3",
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "unplugin-vue",
"version": "5.0.5",
"packageManager": "pnpm@9.6.0",
"packageManager": "pnpm@9.7.1",
"description": "Transform Vue 3 SFC to JavaScript.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -86,34 +86,34 @@
"vue": "^3.2.25"
},
"dependencies": {
"@vue/reactivity": "^3.4.34",
"debug": "^4.3.5",
"unplugin": "~1.12.0",
"vite": "^5.3.4"
"@vue/reactivity": "^3.4.38",
"debug": "^4.3.6",
"unplugin": "~1.12.1",
"vite": "^5.4.1"
},
"devDependencies": {
"@babel/types": "^7.24.9",
"@babel/types": "^7.25.2",
"@jridgewell/gen-mapping": "^0.3.5",
"@jridgewell/trace-mapping": "^0.3.25",
"@sxzz/eslint-config": "^3.15.1",
"@sxzz/eslint-config": "^3.17.0",
"@sxzz/prettier-config": "^2.0.2",
"@sxzz/test-utils": "^0.2.1",
"@types/debug": "^4.1.12",
"@types/node": "^20.14.12",
"@vitejs/plugin-vue": "5.1.0",
"@vitest/ui": "2.0.4",
"bumpp": "^9.4.1",
"@types/node": "^20.14.15",
"@vitejs/plugin-vue": "5.1.2",
"@vitest/ui": "2.0.5",
"bumpp": "^9.5.1",
"esbuild": "0.23.0",
"eslint": "^9.7.0",
"eslint": "^9.9.0",
"fast-glob": "^3.3.2",
"rimraf": "^6.0.1",
"rollup": "^4.19.0",
"rollup": "^4.20.0",
"rollup-plugin-esbuild": "^6.1.1",
"slash": "^5.1.0",
"source-map-js": "^1.2.0",
"tsup": "^8.2.3",
"tsup": "^8.2.4",
"typescript": "^5.5.4",
"vitest": "2.0.4",
"vitest": "2.0.5",
"webpack": "^5.93.0"
},
"engines": {
Expand Down
Loading

0 comments on commit 801ee4d

Please sign in to comment.