Skip to content

Commit 8afe825

Browse files
authored
chore: update deps (#915)
1 parent 21cdd7d commit 8afe825

File tree

2 files changed

+281
-13
lines changed

2 files changed

+281
-13
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@
1212
"dist/index.d.ts"
1313
],
1414
"devDependencies": {
15-
"@babel/core": "^7.14.8",
15+
"@babel/core": "^7.15.4",
1616
"@babel/preset-env": "^7.15.0",
17-
"@babel/types": "^7.14.8",
17+
"@babel/types": "^7.15.4",
1818
"@rollup/plugin-commonjs": "^20.0.0",
1919
"@rollup/plugin-json": "^4.1.0",
2020
"@rollup/plugin-node-resolve": "^13.0.4",
2121
"@rollup/plugin-replace": "^3.0.0",
2222
"@types/jest": "27.0.1",
2323
"@types/node": "16.7.10",
2424
"@types/pretty": "^2.0.0",
25-
"@vue/babel-plugin-jsx": "^1.0.6",
25+
"@vue/babel-plugin-jsx": "^1.0.7",
2626
"@vue/compat": "3.2.4",
27-
"@vue/compiler-dom": "3.2.6",
28-
"@vue/compiler-sfc": "3.2.6",
27+
"@vue/compiler-dom": "3.2.8",
28+
"@vue/compiler-sfc": "3.2.8",
2929
"babel-jest": "^26.6.3",
3030
"babel-preset-jest": "^27.0.6",
3131
"husky": "^7.0.1",
@@ -42,7 +42,7 @@
4242
"tslib": "2.3.1",
4343
"typescript": "4.4.2",
4444
"vitepress": "^0.17.0",
45-
"vue": "3.2.6",
45+
"vue": "3.2.8",
4646
"vue-class-component": "^8.0.0-rc.1",
4747
"vue-jest": "^5.0.0-alpha.10",
4848
"vue-router": "^4.0.11",

0 commit comments

Comments
 (0)