Skip to content

Commit ac5de6d

Browse files
chore(deps): update dependency typescript to v5
1 parent 36004e9 commit ac5de6d

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
@@ -11257,11 +11257,16 @@ typedarray@^0.0.6:
1125711257
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1125811258
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
1125911259

11260-
typescript@^4.4.3, typescript@^4.5.4:
11260+
typescript@^4.4.3:
1126111261
version "4.9.5"
1126211262
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
1126311263
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
1126411264

11265+
typescript@^5.0.0:
11266+
version "5.0.4"
11267+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
11268+
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
11269+
1126511270
ua-parser-js@^0.7.30:
1126611271
version "0.7.35"
1126711272
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-0.7.35.tgz#8bda4827be4f0b1dda91699a29499575a1f1d307"

0 commit comments

Comments
 (0)