Skip to content

Commit 2c59f20

Browse files
chore(deps): update dependency typescript to v5 (#251)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8f6c0ae commit 2c59f20

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

11609-
typescript@^4.4.3, typescript@^4.5.4:
11609+
typescript@^4.4.3:
1161011610
version "4.9.5"
1161111611
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
1161211612
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
1161311613

11614+
typescript@^5.0.0:
11615+
version "5.2.2"
11616+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
11617+
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==
11618+
1161411619
ua-parser-js@^1.0.35:
1161511620
version "1.0.36"
1161611621
resolved "https://registry.yarnpkg.com/ua-parser-js/-/ua-parser-js-1.0.36.tgz#a9ab6b9bd3a8efb90bb0816674b412717b7c428c"

0 commit comments

Comments
 (0)