Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 5811265

Browse files
committed
chore: update deps
1 parent 34e52ba commit 5811265

File tree

2 files changed

+981
-970
lines changed

2 files changed

+981
-970
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -64,42 +64,42 @@
6464
"test:update": "jest -u"
6565
},
6666
"dependencies": {
67-
"@babel/core": "^7.15.0",
68-
"@babel/generator": "^7.15.0",
69-
"@babel/parser": "^7.15.3",
70-
"@babel/traverse": "^7.15.0",
71-
"@babel/types": "^7.15.0",
72-
"@vue/ref-transform": "^3.2.6",
73-
"@vue/shared": "^3.2.6",
67+
"@babel/core": "^7.15.5",
68+
"@babel/generator": "^7.15.4",
69+
"@babel/parser": "^7.15.6",
70+
"@babel/traverse": "^7.15.4",
71+
"@babel/types": "^7.15.6",
72+
"@vue/ref-transform": "^3.2.11",
73+
"@vue/shared": "^3.2.11",
7474
"defu": "^5.0.0",
75-
"htmlparser2": "^6.1.0",
75+
"htmlparser2": "^7.1.2",
7676
"magic-string": "^0.25.7",
77-
"unplugin": "^0.2.7"
77+
"unplugin": "^0.2.9"
7878
},
7979
"devDependencies": {
80-
"@antfu/eslint-config": "^0.7.0",
81-
"@antfu/ni": "^0.7.0",
80+
"@antfu/eslint-config": "^0.9.0",
81+
"@antfu/ni": "^0.9.3",
8282
"@antfu/utils": "^0.3.0",
8383
"@rollup/pluginutils": "^4.1.1",
8484
"@types/jest": "^27.0.1",
85-
"@types/node": "^16.7.10",
86-
"@vue/composition-api": "^1.1.4",
87-
"@vue/runtime-dom": "^3.2.6",
88-
"bumpp": "^6.0.6",
85+
"@types/node": "^16.9.1",
86+
"@vue/composition-api": "^1.1.5",
87+
"@vue/runtime-dom": "^3.2.11",
88+
"bumpp": "^7.1.1",
8989
"eslint": "^7.32.0",
9090
"eslint-plugin-jest": "^24.4.0",
9191
"esno": "^0.9.1",
9292
"fast-glob": "^3.2.7",
93-
"jest": "^27.1.0",
93+
"jest": "^27.2.0",
9494
"log-editor": "^0.1.0",
9595
"pug": "^3.0.2",
9696
"rimraf": "^3.0.2",
9797
"ts-jest": "^27.0.5",
98-
"tsup": "^4.14.0",
99-
"typescript": "^4.4.2",
100-
"vite": "^2.5.3"
98+
"tsup": "^5.0.0",
99+
"typescript": "^4.4.3",
100+
"vite": "^2.5.7"
101101
},
102102
"optionalDependencies": {
103-
"pug": "^3.0.0"
103+
"pug": "^3.0.2"
104104
}
105105
}

0 commit comments

Comments
 (0)