Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit a5d671e

Browse files
chore(deps-dev): bump typescript from 4.8.4 to 5.0.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.4 to 5.0.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](https://github.com/Microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c95bcfd commit a5d671e

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
@@ -29,7 +29,7 @@
2929
"rimraf": "^4.4.0",
3030
"ts-node": "^10.8.1",
3131
"tsc-files": "1.1.2",
32-
"typescript": "~4.8.4"
32+
"typescript": "~5.0.2"
3333
},
3434
"lint-staged": {
3535
"src/**/*.{tsx,ts}": [

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1843,10 +1843,10 @@ type-fest@^0.21.3:
18431843
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.21.3.tgz#d260a24b0198436e133fa26a524a6d65fa3b2e37"
18441844
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
18451845

1846-
typescript@~4.8.4:
1847-
version "4.8.4"
1848-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6"
1849-
integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ==
1846+
typescript@~5.0.2:
1847+
version "5.0.2"
1848+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
1849+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
18501850

18511851
unbox-primitive@^1.0.2:
18521852
version "1.0.2"

0 commit comments

Comments
 (0)