Skip to content

Commit bdf6f47

Browse files
committed
chore: update deps
1 parent 1422711 commit bdf6f47

File tree

2 files changed

+1276
-921
lines changed

2 files changed

+1276
-921
lines changed

package.json

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -78,34 +78,35 @@
7878
"chokidar": "^3.5.2",
7979
"debug": "^4.3.2",
8080
"fast-glob": "^3.2.7",
81-
"local-pkg": "^0.1.0",
81+
"local-pkg": "^0.4.0",
8282
"magic-string": "^0.25.7",
8383
"minimatch": "^3.0.4",
8484
"resolve": "^1.20.0",
85-
"unplugin": "^0.2.13"
85+
"unplugin": "^0.2.21"
8686
},
8787
"devDependencies": {
88-
"@antfu/eslint-config": "^0.9.0",
89-
"@babel/parser": "^7.15.8",
90-
"@babel/traverse": "^7.15.4",
91-
"@babel/types": "^7.15.6",
88+
"@antfu/eslint-config": "^0.10.0",
89+
"@babel/parser": "^7.16.4",
90+
"@babel/traverse": "^7.16.3",
91+
"@babel/types": "^7.16.0",
9292
"@types/debug": "^4.1.7",
93-
"@types/jest": "^27.0.2",
93+
"@types/jest": "^27.0.3",
9494
"@types/minimatch": "^3.0.5",
95-
"@types/node": "^16.9.6",
95+
"@types/node": "^16.11.9",
9696
"@types/resolve": "^1.20.1",
97-
"@typescript-eslint/eslint-plugin": "^4.31.2",
97+
"@typescript-eslint/eslint-plugin": "^5.4.0",
9898
"bumpp": "^7.1.1",
99-
"compare-versions": "^3.6.0",
99+
"compare-versions": "^4.1.1",
100100
"element-plus": "^1.1.0-beta.24",
101-
"eslint": "^7.32.0",
102-
"esno": "^0.9.1",
103-
"jest": "^27.2.1",
104-
"rollup": "^2.57.0",
105-
"ts-jest": "^27.0.5",
106-
"tsup": "^5.1.0",
107-
"typescript": "^4.4.3",
108-
"vite": "^2.5.10"
101+
"eslint": "^8.3.0",
102+
"esno": "^0.12.1",
103+
"jest": "^27.3.1",
104+
"rollup": "^2.60.0",
105+
"ts-jest": "^27.0.7",
106+
"tsup": "^5.7.4",
107+
"typescript": "^4.5.2",
108+
"vite": "^2.6.14",
109+
"vue": "3"
109110
},
110111
"engines": {
111112
"node": ">=14"

0 commit comments

Comments
 (0)