Skip to content

Commit 5488280

Browse files
chore(deps): update dependency typescript to v5
1 parent 2bc0093 commit 5488280

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"gatsby-plugin-utils": "^4.0.0",
3434
"jest": "^29.0.0",
3535
"prettier": "^2.3.2",
36-
"typescript": "^4.5.4"
36+
"typescript": "^5.0.0"
3737
},
3838
"homepage": "https://github.com/netlify/gatsby-plugin-netlify#readme",
3939
"keywords": [

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11297,11 +11297,16 @@ typedarray@^0.0.6:
1129711297
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1129811298
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1129911299

11300-
typescript@^4.4.3, typescript@^4.5.4:
11300+
typescript@^4.4.3:
1130111301
version "4.9.5"
1130211302
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
1130311303
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
1130411304

11305+
typescript@^5.0.0:
11306+
version "5.1.3"
11307+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826"
11308+
integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==
11309+
1130511310
ua-parser-js@^1.0.35:
1130611311
version "1.0.35"
1130711312
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.35.tgz#c4ef44343bc3db0a3cbefdf21822f1b1fc1ab011"

0 commit comments

Comments
 (0)