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 Feb 7, 2025
1 parent b3bdb5f commit dc1e6c7
Show file tree
Hide file tree
Showing 16 changed files with 202 additions and 259 deletions.
4 changes: 2 additions & 2 deletions cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"prettier": "3.4.2",
"qs": "6.14.0",
"rimraf": "6.0.1",
"terser": "5.37.0",
"terser": "5.38.1",
"yargs": "17.7.2"
},
"devDependencies": {
Expand All @@ -107,7 +107,7 @@
"@types/jest": "29.5.14",
"@types/listr": "0.14.9",
"@types/lodash": "4.17.15",
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"@types/qs": "6.9.18",
"@types/yargs": "17.0.33",
"common-tags": "1.8.2",
Expand Down
2 changes: 1 addition & 1 deletion demo-apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"graphql": "16.10.0",
"graphql-scalars": "1.24.1",
"graphql-upload-ts": "2.1.2",
"graphql-yoga": "5.10.11",
"graphql-yoga": "5.11.0",
"nexus": "1.3.0",
"supertest": "7.0.0",
"ts-node": "10.9.2",
Expand Down
8 changes: 4 additions & 4 deletions demo-apps/backend/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1575,10 +1575,10 @@ [email protected]:
http-errors "^2.0.0"
object-path "^0.11.8"

graphql-yoga@5.10.11:
version "5.10.11"
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-5.10.11.tgz#4c9e4d8c3186c2a323a97982aa80b99769ed8953"
integrity sha512-r4Mg6nXIqvAh6IO82JlJNJOAL1MADKZsesytsBw/qvuYdE7vyo3PNCHMleBoWj3dzx83aRajBQQNh3WzBmsy8g==
graphql-yoga@5.11.0:
version "5.11.0"
resolved "https://registry.yarnpkg.com/graphql-yoga/-/graphql-yoga-5.11.0.tgz#d8e87cc9a5a26e52defd1275ea4bb9c5235fbf94"
integrity sha512-zyeXE79hKBzEvb/jYK3bnouoPsNNtv+pyNR6BeMHyeGmavimSvi1LH3vqSlh1sjxUTMXZu715X0L4T8RrexCcA==
dependencies:
"@envelop/core" "^5.0.2"
"@graphql-tools/executor" "^1.3.7"
Expand Down
6 changes: 3 additions & 3 deletions demo-apps/example-usage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"apollo-boost": "0.4.9",
"baby-i-am-faded": "4.0.14",
"emotion-theming": "11.0.0",
"framer-motion": "12.0.6",
"framer-motion": "12.4.0",
"graphql-tag": "2.12.6",
"landing-blocks": "2.1.0",
"next": "15.1.6",
Expand All @@ -44,11 +44,11 @@
"react-extra-hooks": "2.3.4",
"react-icons": "5.4.0",
"react-storage-hooks": "4.0.1",
"swr": "2.3.0",
"swr": "2.3.2",
"typescript": "5.7.3"
},
"devDependencies": {
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"next-transpile-modules": "10.0.1",
Expand Down
34 changes: 17 additions & 17 deletions demo-apps/example-usage/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@
prettier "3.4.2"
qs "6.14.0"
rimraf "6.0.1"
terser "5.37.0"
terser "5.38.1"
yargs "17.7.2"

"@gqlts/runtime@^3.2.21", "@gqlts/runtime@file:../../runtime":
Expand Down Expand Up @@ -971,10 +971,10 @@
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.17.12.tgz#25d71312bf66512105d71e55d42e22c36bcfc689"
integrity sha512-sviUmCE8AYdaF/KIHLDJBQgeYzPBI0vf/17NaYehBJfYD1j6/L95Slh07NlyK2iNyBNaEkb3En2jRt+a8y3xZQ==

"@types/[email protected].0":
version "22.13.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.0.tgz#d376dd9a0ee2f9382d86c2d5d7beb4d198b4ea8c"
integrity sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA==
"@types/[email protected].1":
version "22.13.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.13.1.tgz#a2a3fefbdeb7ba6b89f40371842162fac0934f33"
integrity sha512-jK8uzQlrvXqEU91UxiK5J7pKHyzgnI1Qnl0QDHIgVGuolJhRb9EEl28Cj9b3rGR8B2lhFCtvIm5os8lFnO/1Ew==
dependencies:
undici-types "~6.20.0"

Expand Down Expand Up @@ -2507,10 +2507,10 @@ formdata-polyfill@^4.0.10:
dependencies:
fetch-blob "^3.1.2"

framer-motion@12.0.6:
version "12.0.6"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.0.6.tgz#4ec8b9225ead4d0d7d4ff00ade6e76a83e6d0c99"
integrity sha512-LmrXbXF6Vv5WCNmb+O/zn891VPZrH7XbsZgRLBROw6kFiP+iTK49gxTv2Ur3F0Tbw6+sy9BVtSqnWfMUpH+6nA==
framer-motion@12.4.0:
version "12.4.0"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.4.0.tgz#1a42470963e32023622dfcc1b1abb0bd8ef1ce0f"
integrity sha512-QX92ThRniev3YTkjXOV/7m9fXBRQ5xDDRWDinuU//Xkjh+q9ppg3Nb0b95xgJYd2AE0rgJ7eoihY+Z+jjSv22w==
dependencies:
motion-dom "^12.0.0"
motion-utils "^12.0.0"
Expand Down Expand Up @@ -4690,10 +4690,10 @@ supports-preserve-symlinks-flag@^1.0.0:
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==

[email protected].0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/swr/-/swr-2.3.0.tgz#66fa45023efd4199f4e7ce608c255709a135943d"
integrity sha512-NyZ76wA4yElZWBHzSgEJc28a0u6QZvhb6w0azeL2k7+Q1gAzVK+IqQYXhVOC/mzi+HZIozrZvBVeSeOZNR2bqA==
[email protected].2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/swr/-/swr-2.3.2.tgz#e7c4eb7115e7ff734e445ad0036e97812dd95191"
integrity sha512-RosxFpiabojs75IwQ316DGoDRmOqtiAj0tg8wCcbEu4CiLZBs/a9QNtHV7TUfDXmmlgqij/NqzKq/eLelyv9xA==
dependencies:
dequal "^2.0.3"
use-sync-external-store "^1.4.0"
Expand All @@ -4720,10 +4720,10 @@ tapable@^2.2.0:
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==

terser@5.37.0:
version "5.37.0"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.37.0.tgz#38aa66d1cfc43d0638fab54e43ff8a4f72a21ba3"
integrity sha512-B8wRRkmre4ERucLM/uXx4MOV5cbnOlVAqUst+1+iLKPI0dOgFO28f84ptoQt9HEI537PMzfYa/d+GEPKTRXmYA==
terser@5.38.1:
version "5.38.1"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.38.1.tgz#a18d83c8acf3175e847ab0b66839f3c318167c58"
integrity sha512-GWANVlPM/ZfYzuPHjq0nxT+EbOEDDN3Jwhwdg1D8TU8oSkktp8w64Uq4auuGLxFSoNTRDncTq2hQHX1Ld9KHkA==
dependencies:
"@jridgewell/source-map" "^0.3.3"
acorn "^8.8.2"
Expand Down
2 changes: 1 addition & 1 deletion demo-apps/html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
"test": "node puppeteer-test.js"
},
"devDependencies": {
"puppeteer": "24.1.1"
"puppeteer": "24.2.0"
}
}
Loading

0 comments on commit dc1e6c7

Please sign in to comment.