Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.4.5 (#640)
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 13, 2024
1 parent 77fee31 commit 0bc82cc
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion examples/apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vitejs/plugin-react": "4.0.1",
"typescript": "5.4.4",
"typescript": "5.4.5",
"vite": "5.0.10"
}
}
2 changes: 1 addition & 1 deletion examples/auto-pagination-multiple-sources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"graphql": "16.7.1",
"nodemon": "3.0.1",
"ts-node": "10.9.1",
"typescript": "5.4.4"
"typescript": "5.4.5"
},
"devDependencies": {
"@types/node": "20.8.9"
Expand Down
2 changes: 1 addition & 1 deletion examples/execute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vitejs/plugin-react": "4.0.1",
"typescript": "5.4.4",
"typescript": "5.4.5",
"vite": "5.0.10"
}
}
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"@types/react": "18.2.14",
"eslint": "8.44.0",
"eslint-config-next": "14.2.1",
"typescript": "5.4.4"
"typescript": "5.4.5"
}
}
2 changes: 1 addition & 1 deletion examples/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"graphql": "16.7.1",
"nodemon": "3.0.1",
"ts-node": "10.9.1",
"typescript": "5.4.4"
"typescript": "5.4.5"
},
"devDependencies": {
"@types/node": "20.8.9"
Expand Down
2 changes: 1 addition & 1 deletion examples/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vitejs/plugin-react": "4.0.1",
"typescript": "5.4.4",
"typescript": "5.4.5",
"vite": "5.0.10"
}
}
2 changes: 1 addition & 1 deletion examples/urql-live-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vitejs/plugin-react": "4.0.1",
"typescript": "5.4.4",
"typescript": "5.4.5",
"vite": "5.0.10"
}
}
2 changes: 1 addition & 1 deletion examples/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@vitejs/plugin-react": "4.0.1",
"typescript": "5.4.4",
"typescript": "5.4.5",
"vite": "5.0.10"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"prettier": "3.0.3",
"pretty-quick": "4.0.0",
"rimraf": "5.0.1",
"typescript": "5.4.4",
"typescript": "5.4.5",
"weak-napi": "2.0.2",
"ts-jest": "29.1.1"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8165,10 +8165,10 @@ typed-array-length@^1.0.6:
is-typed-array "^1.1.13"
possible-typed-array-names "^1.0.0"

[email protected].4, typescript@^5.0.4:
version "5.4.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952"
integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==
[email protected].5, typescript@^5.0.4:
version "5.4.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==

"uWebSockets.js@github:uNetworking/uWebSockets.js#v20.30.0":
version "20.30.0"
Expand Down

0 comments on commit 0bc82cc

Please sign in to comment.