Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1156)
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 Oct 31, 2024
1 parent b63cdab commit b9a1350
Show file tree
Hide file tree
Showing 12 changed files with 210 additions and 204 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"@types/jest": "29.5.14",
"@types/listr": "0.14.9",
"@types/lodash": "4.17.13",
"@types/node": "22.8.4",
"@types/node": "22.8.5",
"@types/qs": "6.9.16",
"@types/yargs": "17.0.33",
"common-tags": "1.8.2",
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 @@ -48,7 +48,7 @@
"typescript": "5.6.3"
},
"devDependencies": {
"@types/node": "22.8.4",
"@types/node": "22.8.5",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"next-transpile-modules": "10.0.1",
Expand Down
16 changes: 8 additions & 8 deletions demo-apps/example-usage/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -574,9 +574,9 @@
integrity sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==

"@gqlts/cli@file:../../cli":
version "3.2.19"
version "3.2.21"
dependencies:
"@gqlts/runtime" "^3.2.19"
"@gqlts/runtime" "^3.2.21"
"@graphql-tools/graphql-file-loader" "8.0.2"
"@graphql-tools/load" "8.0.3"
browserify "17.0.1"
Expand All @@ -594,8 +594,8 @@
terser "5.36.0"
yargs "17.7.2"

"@gqlts/runtime@^3.2.19", "@gqlts/runtime@file:../../runtime":
version "3.2.19"
"@gqlts/runtime@^3.2.21", "@gqlts/runtime@file:../../runtime":
version "3.2.21"
dependencies:
axios "1.7.7"
form-data "4.0.1"
Expand Down Expand Up @@ -987,10 +987,10 @@
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.12.tgz#25d71312bf66512105d71e55d42e22c36bcfc689"
integrity sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==

"@types/[email protected].4":
version "22.8.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.4.tgz#ab754f7ac52e1fe74174f761c5b03acaf06da0dc"
integrity sha512-SpNNxkftTJOPk0oN+y2bIqurEXHTA2AOZ3EJDDKeJ5VzkvvORSvmQXGQarcOzWV1ac7DCaPBEdMDxBsM+d8jWw==
"@types/[email protected].5":
version "22.8.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.5.tgz#a978fb6755dbb32889b0bc3e37554dbc04f261a6"
integrity sha512-5iYk6AMPtsMbkZqCO1UGF9W5L38twq11S2pYWkybGHH2ogPUvXWNlQqJBzuEZWKj/WRH+QTeiv6ySWqJtvIEgA==
dependencies:
undici-types "~6.19.8"

Expand Down
2 changes: 1 addition & 1 deletion demo-apps/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@types/deep-equal": "1.0.4",
"@types/mocha": "10.0.9",
"@types/node": "22.8.4",
"@types/node": "22.8.5",
"@types/ws": "8.5.12",
"mocha": "10.8.2",
"snap-shot-it": "7.9.10",
Expand Down
8 changes: 4 additions & 4 deletions demo-apps/integration-tests/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1061,10 +1061,10 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.6.3.tgz#5b763b321cd3b80f6b8dde7a37e1a77ff9358dd9"
integrity sha512-HksnYH4Ljr4VQgEy2lTStbCKv/P590tmPe5HqOnv9Gprffgv5WXAY+Y5Gqniu0GGqeTCUdBnzC3QSrzPkBkAMA==

"@types/[email protected].4":
version "22.8.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.4.tgz#ab754f7ac52e1fe74174f761c5b03acaf06da0dc"
integrity sha512-SpNNxkftTJOPk0oN+y2bIqurEXHTA2AOZ3EJDDKeJ5VzkvvORSvmQXGQarcOzWV1ac7DCaPBEdMDxBsM+d8jWw==
"@types/[email protected].5":
version "22.8.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.5.tgz#a978fb6755dbb32889b0bc3e37554dbc04f261a6"
integrity sha512-5iYk6AMPtsMbkZqCO1UGF9W5L38twq11S2pYWkybGHH2ogPUvXWNlQqJBzuEZWKj/WRH+QTeiv6ySWqJtvIEgA==
dependencies:
undici-types "~6.19.8"

Expand Down
2 changes: 1 addition & 1 deletion demo-apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@gqlts/runtime": "file:./../../runtime",
"@types/node": "22.8.4",
"@types/node": "22.8.5",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"demo-apps-backend-sdk": "file:./../backend/sdk",
Expand Down
16 changes: 8 additions & 8 deletions demo-apps/next/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,9 @@
tslib "^2.4.0"

"@gqlts/cli@file:../../cli", "@gqlts/cli@file:./../../cli":
version "3.2.19"
version "3.2.21"
dependencies:
"@gqlts/runtime" "^3.2.19"
"@gqlts/runtime" "^3.2.21"
"@graphql-tools/graphql-file-loader" "8.0.2"
"@graphql-tools/load" "8.0.3"
browserify "17.0.1"
Expand All @@ -276,8 +276,8 @@
terser "5.36.0"
yargs "17.7.2"

"@gqlts/runtime@^3.2.19", "@gqlts/runtime@file:../../runtime", "@gqlts/runtime@file:./../../runtime":
version "3.2.19"
"@gqlts/runtime@^3.2.21", "@gqlts/runtime@file:../../runtime", "@gqlts/runtime@file:./../../runtime":
version "3.2.21"
dependencies:
axios "1.7.7"
form-data "4.0.1"
Expand Down Expand Up @@ -607,10 +607,10 @@
dependencies:
tslib "^2.4.0"

"@types/[email protected].4":
version "22.8.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.4.tgz#ab754f7ac52e1fe74174f761c5b03acaf06da0dc"
integrity sha512-SpNNxkftTJOPk0oN+y2bIqurEXHTA2AOZ3EJDDKeJ5VzkvvORSvmQXGQarcOzWV1ac7DCaPBEdMDxBsM+d8jWw==
"@types/[email protected].5":
version "22.8.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.5.tgz#a978fb6755dbb32889b0bc3e37554dbc04f261a6"
integrity sha512-5iYk6AMPtsMbkZqCO1UGF9W5L38twq11S2pYWkybGHH2ogPUvXWNlQqJBzuEZWKj/WRH+QTeiv6ySWqJtvIEgA==
dependencies:
undici-types "~6.19.8"

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.3.1",
"lerna": "8.1.8",
"lerna": "8.1.9",
"prettier": "3.3.3",
"typescript": "5.6.3",
"ultra-runner": "3.10.5"
Expand Down
2 changes: 1 addition & 1 deletion runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"@types/lodash.assign": "4.2.9",
"@types/lodash.get": "4.4.9",
"@types/lodash.startswith": "4.2.9",
"@types/node": "22.8.4",
"@types/node": "22.8.5",
"@types/qs": "6.9.16",
"@types/ws": "8.5.12",
"common-tags": "1.8.2",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"devDependencies": {
"@gqlts/cli": "3.2.21",
"@types/js-cookie": "3.0.6",
"@types/node": "22.8.4",
"@types/node": "22.8.5",
"@types/prismjs": "1.26.5",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
Expand Down
26 changes: 13 additions & 13 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -304,12 +304,12 @@
dependencies:
tslib "^2.7.0"

"@gqlts/[email protected].20":
version "3.2.20"
resolved "https://registry.yarnpkg.com/@gqlts/cli/-/cli-3.2.20.tgz#5e51bb21972960d2cb5b4762ae9ef5447d2d49b4"
integrity sha512-3zuJ9kxJP6SE/8a9SvYq0zbd6tTNIRDXTdAGO0A8oacjTkUTpcSYVvGpkQOYPu2ziZmStoERVQVSABIKbxgbMQ==
"@gqlts/[email protected].21":
version "3.2.21"
resolved "https://registry.yarnpkg.com/@gqlts/cli/-/cli-3.2.21.tgz#bab95219bbeb389fc1c06fb9488726699163fe85"
integrity sha512-qhmpZ5iRVBbtkV7+zrObpg/pQ/W2Taj+eYbrY36iDenUj3aJxIx33Eot3QXO7ETxBSat5zaMwoiiSh52Gr4A5g==
dependencies:
"@gqlts/runtime" "^3.2.20"
"@gqlts/runtime" "^3.2.21"
"@graphql-tools/graphql-file-loader" "8.0.2"
"@graphql-tools/load" "8.0.3"
browserify "17.0.1"
Expand All @@ -327,10 +327,10 @@
terser "5.36.0"
yargs "17.7.2"

"@gqlts/runtime@^3.2.20":
version "3.2.20"
resolved "https://registry.yarnpkg.com/@gqlts/runtime/-/runtime-3.2.20.tgz#7b3ef50b6ca4327d0ae60e27d45d198a529aaafe"
integrity sha512-RgW3S4MGBRIWxzowtlzSsasHG0dGjB/8k4fwBJVpgOsTI0aN2tr8GxRTduPPbNv4TsHaabYWgwgAraEwxoulPg==
"@gqlts/runtime@^3.2.21":
version "3.2.21"
resolved "https://registry.yarnpkg.com/@gqlts/runtime/-/runtime-3.2.21.tgz#2f48882bea9130ecfa0a151020161350c8f86e49"
integrity sha512-5LjSrGLNfiJf0+QOrrTGPmChhDfEr+Q3duX2Ucy0jkfoLOlvGnMLfAq4TaG+4tiwGDtLfQUp543h4c2xIw3eBw==
dependencies:
axios "1.7.7"
form-data "4.0.1"
Expand Down Expand Up @@ -1039,10 +1039,10 @@
dependencies:
"@types/unist" "*"

"@types/[email protected].4":
version "22.8.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.4.tgz#ab754f7ac52e1fe74174f761c5b03acaf06da0dc"
integrity sha512-SpNNxkftTJOPk0oN+y2bIqurEXHTA2AOZ3EJDDKeJ5VzkvvORSvmQXGQarcOzWV1ac7DCaPBEdMDxBsM+d8jWw==
"@types/[email protected].5":
version "22.8.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.8.5.tgz#a978fb6755dbb32889b0bc3e37554dbc04f261a6"
integrity sha512-5iYk6AMPtsMbkZqCO1UGF9W5L38twq11S2pYWkybGHH2ogPUvXWNlQqJBzuEZWKj/WRH+QTeiv6ySWqJtvIEgA==
dependencies:
undici-types "~6.19.8"

Expand Down
Loading

0 comments on commit b9a1350

Please sign in to comment.