Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jul 24, 2023
1 parent 14c262d commit 7fc07d6
Show file tree
Hide file tree
Showing 6 changed files with 251 additions and 596 deletions.
4 changes: 2 additions & 2 deletions examples/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"@chialab/esbuild-plugin-html": "^0.17.3",
"esbuild": "^0.18.11",
"sass": "^1.63.6",
"esbuild": "^0.18.16",
"sass": "^1.64.1",
"serve": "^14.2.0",
"unplugin-vue": "workspace:*"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"vue": "^3.3.4"
},
"devDependencies": {
"esbuild": "^0.18.11",
"rollup": "^3.26.2",
"esbuild": "^0.18.16",
"rollup": "^3.26.3",
"rollup-plugin-esbuild": "^5.0.0",
"serve": "^14.2.0",
"unplugin-vue": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"devDependencies": {
"unplugin-vue": "workspace:*",
"vite": "^4.4.2",
"vite-plugin-inspect": "^0.7.32"
"vite": "^4.4.6",
"vite-plugin-inspect": "^0.7.33"
}
}
4 changes: 2 additions & 2 deletions examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"cross-env": "^7.0.3",
"html-webpack-plugin": "^5.5.3",
"serve": "^14.2.0",
"sucrase": "^3.32.0",
"sucrase": "^3.34.0",
"unplugin-vue": "workspace:*",
"webpack": "^5.88.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
Expand Down
Loading

0 comments on commit 7fc07d6

Please sign in to comment.