Skip to content

Commit 94cfccf

Browse files
committed
test: update tests for Vue 2.7
- TypeScript version is updated because `vue/types/jsx.d.ts` doesn't work with TypeScript 3.9 - Scoped CSS specs are updated because `vue/compiler-sfc` in 2.7 uses `shortId` instead of full id in keyframes https://github.com/vuejs/vue/blob/9dd006b481b4299462e044741bac0861c0b1775c/packages/compiler-sfc/src/stylePlugins/scoped.ts#L9 - source map tests is moved to a separate file because it seems to be disturbed by other test cases in `advanced.spec.js`
1 parent bf901cb commit 94cfccf

File tree

6 files changed

+246
-84
lines changed

6 files changed

+246
-84
lines changed

Diff for: package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,13 @@
8585
"stylus": "^0.54.5",
8686
"stylus-loader": "^3.0.2",
8787
"sugarss": "^1.0.1",
88+
"thread-loader": "^3.0.4",
8889
"ts-loader": "^4.2.0",
89-
"typescript": "^3.9.5",
90+
"typescript": "^4.8.4",
9091
"url-loader": "^1.0.1",
91-
"vue": "^2.5.16",
92-
"vue-server-renderer": "^2.5.16",
93-
"vue-template-compiler": "^2.5.16",
92+
"vue": "^2.7.14",
93+
"vue-server-renderer": "^2.7.14",
94+
"vue-template-compiler": "^2.7.14",
9495
"vuepress": "^0.14.2",
9596
"vuepress-theme-vue": "^1.1.0",
9697
"webpack": "^4.46.0",

0 commit comments

Comments
 (0)