Skip to content

Commit f7f27b5

Browse files
committed
feature #1036 [dependencies] drop Typescript < 3.7.2 (jrushlow)
This PR was merged into the main branch. Discussion ---------- [dependencies] drop Typescript < 3.7.2 fixes failing lowest depends in PR #1034 Commits ------- 1807eab [dependencies] drop Typescript < 3.7.2 support
2 parents 7387b93 + 1807eab commit f7f27b5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"stylus": "^0.54.5",
9595
"stylus-loader": "^3.0.2 || ^4.0.0 || ^5.0.0",
9696
"ts-loader": "^8.0.1 || ^9.0.0",
97-
"typescript": ">=3.6.3",
97+
"typescript": ">=3.7.2",
9898
"vue": "^3.0.2",
9999
"vue-loader": "^16.1.0",
100100
"vue-template-compiler": "^2.5",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6940,10 +6940,10 @@ type@^2.0.0:
69406940
resolved "https://registry.yarnpkg.com/type/-/type-2.5.0.tgz#0a2e78c2e77907b252abe5f298c1b01c63f0db3d"
69416941
integrity sha512-180WMDQaIMm3+7hGXWf12GtdniDEy7nYcyFMKJn/eZz/6tSLXrUN9V0wKSbMjej0I1WHWbpREDEKHtqPQa9NNw==
69426942

6943-
typescript@>=3.6.3:
6944-
version "4.3.2"
6945-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805"
6946-
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==
6943+
typescript@>=3.7.2:
6944+
version "4.4.2"
6945+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.2.tgz#6d618640d430e3569a1dfb44f7d7e600ced3ee86"
6946+
integrity sha512-gzP+t5W4hdy4c+68bfcv0t400HVJMMd2+H9B7gae1nQlBzCqvrXX+6GL/b3GAgyTH966pzrZ70/fRjwAtZksSQ==
69476947

69486948
uglify-js@^3.1.4:
69496949
version "3.13.8"

0 commit comments

Comments
 (0)