Skip to content

Commit e647e70

Browse files
chore(deps-dev): bump typescript from 4.9.5 to 5.0.4 (#401)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.9.5...v5.0.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 9f8ec7a commit e647e70

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
@@ -74,7 +74,7 @@
7474
"semantic-release": "^19.0.3",
7575
"simulant": "^0.2.2",
7676
"tslib": "^2.4.0",
77-
"typescript": "^4.7.4"
77+
"typescript": "^5.0.4"
7878
},
7979
"lint-staged": {
8080
"*.{js,jsx,ts,tsx,md,mdx}": "eslint --fix"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8101,10 +8101,10 @@ type-is@~1.6.17:
81018101
media-typer "0.3.0"
81028102
mime-types "~2.1.24"
81038103

8104-
typescript@^4.7.4:
8105-
version "4.9.5"
8106-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
8107-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
8104+
typescript@^5.0.4:
8105+
version "5.0.4"
8106+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
8107+
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
81088108

81098109
ua-parser-js@^0.7.30:
81108110
version "0.7.33"

0 commit comments

Comments
 (0)