Skip to content

Commit 5820be2

Browse files
Bump typescript from 3.9.10 to 4.7.4 (#258)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.10 to 4.7.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v3.9.10...v4.7.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 31b54c9 commit 5820be2

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
@@ -65,7 +65,7 @@
6565
"rollup-plugin-typescript2": "^0.32.1",
6666
"simulant": "^0.2.2",
6767
"tslib": "^2.0.0",
68-
"typescript": "^3.9.3"
68+
"typescript": "^4.7.4"
6969
},
7070
"scripts": {
7171
"devserver": "cd ./testbench && npm i && npm run devserver",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3515,10 +3515,10 @@ type-is@~1.6.17:
35153515
media-typer "0.3.0"
35163516
mime-types "~2.1.24"
35173517

3518-
typescript@^3.9.3:
3519-
version "3.9.10"
3520-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8"
3521-
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
3518+
typescript@^4.7.4:
3519+
version "4.7.4"
3520+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
3521+
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==
35223522

35233523
ua-parser-js@^0.7.30:
35243524
version "0.7.31"

0 commit comments

Comments
 (0)