Skip to content

Commit 08aa752

Browse files
authored
fix: specify version of @vue/compiler (#96)
1 parent ddc118b commit 08aa752

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"@babel/preset-env": "^7.10.3",
3232
"@babel/types": "^7.12.12",
3333
"@types/jscodeshift": "^0.7.1",
34-
"@vue/compiler-core": "^3.0.5",
35-
"@vue/compiler-dom": "^3.0.5",
34+
"@vue/compiler-core": "~3.0.5",
35+
"@vue/compiler-dom": "~3.0.5",
3636
"debug": "^4.1.1",
3737
"fs-extra": "^10.0.0",
3838
"globby": "^11.0.2",

0 commit comments

Comments
 (0)