Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 3, 2025
1 parent 4fdbf42 commit 47390e2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"@types/fs-extra": "11.0.4",
"@types/jest": "29.5.14",
"@types/listr": "0.14.9",
"@types/lodash": "4.17.13",
"@types/lodash": "4.17.14",
"@types/node": "22.10.5",
"@types/qs": "6.9.17",
"@types/yargs": "17.0.33",
Expand Down
2 changes: 1 addition & 1 deletion demo-apps/example-usage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@emotion/styled": "11.14.0",
"@gqlts/cli": "file:../../cli",
"@gqlts/runtime": "file:../../runtime",
"@tanstack/react-query": "5.62.11",
"@tanstack/react-query": "5.62.12",
"@types/js-cookie": "3.0.6",
"apollo-boost": "0.4.9",
"baby-i-am-faded": "4.0.14",
Expand Down
18 changes: 9 additions & 9 deletions demo-apps/example-usage/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -922,17 +922,17 @@
dependencies:
tslib "^2.8.0"

"@tanstack/[email protected].9":
version "5.62.9"
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.62.9.tgz#94231ffea5de086b5e6c0f1e527cda5650cb1849"
integrity sha512-lwePd8hNYhyQ4nM/iRQ+Wz2cDtspGeZZHFZmCzHJ7mfKXt+9S301fULiY2IR2byJYY6Z03T427E5PoVfMexHjw==
"@tanstack/[email protected].12":
version "5.62.12"
resolved "https://registry.yarnpkg.com/@tanstack/query-core/-/query-core-5.62.12.tgz#17ccf7e7127120ae932f3bc053f9df9fc30a2a5f"
integrity sha512-6igFeBgymHkCxVgaEk+yiLwkMf9haui/EQLmI3o9CatOyDThEoFKe8toLWvWliZC/Jf+h7NwHi/zjfyLArr1ow==

"@tanstack/[email protected].11":
version "5.62.11"
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.62.11.tgz#95a615a60dc8fd836a5085dea2739a62f4953f55"
integrity sha512-Xb1nw0cYMdtFmwkvH9+y5yYFhXvLRCnXoqlzSw7UkqtCVFq3cG8q+rHZ2Yz1XrC+/ysUaTqbLKJqk95mCgC1oQ==
"@tanstack/[email protected].12":
version "5.62.12"
resolved "https://registry.yarnpkg.com/@tanstack/react-query/-/react-query-5.62.12.tgz#282ba8303d81fd9f14c1a221ed366ec1d3d616c5"
integrity sha512-yt8p7l5MlHA3QCt6xF1Cu9dw1Anf93yTK+DMDJQ64h/mshAymVAtcwj8TpsyyBrZNWAAZvza/m76bnTSR79ZtQ==
dependencies:
"@tanstack/query-core" "5.62.9"
"@tanstack/query-core" "5.62.12"

"@tsconfig/node10@^1.0.7":
version "1.0.9"
Expand Down
2 changes: 1 addition & 1 deletion runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"@sucrase/jest-plugin": "3.0.0",
"@types/common-tags": "1.8.4",
"@types/jest": "29.5.14",
"@types/lodash": "4.17.13",
"@types/lodash": "4.17.14",
"@types/lodash.assign": "4.2.9",
"@types/lodash.get": "4.4.9",
"@types/lodash.startswith": "4.2.9",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1808,10 +1808,10 @@
resolved "https://registry.npmjs.org/@types/lodash/-/lodash-4.14.159.tgz"
integrity sha512-gF7A72f7WQN33DpqOWw9geApQPh4M3PxluMtaHxWHXEGSN12/WbcEk/eNSqWNQcQhF66VSZ06vCF94CrHwXJDg==

"@types/[email protected].13":
version "4.17.13"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.13.tgz#786e2d67cfd95e32862143abe7463a7f90c300eb"
integrity sha512-lfx+dftrEZcdBPczf9d0Qv0x+j/rfNCMuC6OcfXmO8gkfeNAY88PgKUbvG56whcN23gc27yenwF6oJZXGFpYxg==
"@types/[email protected].14":
version "4.17.14"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.14.tgz#bafc053533f4cdc5fcc9635af46a963c1f3deaff"
integrity sha512-jsxagdikDiDBeIRaPYtArcT8my4tN1og7MtMRquFT3XNA6axxyHDRUemqDz/taRDdOUn0GnGHRCuff4q48sW9A==

"@types/minimatch@^3.0.3":
version "3.0.5"
Expand Down

0 comments on commit 47390e2

Please sign in to comment.