Skip to content

Commit 048f700

Browse files
build(deps-dev): bump typescript from 4.9.5 to 5.0.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.0.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.9.5...v5.0.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7be5d59 commit 048f700

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
@@ -98,7 +98,7 @@
9898
"netlify-plugin-cache": "^1.0.3",
9999
"prettier": "^2.8.4",
100100
"ts-prune": "^0.10.3",
101-
"typescript": "^4.9.5",
101+
"typescript": "^5.0.2",
102102
"utility-types": "^3.10.0"
103103
}
104104
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10422,10 +10422,10 @@ typed-array-length@^1.0.4:
1042210422
for-each "^0.3.3"
1042310423
is-typed-array "^1.1.9"
1042410424

10425-
typescript@^4.9.5:
10426-
version "4.9.5"
10427-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
10428-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
10425+
typescript@^5.0.2:
10426+
version "5.0.2"
10427+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
10428+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
1042910429

1043010430
ua-parser-js@^0.7.30:
1043110431
version "0.7.34"

0 commit comments

Comments
 (0)