Skip to content

Commit 2217ed4

Browse files
committed
bumping dependencies in test to fix Vue + Typescript issue
Vue 3.2.14 and vue-loader 16.7.0 made changes that, while I don't totally understand them, seem to require us to test with those versions as a minimum.
1 parent 2556a7e commit 2217ed4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,10 @@
9393
"strip-ansi": "^6.0.0",
9494
"stylus": "^0.54.5",
9595
"stylus-loader": "^3.0.2 || ^4.0.0 || ^5.0.0",
96-
"ts-loader": "^8.0.1 || ^9.0.0",
97-
"typescript": ">=3.7.2",
98-
"vue": "^3.0.2",
99-
"vue-loader": "^16.1.0",
96+
"ts-loader": "^9.0.0",
97+
"typescript": "^4.2.2",
98+
"vue": "^3.2.14",
99+
"vue-loader": "^16.7.0",
100100
"vue-template-compiler": "^2.5",
101101
"webpack-notifier": "^1.6.0",
102102
"zombie": "^6.1.4"

0 commit comments

Comments
 (0)