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

Commit 9152587

Browse files
fix: strict version range to 2.6.x (#145)
Co-authored-by: gechengjie <[email protected]>
1 parent 7da9502 commit 9152587

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/vue-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@
1010
"dependencies": {
1111
"@vue/composition-api": "^1.6.2",
1212
"core-js": "^3.22.7",
13-
"vue": "^2.6.14"
13+
"vue": "~2.6.14"
1414
},
1515
"devDependencies": {
1616
"@vue/cli-plugin-babel": "^5.0.4",
1717
"@vue/cli-plugin-typescript": "^5.0.4",
1818
"@vue/cli-service": "^5.0.4",
1919
"typescript": "^4.7.4",
2020
"unplugin-vue2-script-setup": "workspace:*",
21-
"vue-template-compiler": "^2.6.14",
21+
"vue-template-compiler": "~2.6.14",
2222
"vue-tsc": "^0.38.1"
2323
}
2424
}

0 commit comments

Comments
 (0)