Skip to content

Commit 98024a4

Browse files
committed
chore: upgrade deps
1 parent baef73e commit 98024a4

File tree

3 files changed

+456
-546
lines changed

3 files changed

+456
-546
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,33 +83,33 @@
8383
"prepublishOnly": "pnpm run build"
8484
},
8585
"dependencies": {
86-
"@babel/parser": "^7.22.5",
86+
"@babel/parser": "^7.22.7",
8787
"@babel/types": "^7.22.5",
8888
"@rollup/pluginutils": "^5.0.2",
8989
"entities": "^4.5.0",
9090
"estree-walker": "^3.0.3",
9191
"jsesc": "^3.0.2",
92-
"magic-string": "^0.30.0",
93-
"unplugin": "^1.3.1"
92+
"magic-string": "^0.30.1",
93+
"unplugin": "^1.3.2"
9494
},
9595
"devDependencies": {
9696
"@sxzz/eslint-config": "^3.1.0",
9797
"@sxzz/prettier-config": "^1.0.3",
9898
"@types/benchmark": "^2.1.2",
9999
"@types/jsesc": "^3.0.1",
100-
"@types/node": "^20.3.3",
100+
"@types/node": "^20.4.0",
101101
"@types/react": "^18.2.14",
102102
"benchmark": "^2.1.4",
103103
"bumpp": "^9.1.1",
104104
"eslint": "^8.44.0",
105105
"eslint-define-config": "^1.21.0",
106106
"fast-glob": "^3.3.0",
107-
"prettier": "^2.8.8",
107+
"prettier": "^3.0.0",
108108
"tsup": "^7.1.0",
109109
"tsx": "^3.12.7",
110110
"typescript": "^5.1.6",
111-
"vite": "^4.3.9",
112-
"vitest": "^0.32.2"
111+
"vite": "^4.4.1",
112+
"vitest": "^0.33.0"
113113
},
114114
"engines": {
115115
"node": ">=16.14.0"

playground/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121
"@vitejs/plugin-vue": "^4.2.3",
2222
"@vue/runtime-core": "^3.3.4",
2323
"unocss": "^0.53.4",
24-
"unplugin-auto-import": "^0.16.4",
24+
"unplugin-auto-import": "^0.16.6",
2525
"unplugin-vue-components": "^0.25.1",
26-
"vite": "^4.3.9",
27-
"vue-tsc": "^1.8.3"
26+
"vite": "^4.4.1",
27+
"vue-tsc": "^1.8.4"
2828
}
2929
}

0 commit comments

Comments
 (0)