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 Apr 29, 2024
1 parent 086ac1d commit efc9ca4
Show file tree
Hide file tree
Showing 6 changed files with 598 additions and 569 deletions.
6 changes: 3 additions & 3 deletions examples/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"preview": "serve dist"
},
"dependencies": {
"vue": "^3.4.21"
"vue": "^3.4.26"
},
"devDependencies": {
"@chialab/esbuild-plugin-html": "^0.18.2",
"esbuild": "^0.20.2",
"sass": "^1.74.1",
"serve": "^14.2.1",
"sass": "^1.75.0",
"serve": "^14.2.3",
"unplugin-vue": "workspace:*"
}
}
6 changes: 3 additions & 3 deletions examples/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"preview": "serve"
},
"dependencies": {
"vue": "^3.4.21"
"vue": "^3.4.26"
},
"devDependencies": {
"esbuild": "^0.20.2",
"rollup": "^4.14.1",
"rollup": "^4.17.1",
"rollup-plugin-esbuild": "^6.1.1",
"serve": "^14.2.1",
"serve": "^14.2.3",
"unplugin-vue": "workspace:*"
}
}
6 changes: 3 additions & 3 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.21"
"vue": "^3.4.26"
},
"devDependencies": {
"unplugin-vue": "workspace:*",
"vite": "^5.2.8",
"vite-plugin-inspect": "^0.8.3"
"vite": "^5.2.10",
"vite-plugin-inspect": "^0.8.4"
}
}
6 changes: 3 additions & 3 deletions examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"preview": "serve dist"
},
"dependencies": {
"vue": "^3.4.21"
"vue": "^3.4.26"
},
"devDependencies": {
"@swc/core": "^1.4.12",
"@swc/core": "^1.4.17",
"@types/webpack": "^5.28.5",
"cross-env": "^7.0.3",
"html-webpack-plugin": "^5.6.0",
"serve": "^14.2.1",
"serve": "^14.2.3",
"sucrase": "^3.35.0",
"swc-loader": "^0.2.6",
"unplugin-vue": "workspace:*",
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.0.5",
"packageManager": "pnpm@9.0.5",
"packageManager": "pnpm@9.0.6",
"description": "Transform Vue 3 SFC to JavaScript.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -78,33 +78,33 @@
"vue": "^3.2.25"
},
"dependencies": {
"@vue/reactivity": "^3.4.21",
"@vue/reactivity": "^3.4.26",
"debug": "^4.3.4",
"unplugin": "~1.10.1",
"vite": "^5.2.8"
"vite": "^5.2.10"
},
"devDependencies": {
"@babel/types": "^7.24.0",
"@jridgewell/gen-mapping": "^0.3.5",
"@jridgewell/trace-mapping": "^0.3.25",
"@sxzz/eslint-config": "^3.9.0",
"@sxzz/prettier-config": "^2.0.1",
"@sxzz/eslint-config": "^3.9.1",
"@sxzz/prettier-config": "^2.0.2",
"@types/debug": "^4.1.12",
"@types/node": "^20.12.6",
"@types/node": "^20.12.7",
"@vitejs/plugin-vue": "5.0.4",
"@vitest/ui": "1.4.0",
"bumpp": "^9.4.0",
"@vitest/ui": "1.5.2",
"bumpp": "^9.4.1",
"esbuild": "0.20.2",
"eslint": "^9.0.0",
"eslint": "^9.1.1",
"fast-glob": "^3.3.2",
"rimraf": "^5.0.5",
"rollup": "^4.14.1",
"rollup": "^4.17.1",
"rollup-plugin-esbuild": "^6.1.1",
"slash": "^5.1.0",
"source-map-js": "^1.2.0",
"tsup": "^8.0.2",
"typescript": "^5.4.4",
"vitest": "1.4.0",
"typescript": "^5.4.5",
"vitest": "1.5.2",
"webpack": "^5.91.0"
},
"engines": {
Expand Down
Loading

0 comments on commit efc9ca4

Please sign in to comment.