Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cd0de65

Browse files
authored
chore: update to typescript 4.3 (typescript-eslint#3459)
1 parent d134b1f commit cd0de65

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@
113113
"ts-jest": "^26.5.1",
114114
"ts-node": "^10.0.0",
115115
"tslint": "^6.1.3",
116-
"typescript": ">=3.3.1 <4.4.0 || 4.3.1-rc"
116+
"typescript": ">=3.3.1 <4.4.0"
117117
},
118118
"resolutions": {
119-
"typescript": "4.3.1-rc"
119+
"typescript": "4.3.2"
120120
}
121121
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8886,10 +8886,10 @@ typedarray@^0.0.6:
88868886
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
88878887
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
88888888

8889-
typescript@*, [email protected].1-rc, "typescript@>=3.3.1 <4.4.0 || 4.3.1-rc", typescript@^4.1.0-dev.20201026, typescript@~4.2.4:
8890-
version "4.3.1-rc"
8891-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.1-rc.tgz#925149c8d8514e20a6bd8d4bd7f42adac67ab59c"
8892-
integrity sha512-L3uJ0gcntaRaKni9aV2amYB+pCDVodKe/B5+IREyvtKGsDOF7cYjchHb/B894skqkgD52ykRuWatIZMqEsHIqA==
8889+
typescript@*, [email protected].2, "typescript@>=3.3.1 <4.4.0", typescript@^4.1.0-dev.20201026, typescript@~4.2.4:
8890+
version "4.3.2"
8891+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.2.tgz#399ab18aac45802d6f2498de5054fcbbe716a805"
8892+
integrity sha512-zZ4hShnmnoVnAHpVHWpTcxdv7dWP60S2FsydQLV8V5PbS3FifjWFFRiHSWpDJahly88PRyV5teTSLoq4eG7mKw==
88938893

88948894
uc.micro@^1.0.1, uc.micro@^1.0.5:
88958895
version "1.0.6"

0 commit comments

Comments
 (0)