Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.2.2 (#9632)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 25, 2023
1 parent 0da940b commit 1d96677
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/react/apollo-client-defer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"cypress": "12.17.4",
"serve": "14.2.1",
"start-server-and-test": "2.0.0",
"typescript": "4.9.5",
"typescript": "5.2.2",
"vite": "^4.1.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react/apollo-client-swc-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@vitejs/plugin-react-swc": "^3.3.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"typescript": "5.0.4",
"typescript": "5.2.2",
"vite": "^4.1.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react/apollo-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/node": "^18.11.18",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.10",
"typescript": "5.0.4",
"typescript": "5.2.2",
"serve": "14.2.1",
"cypress": "12.17.4",
"start-server-and-test": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/http-executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/node": "^18.11.18",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.10",
"typescript": "5.0.4",
"typescript": "5.2.2",
"serve": "14.2.1",
"cypress": "12.17.4",
"start-server-and-test": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/nextjs-swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"@types/react-dom": "^18.0.10",
"eslint": "^8.21.0",
"eslint-config-next": "^13.0.0",
"typescript": "5.0.4"
"typescript": "5.2.2"
}
}
2 changes: 1 addition & 1 deletion examples/react/tanstack-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@types/node": "^18.11.18",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.10",
"typescript": "5.0.4",
"typescript": "5.2.2",
"serve": "14.2.1",
"cypress": "12.17.4",
"start-server-and-test": "2.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/client-preset": "^4.1.0",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "5.0.4",
"typescript": "5.2.2",
"serve": "14.2.1",
"cypress": "12.17.4",
"start-server-and-test": "2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"ts-node": "10.9.1",
"tslib": "2.6.2",
"tsx": "3.12.7",
"typescript": "5.0.4"
"typescript": "5.2.2"
},
"lint-staged": {
"packages/**/src/**/*.{ts,tsx}": [
Expand All @@ -90,7 +90,7 @@
"**/apollo-language-server/graphql": "^16.0.0",
"**/@types/graphql-upload/graphql": "^16.0.0",
"ts-node": "10.9.1",
"typescript": "5.0.4",
"typescript": "5.2.2",
"cosmiconfig": "8.1.3"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14632,10 +14632,10 @@ [email protected]:
typescript "~4.9.5"
yargs "^17.1.1"

typescript@4.9.5, [email protected], typescript@^5.0.0, typescript@~4.9.5:
version "5.0.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
typescript@5.2.2, typescript@^5.0.0, typescript@~4.9.5:
version "5.2.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.2.2.tgz#5ebb5e5a5b75f085f22bc3f8460fba308310fa78"
integrity sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==

ua-parser-js@^0.7.30:
version "0.7.33"
Expand Down

0 comments on commit 1d96677

Please sign in to comment.