We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 929603c commit 8b30606Copy full SHA for 8b30606
package.json
@@ -28,7 +28,7 @@
28
"ci-docs": "run-s build-vite build-plugin-vue build-docs"
29
},
30
"devDependencies": {
31
- "@microsoft/api-extractor": "^7.18.10",
+ "@microsoft/api-extractor": "^7.18.11",
32
"@types/fs-extra": "^9.0.13",
33
"@types/jest": "^27.0.2",
34
"@types/node": "^15.12.2",
@@ -43,7 +43,7 @@
43
"eslint-plugin-node": "^11.1.0",
44
"execa": "^5.1.1",
45
"fs-extra": "^10.0.0",
46
- "jest": "^27.2.1",
+ "jest": "^27.2.2",
47
"lint-staged": "^11.1.2",
48
"minimist": "^1.2.5",
49
"node-fetch": "^2.6.5",
packages/plugin-vue/package.json
@@ -39,7 +39,7 @@
39
"rollup": "^2.57.0",
40
"slash": "^3.0.0",
41
"source-map": "^0.6.1",
42
- "vue": "^3.2.16",
- "@vue/compiler-sfc": "^3.2.16"
+ "vue": "^3.2.19",
+ "@vue/compiler-sfc": "^3.2.19"
}
0 commit comments