Skip to content

Commit 66cd7b7

Browse files
committed
chore(deps): update dependency typescript to v4.9.5
1 parent 8e4fec9 commit 66cd7b7

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.27",
20-
"typescript": "4.9.4"
20+
"typescript": "4.9.5"
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
@@ -3385,10 +3385,10 @@ type-fest@^0.21.3:
33853385
resolved "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz"
33863386
integrity sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==
33873387

3388-
typescript@4.9.4:
3389-
version "4.9.4"
3390-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"
3391-
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==
3388+
typescript@4.9.5:
3389+
version "4.9.5"
3390+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
3391+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
33923392

33933393
ua-parser-js@^0.7.30:
33943394
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.4.1",
4242
"standard-version": "9.5.0",
4343
"ts-jest": "28.0.8",
44-
"typescript": "4.9.4"
44+
"typescript": "4.9.5"
4545
},
4646
"author": "Fabio Benedetti",
4747
"keywords": [

yarn.lock

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

5989-
typescript@4.9.4:
5990-
version "4.9.4"
5991-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"
5992-
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==
5989+
typescript@4.9.5:
5990+
version "4.9.5"
5991+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
5992+
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
59935993

59945994
ua-parser-js@^0.7.30:
59955995
version "0.7.31"

0 commit comments

Comments
 (0)