Skip to content

Commit c625829

Browse files
chore(deps): update dependency typescript to v5
1 parent b9f4d01 commit c625829

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@graphql-codegen/typescript-operations": "2.5.3",
1818
"@graphql-codegen/typescript-react-apollo": "3.3.7",
1919
"@types/react": "18.0.33",
20-
"typescript": "4.9.5"
20+
"typescript": "5.0.3"
2121
},
2222
"scripts": {
2323
"test": "echo \"Error: no test specified\" && exit 1",

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3378,10 +3378,10 @@ type-fest@^0.21.3:
33783378
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz"
33793379
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
33803380

3381-
typescript@4.9.5:
3382-
version "4.9.5"
3383-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
3384-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
3381+
typescript@5.0.3:
3382+
version "5.0.3"
3383+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf"
3384+
integrity sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==
33853385

33863386
ua-parser-js@^0.7.30:
33873387
version "0.7.31"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"jest": "29.5.0",
4242
"standard-version": "9.5.0",
4343
"ts-jest": "28.0.8",
44-
"typescript": "4.9.5"
44+
"typescript": "5.0.3"
4545
},
4646
"author": "Fabio Benedetti",
4747
"keywords": [

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6093,10 +6093,10 @@ typedarray@^0.0.6:
60936093
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
60946094
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==
60956095

6096-
typescript@4.9.5:
6097-
version "4.9.5"
6098-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
6099-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
6096+
typescript@5.0.3:
6097+
version "5.0.3"
6098+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf"
6099+
integrity sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==
61006100

61016101
ua-parser-js@^0.7.30:
61026102
version "0.7.34"

0 commit comments

Comments
 (0)