Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.0.3 (#9249)
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 Apr 2, 2023
1 parent 544ec0c commit c673fb1
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
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.2.0",
"@types/react": "18.0.32",
"@types/react-dom": "18.0.11",
"typescript": "5.0.2",
"typescript": "5.0.3",
"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.2",
"typescript": "5.0.3",
"serve": "14.2.0",
"cypress": "12.9.0",
"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.2",
"typescript": "5.0.3",
"serve": "14.2.0",
"cypress": "12.9.0",
"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.2"
"typescript": "5.0.3"
}
}
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.2",
"typescript": "5.0.3",
"serve": "14.2.0",
"cypress": "12.9.0",
"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": "^3.2.2",
"@graphql-codegen/client-preset": "^2.1.1",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "5.0.2",
"typescript": "5.0.3",
"serve": "14.2.0",
"cypress": "12.9.0",
"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 @@ -61,7 +61,7 @@
"ts-node": "10.9.1",
"tslib": "2.5.0",
"tsx": "3.12.6",
"typescript": "5.0.2"
"typescript": "5.0.3"
},
"lint-staged": {
"packages/**/src/**/*.{ts,tsx}": [
Expand All @@ -83,6 +83,6 @@
"**/apollo-language-server/graphql": "^16.0.0",
"**/@types/graphql-upload/graphql": "^16.0.0",
"ts-node": "10.9.1",
"typescript": "5.0.2"
"typescript": "5.0.3"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13671,10 +13671,10 @@ typescript-json-schema@0.55.0:
typescript "~4.8.2"
yargs "^17.1.1"

typescript@5.0.2, typescript@^5.0.0, typescript@~4.8.2:
version "5.0.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5"
integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw==
typescript@5.0.3, typescript@^5.0.0, typescript@~4.8.2:
version "5.0.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.3.tgz#fe976f0c826a88d0a382007681cbb2da44afdedf"
integrity sha512-xv8mOEDnigb/tN9PSMTwSEqAnUvkoXMQlicOb0IUVDBSQCgBSaAAROUZYy2IcUy5qU6XajK5jjjO7TMWqBTKZA==

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

0 comments on commit c673fb1

Please sign in to comment.