Skip to content

Commit f259235

Browse files
committed
Fix failing 'Lowest versions' tests
1 parent bdf8ba4 commit f259235

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"stylus": "^0.54.5",
8989
"stylus-loader": "^3.0.2",
9090
"ts-loader": "^5.3.0",
91-
"typescript": "^2.3.4",
91+
"typescript": ">=2.9",
9292
"url-loader": "^1.0.1 || ^2.0.1",
9393
"vue": "^2.3.4",
9494
"vue-loader": "^15.0.11",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -8104,10 +8104,10 @@ typedarray@^0.0.6:
81048104
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
81058105
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
81068106

8107-
typescript@^2.3.4:
8108-
version "2.9.2"
8109-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"
8110-
integrity sha512-Gr4p6nFNaoufRIY4NMdpQRNmgxVIGMs4Fcu/ujdYk3nAZqk7supzBE9idmvfZIlH/Cuj//dvi+019qEue9lV0w==
8107+
typescript@>=2.9:
8108+
version "3.8.3"
8109+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.8.3.tgz#409eb8544ea0335711205869ec458ab109ee1061"
8110+
integrity sha512-MYlEfn5VrLNsgudQTVJeNaQFUAI7DkhnOjdpAp4T+ku1TfQClewlbSuTVHiA+8skNBgaf02TL/kLOvig4y3G8w==
81118111

81128112
uglify-js@^3.1.4:
81138113
version "3.6.1"

0 commit comments

Comments
 (0)