Skip to content

Commit b09eb03

Browse files
committed
minor #713 Fix failing 'Lowest versions' tests (Lyrkan)
This PR was merged into the master branch. Discussion ---------- Fix failing 'Lowest versions' tests I think it suddenly failed because a `@types/*` package required by another dependency got updated and was not compatible with our lowest allowed version of Typescript anymore. Commits ------- f259235 Fix failing 'Lowest versions' tests
2 parents fd93a4e + f259235 commit b09eb03

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
@@ -8127,10 +8127,10 @@ typedarray@^0.0.6:
81278127
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
81288128
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
81298129

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

81358135
uglify-js@^3.1.4:
81368136
version "3.6.1"

0 commit comments

Comments
 (0)