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 Jan 10, 2024
1 parent d17f4dc commit 0dc89fc
Show file tree
Hide file tree
Showing 6 changed files with 94 additions and 94 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.5"
"vue": "^3.4.7"
},
"devDependencies": {
"@chialab/esbuild-plugin-html": "^0.17.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "serve"
},
"dependencies": {
"vue": "^3.4.5"
"vue": "^3.4.7"
},
"devDependencies": {
"esbuild": "^0.19.11",
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.4.5"
"vue": "^3.4.7"
},
"devDependencies": {
"unplugin-vue": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion 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.4.5"
"vue": "^3.4.7"
},
"devDependencies": {
"@swc/core": "^1.3.102",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@
"@sxzz/eslint-config": "^3.7.6",
"@sxzz/prettier-config": "^2.0.0",
"@types/debug": "^4.1.12",
"@types/node": "^20.10.6",
"@vitejs/plugin-vue": "5.0.2",
"@types/node": "^20.10.8",
"@vitejs/plugin-vue": "5.0.3",
"@vitest/ui": "1.1.3",
"bumpp": "^9.2.1",
"esbuild": "0.19.11",
Expand All @@ -110,7 +110,7 @@
"tsup": "^8.0.1",
"typescript": "^5.3.3",
"vitest": "1.1.3",
"vue": "^3.4.5",
"vue": "^3.4.7",
"webpack": "^5.89.0"
},
"engines": {
Expand Down
Loading

0 comments on commit 0dc89fc

Please sign in to comment.