Skip to content
This repository was archived by the owner on Aug 6, 2024. It is now read-only.

Commit bbae580

Browse files
Update dependency typescript to v5 (#402)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ef8a239 commit bbae580

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

create-keystone-app/starter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"@keystone-6/auth": "^7.0.0",
1313
"@keystone-6/core": "^5.0.0",
1414
"@keystone-6/fields-document": "^7.0.0",
15-
"typescript": "^4.9.5"
15+
"typescript": "^5.0.0"
1616
}
1717
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"prettier": "^2.7.1",
2626
"tempy": "^1.0.1",
2727
"tree-kill": "^1.2.2",
28-
"typescript": "^4.9.5"
28+
"typescript": "^5.0.0"
2929
},
3030
"scripts": {
3131
"postinstall": "preconstruct dev && manypkg check && cd create-keystone-app/starter && yarn postinstall",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10351,10 +10351,10 @@ typed-array-length@^1.0.4:
1035110351
for-each "^0.3.3"
1035210352
is-typed-array "^1.1.9"
1035310353

10354-
typescript@^4.9.5:
10355-
version "4.9.5"
10356-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
10357-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
10354+
typescript@^5.0.0:
10355+
version "5.0.2"
10356+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
10357+
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
1035810358

1035910359
uid-safe@^2.1.5:
1036010360
version "2.1.5"

0 commit comments

Comments
 (0)