Skip to content

Commit

Permalink
chore: upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Nov 16, 2023
1 parent 2a218e5 commit ee53249
Show file tree
Hide file tree
Showing 23 changed files with 807 additions and 1,115 deletions.
2 changes: 1 addition & 1 deletion examples/esbuild/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
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.3.4"
"vue": "^3.3.8"
},
"devDependencies": {
"@chialab/esbuild-plugin-html": "^0.17.3",
"esbuild": "^0.19.2",
"sass": "^1.66.1",
"esbuild": "^0.19.5",
"sass": "^1.69.5",
"serve": "^14.2.1",
"unplugin-vue": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/rollup/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
8 changes: 4 additions & 4 deletions examples/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"preview": "serve"
},
"dependencies": {
"vue": "^3.3.4"
"vue": "^3.3.8"
},
"devDependencies": {
"esbuild": "^0.19.2",
"rollup": "^3.28.1",
"rollup-plugin-esbuild": "^5.0.0",
"esbuild": "^0.19.5",
"rollup": "^4.4.1",
"rollup-plugin-esbuild": "^6.1.0",
"serve": "^14.2.1",
"unplugin-vue": "workspace:*"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/vite/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
6 changes: 3 additions & 3 deletions examples/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.4"
"vue": "^3.3.8"
},
"devDependencies": {
"unplugin-vue": "workspace:*",
"vite": "^4.4.9",
"vite-plugin-inspect": "^0.7.38"
"vite": "^5.0.0",
"vite-plugin-inspect": "^0.7.42"
}
}
6 changes: 3 additions & 3 deletions examples/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@
"preview": "serve dist"
},
"dependencies": {
"vue": "^3.3.4"
"vue": "^3.3.8"
},
"devDependencies": {
"@types/webpack": "^5.28.2",
"@types/webpack": "^5.28.5",
"cross-env": "^7.0.3",
"html-webpack-plugin": "^5.5.3",
"serve": "^14.2.1",
"sucrase": "^3.34.0",
"unplugin-vue": "workspace:*",
"webpack": "^5.88.2",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/webpack/public/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,34 +101,34 @@
},
"dependencies": {
"debug": "^4.3.4",
"tsx": "^4.1.1",
"tsx": "^4.1.2",
"unplugin": "~1.5.0",
"vite": "^4.4.10"
"vite": "^5.0.0"
},
"devDependencies": {
"@jridgewell/gen-mapping": "^0.3.3",
"@jridgewell/trace-mapping": "^0.3.19",
"@sxzz/eslint-config": "^3.6.1",
"@sxzz/prettier-config": "^1.0.4",
"@types/debug": "^4.1.9",
"@types/node": "^20.8.2",
"@vitejs/plugin-vue": "4.4.0",
"@jridgewell/trace-mapping": "^0.3.20",
"@sxzz/eslint-config": "^3.7.4",
"@sxzz/prettier-config": "^2.0.0",
"@types/debug": "^4.1.12",
"@types/node": "^20.9.0",
"@vitejs/plugin-vue": "4.5.0",
"@vitest/ui": "0.34.6",
"bumpp": "^9.2.0",
"esbuild": "0.19.4",
"eslint": "^8.50.0",
"fast-glob": "^3.3.1",
"esbuild": "0.19.5",
"eslint": "^8.53.0",
"fast-glob": "^3.3.2",
"rimraf": "^5.0.5",
"rollup": "^4.0.2",
"rollup-plugin-esbuild": "^6.0.2",
"rollup": "^4.4.1",
"rollup-plugin-esbuild": "^6.1.0",
"slash": "^5.1.0",
"source-map-js": "^1.0.2",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.10",
"vitest": "0.34.6",
"vue": "^3.3.4",
"webpack": "^5.88.2"
"vue": "^3.3.8",
"webpack": "^5.89.0"
},
"engines": {
"node": ">=16.14.0"
Expand Down
Loading

0 comments on commit ee53249

Please sign in to comment.