Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent 41d5445 commit bc646f6
Show file tree
Hide file tree
Showing 14 changed files with 99 additions and 125 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.14",
"@types/node": "22.10.7",
"@types/node": "22.10.10",
"@types/qs": "6.9.18",
"@types/yargs": "17.0.33",
"common-tags": "1.8.2",
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.1",
"framer-motion": "12.0.4",
"graphql-tag": "2.12.6",
"landing-blocks": "2.1.0",
"next": "15.1.6",
Expand All @@ -48,8 +48,8 @@
"typescript": "5.7.3"
},
"devDependencies": {
"@types/node": "22.10.7",
"@types/react": "19.0.7",
"@types/node": "22.10.10",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"next-transpile-modules": "10.0.1",
"sucrase": "3.35.0",
Expand Down
24 changes: 12 additions & 12 deletions demo-apps/example-usage/yarn.lock
Original file line number Diff line number Diff line change
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].7":
version "22.10.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.7.tgz#14a1ca33fd0ebdd9d63593ed8d3fbc882a6d28d7"
integrity sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==
"@types/[email protected].10":
version "22.10.10"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.10.tgz#85fe89f8bf459dc57dfef1689bd5b52ad1af07e6"
integrity sha512-X47y/mPNzxviAGY5TcYPtYL8JsY3kAq2n8fMmKoRCxq/c4v4pyGNCzM2R6+M5/umG4ZfHuT+sgqDYqWc9rJ6ww==
dependencies:
undici-types "~6.20.0"

Expand All @@ -993,10 +993,10 @@
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.0.3.tgz#0804dfd279a165d5a0ad8b53a5b9e65f338050a4"
integrity sha512-0Knk+HJiMP/qOZgMyNFamlIjw9OFCsyC2ZbigmEEyXXixgre6IQpm/4V+r3qH4GC1JPvRJKInw+on2rV6YZLeA==

"@types/[email protected].7":
version "19.0.7"
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.7.tgz#c451968b999d1cb2d9207dc5ff56496164cf511d"
integrity sha512-MoFsEJKkAtZCrC1r6CM8U22GzhG7u2Wir8ons/aCKH6MBdD1ibV24zOSSkdZVUKqN5i396zG5VKLYZ3yaUZdLA==
"@types/[email protected].8":
version "19.0.8"
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.8.tgz#7098e6159f2a61e4f4cef2c1223c044a9bec590e"
integrity sha512-9P/o1IGdfmQxrujGbIMDyYaaCykhLKc0NGCtYcECNUr9UAaDe4gwvV9bR6tvd5Br1SG0j+PBpbKr2UYY8CwqSw==
dependencies:
csstype "^3.0.2"

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

[email protected].1:
version "12.0.1"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.0.1.tgz#916cce32c8036765e5725d315a874efdea976ade"
integrity sha512-u6p0Qc4cY/AEQAtrC7qiYlXla39qnWoI4JXY7OCNBDXwJ5yRBD8HU+RhaOqqziw2m/b0BDh32f44W94+wXonMQ==
[email protected].4:
version "12.0.4"
resolved "https://registry.yarnpkg.com/framer-motion/-/framer-motion-12.0.4.tgz#3035ad99b0bd21302b5f54ed84ce5d7b450cdae0"
integrity sha512-Y+qeFoOkAo8y9Gh01R0B4Le6Vohkd+O4MEnXbKiN1elLxqmox7im8HyyfUhiEYYKd+jnt1g7UqRJmRqqyUfjVw==
dependencies:
motion-dom "^12.0.0"
motion-utils "^12.0.0"
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.0"
"puppeteer": "24.1.1"
}
}
43 changes: 15 additions & 28 deletions demo-apps/html/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -167,18 +167,10 @@ chalk@^2.4.2:
escape-string-regexp "^1.0.5"
supports-color "^5.3.0"

[email protected]:
version "0.11.0"
resolved "https://registry.yarnpkg.com/chromium-bidi/-/chromium-bidi-0.11.0.tgz#9c3c42ee7b42d8448e9fce8d649dc8bfbcc31153"
integrity sha512-6CJWHkNRoyZyjV9Rwv2lYONZf1Xm0IuDyNq97nwSsxxP3wf5Bwy15K5rOvVKMtJ127jJBmxFUanSAOjgFRxgrA==
dependencies:
mitt "3.0.1"
zod "3.23.8"

[email protected]:
version "0.12.0"
resolved "https://registry.yarnpkg.com/chromium-bidi/-/chromium-bidi-0.12.0.tgz#f4a34a821151086a7fe97f6d537819cefcf66820"
integrity sha512-xzXveJmX826GGq1MeE5okD8XxaDT8172CXByhFJ687eY65rbjOIebdbUuQh+jXKaNyGKI14Veb3KjLLmSueaxA==
[email protected]:
version "1.1.0"
resolved "https://registry.yarnpkg.com/chromium-bidi/-/chromium-bidi-1.1.0.tgz#45e7d050ef512393424b6faa32a0ba67b2194040"
integrity sha512-HislCEczCuamWm3+55Lig9XKmMF13K+BGKum9rwtDAzgUAHT4h5jNwhDmD4U20VoVUG8ujnv9UZ89qiIf5uF8w==
dependencies:
mitt "3.0.1"
zod "3.24.1"
Expand Down Expand Up @@ -580,28 +572,28 @@ pump@^3.0.0:
end-of-stream "^1.1.0"
once "^1.3.1"

[email protected].0:
version "24.1.0"
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-24.1.0.tgz#4ea006ab26077dfbf6c72e2cf74797a7ff6db468"
integrity sha512-ReefWoQgqdyl67uWEBy/TMZ4mAB7hP0JB5HIxSE8B1ot/4ningX1gmzHCOSNfMbTiS/VJHCvaZAe3oJTXph7yw==
[email protected].1:
version "24.1.1"
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-24.1.1.tgz#cbf5a888168559e66319c0418f877a553c8ed2fa"
integrity sha512-7FF3gq6bpIsbq3I8mfbodXh3DCzXagoz3l2eGv1cXooYU4g0P4mcHQVHuBD4iSZPXNg8WjzlP5kmRwK9UvwF0A==
dependencies:
"@puppeteer/browsers" "2.7.0"
chromium-bidi "0.11.0"
chromium-bidi "1.1.0"
debug "^4.4.0"
devtools-protocol "0.0.1380148"
typed-query-selector "^2.12.0"
ws "^8.18.0"

[email protected].0:
version "24.1.0"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-24.1.0.tgz#31ab11d3fffb7ad5e62cb1e3a96485f0c8935e47"
integrity sha512-F+3yKILaosLToT7amR7LIkTKkKMR0EGQPjFBch+MtgS8vRPS+4cPnLJuXDVTfCj2NqfrCnShtOr7yD+9dEgHRQ==
[email protected].1:
version "24.1.1"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-24.1.1.tgz#dadcfbe05b25a54aee7061325631145db568890b"
integrity sha512-fuhceZ5HZuDXVuaMIRxUuDHfCJLmK0pXh8FlzVQ0/+OApStevxZhU5kAVeYFOEqeCF5OoAyZjcWbdQK27xW/9A==
dependencies:
"@puppeteer/browsers" "2.7.0"
chromium-bidi "0.12.0"
chromium-bidi "1.1.0"
cosmiconfig "^9.0.0"
devtools-protocol "0.0.1380148"
puppeteer-core "24.1.0"
puppeteer-core "24.1.1"
typed-query-selector "^2.12.0"

queue-tick@^1.0.1:
Expand Down Expand Up @@ -795,11 +787,6 @@ yauzl@^2.10.0:
buffer-crc32 "~0.2.3"
fd-slicer "~1.1.0"

[email protected]:
version "3.23.8"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.23.8.tgz#e37b957b5d52079769fb8097099b592f0ef4067d"
integrity sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==

[email protected]:
version "3.24.1"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.24.1.tgz#27445c912738c8ad1e9de1bea0359fa44d9d35ee"
Expand Down
4 changes: 2 additions & 2 deletions demo-apps/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
"devDependencies": {
"@types/deep-equal": "1.0.4",
"@types/mocha": "10.0.10",
"@types/node": "22.10.7",
"@types/ws": "8.5.13",
"@types/node": "22.10.10",
"@types/ws": "8.5.14",
"mocha": "11.1.0",
"snap-shot-it": "7.9.10",
"sucrase": "3.35.0"
Expand Down
16 changes: 8 additions & 8 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].7":
version "22.10.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.7.tgz#14a1ca33fd0ebdd9d63593ed8d3fbc882a6d28d7"
integrity sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==
"@types/[email protected].10":
version "22.10.10"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.10.tgz#85fe89f8bf459dc57dfef1689bd5b52ad1af07e6"
integrity sha512-X47y/mPNzxviAGY5TcYPtYL8JsY3kAq2n8fMmKoRCxq/c4v4pyGNCzM2R6+M5/umG4ZfHuT+sgqDYqWc9rJ6ww==
dependencies:
undici-types "~6.20.0"

Expand Down Expand Up @@ -1105,10 +1105,10 @@
"@types/mime" "*"
"@types/node" "*"

"@types/[email protected].13":
version "8.5.13"
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.13.tgz#6414c280875e2691d0d1e080b05addbf5cb91e20"
integrity sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==
"@types/[email protected].14":
version "8.5.14"
resolved "https://registry.yarnpkg.com/@types/ws/-/ws-8.5.14.tgz#93d44b268c9127d96026cf44353725dd9b6c3c21"
integrity sha512-bd/YFLW+URhBzMXurx7lWByOu+xzU9+kb3RboOteXYDfW+tr+JZa99OyNmPINEGB/ahzKrEuc8rcv4gnpJmxTw==
dependencies:
"@types/node" "*"

Expand Down
4 changes: 2 additions & 2 deletions demo-apps/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
},
"dependencies": {
"@gqlts/runtime": "file:./../../runtime",
"@types/node": "22.10.7",
"@types/react": "19.0.7",
"@types/node": "22.10.10",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"demo-apps-backend-sdk": "file:./../backend/sdk",
"next": "15.1.6",
Expand Down
47 changes: 17 additions & 30 deletions demo-apps/next/ui-test/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
integrity sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==

"@types/node@*":
version "22.10.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.6.tgz#5c6795e71635876039f853cbccd59f523d9e4239"
integrity sha512-qNiuwC4ZDAUNcY47xgaSuS92cjf8JbSUoaKS77bmLG1rU7MlATVSiw/IlrjtIyyskXBZ8KkNfjK/P5na7rgXbQ==
version "22.10.10"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.10.tgz#85fe89f8bf459dc57dfef1689bd5b52ad1af07e6"
integrity sha512-X47y/mPNzxviAGY5TcYPtYL8JsY3kAq2n8fMmKoRCxq/c4v4pyGNCzM2R6+M5/umG4ZfHuT+sgqDYqWc9rJ6ww==
dependencies:
undici-types "~6.20.0"

Expand Down Expand Up @@ -144,18 +144,10 @@ callsites@^3.0.0:
resolved "https://registry.yarnpkg.com/callsites/-/callsites-3.1.0.tgz#b3630abd8943432f54b3f0519238e33cd7df2f73"
integrity sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==

[email protected]:
version "0.11.0"
resolved "https://registry.yarnpkg.com/chromium-bidi/-/chromium-bidi-0.11.0.tgz#9c3c42ee7b42d8448e9fce8d649dc8bfbcc31153"
integrity sha512-6CJWHkNRoyZyjV9Rwv2lYONZf1Xm0IuDyNq97nwSsxxP3wf5Bwy15K5rOvVKMtJ127jJBmxFUanSAOjgFRxgrA==
dependencies:
mitt "3.0.1"
zod "3.23.8"

[email protected]:
version "0.12.0"
resolved "https://registry.yarnpkg.com/chromium-bidi/-/chromium-bidi-0.12.0.tgz#f4a34a821151086a7fe97f6d537819cefcf66820"
integrity sha512-xzXveJmX826GGq1MeE5okD8XxaDT8172CXByhFJ687eY65rbjOIebdbUuQh+jXKaNyGKI14Veb3KjLLmSueaxA==
[email protected]:
version "1.1.0"
resolved "https://registry.yarnpkg.com/chromium-bidi/-/chromium-bidi-1.1.0.tgz#45e7d050ef512393424b6faa32a0ba67b2194040"
integrity sha512-HislCEczCuamWm3+55Lig9XKmMF13K+BGKum9rwtDAzgUAHT4h5jNwhDmD4U20VoVUG8ujnv9UZ89qiIf5uF8w==
dependencies:
mitt "3.0.1"
zod "3.24.1"
Expand Down Expand Up @@ -498,28 +490,28 @@ pump@^3.0.0:
end-of-stream "^1.1.0"
once "^1.3.1"

[email protected].0:
version "24.1.0"
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-24.1.0.tgz#4ea006ab26077dfbf6c72e2cf74797a7ff6db468"
integrity sha512-ReefWoQgqdyl67uWEBy/TMZ4mAB7hP0JB5HIxSE8B1ot/4ningX1gmzHCOSNfMbTiS/VJHCvaZAe3oJTXph7yw==
[email protected].1:
version "24.1.1"
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-24.1.1.tgz#cbf5a888168559e66319c0418f877a553c8ed2fa"
integrity sha512-7FF3gq6bpIsbq3I8mfbodXh3DCzXagoz3l2eGv1cXooYU4g0P4mcHQVHuBD4iSZPXNg8WjzlP5kmRwK9UvwF0A==
dependencies:
"@puppeteer/browsers" "2.7.0"
chromium-bidi "0.11.0"
chromium-bidi "1.1.0"
debug "^4.4.0"
devtools-protocol "0.0.1380148"
typed-query-selector "^2.12.0"
ws "^8.18.0"

puppeteer@^24.0.0:
version "24.1.0"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-24.1.0.tgz#31ab11d3fffb7ad5e62cb1e3a96485f0c8935e47"
integrity sha512-F+3yKILaosLToT7amR7LIkTKkKMR0EGQPjFBch+MtgS8vRPS+4cPnLJuXDVTfCj2NqfrCnShtOr7yD+9dEgHRQ==
version "24.1.1"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-24.1.1.tgz#dadcfbe05b25a54aee7061325631145db568890b"
integrity sha512-fuhceZ5HZuDXVuaMIRxUuDHfCJLmK0pXh8FlzVQ0/+OApStevxZhU5kAVeYFOEqeCF5OoAyZjcWbdQK27xW/9A==
dependencies:
"@puppeteer/browsers" "2.7.0"
chromium-bidi "0.12.0"
chromium-bidi "1.1.0"
cosmiconfig "^9.0.0"
devtools-protocol "0.0.1380148"
puppeteer-core "24.1.0"
puppeteer-core "24.1.1"
typed-query-selector "^2.12.0"

queue-tick@^1.0.1:
Expand Down Expand Up @@ -706,11 +698,6 @@ yauzl@^2.10.0:
buffer-crc32 "~0.2.3"
fd-slicer "~1.1.0"

[email protected]:
version "3.23.8"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.23.8.tgz#e37b957b5d52079769fb8097099b592f0ef4067d"
integrity sha512-XBx9AXhXktjUqnepgTiE5flcKIYWi/rme0Eaj+5Y0lftuGBq+jyRu/md4WnuxqgP1ubdpNCsYEYPxrzVHD8d6g==

[email protected]:
version "3.24.1"
resolved "https://registry.yarnpkg.com/zod/-/zod-3.24.1.tgz#27445c912738c8ad1e9de1bea0359fa44d9d35ee"
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 @@ -607,10 +607,10 @@
dependencies:
tslib "^2.8.0"

"@types/[email protected].7":
version "22.10.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.7.tgz#14a1ca33fd0ebdd9d63593ed8d3fbc882a6d28d7"
integrity sha512-V09KvXxFiutGp6B7XkpaDXlNadZxrzajcY50EuoLIpQ6WWYCSvf19lVIazzfIzQvhUN2HjX12spLojTnhuKlGg==
"@types/[email protected].10":
version "22.10.10"
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.10.10.tgz#85fe89f8bf459dc57dfef1689bd5b52ad1af07e6"
integrity sha512-X47y/mPNzxviAGY5TcYPtYL8JsY3kAq2n8fMmKoRCxq/c4v4pyGNCzM2R6+M5/umG4ZfHuT+sgqDYqWc9rJ6ww==
dependencies:
undici-types "~6.20.0"

Expand All @@ -619,10 +619,10 @@
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.0.3.tgz#0804dfd279a165d5a0ad8b53a5b9e65f338050a4"
integrity sha512-0Knk+HJiMP/qOZgMyNFamlIjw9OFCsyC2ZbigmEEyXXixgre6IQpm/4V+r3qH4GC1JPvRJKInw+on2rV6YZLeA==

"@types/[email protected].7":
version "19.0.7"
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.7.tgz#c451968b999d1cb2d9207dc5ff56496164cf511d"
integrity sha512-MoFsEJKkAtZCrC1r6CM8U22GzhG7u2Wir8ons/aCKH6MBdD1ibV24zOSSkdZVUKqN5i396zG5VKLYZ3yaUZdLA==
"@types/[email protected].8":
version "19.0.8"
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.0.8.tgz#7098e6159f2a61e4f4cef2c1223c044a9bec590e"
integrity sha512-9P/o1IGdfmQxrujGbIMDyYaaCykhLKc0NGCtYcECNUr9UAaDe4gwvV9bR6tvd5Br1SG0j+PBpbKr2UYY8CwqSw==
dependencies:
csstype "^3.0.2"

Expand Down
4 changes: 2 additions & 2 deletions runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@
"@types/lodash.assign": "4.2.9",
"@types/lodash.get": "4.4.9",
"@types/lodash.startswith": "4.2.9",
"@types/node": "22.10.7",
"@types/node": "22.10.10",
"@types/qs": "6.9.18",
"@types/ws": "8.5.13",
"@types/ws": "8.5.14",
"common-tags": "1.8.2",
"dotenv": "16.4.7",
"jest": "29.7.0",
Expand Down
8 changes: 4 additions & 4 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"next": "15.1.6",
"next-cookies": "2.0.3",
"next-transpile-modules": "10.0.1",
"nextra": "4.0.5",
"nextra-theme-docs": "4.0.5",
"nextra": "4.0.7",
"nextra-theme-docs": "4.0.7",
"npm-name": "8.0.0",
"p-debounce": "4.0.0",
"prism-react-renderer": "2.4.1",
Expand All @@ -56,9 +56,9 @@
"devDependencies": {
"@gqlts/cli": "3.2.21",
"@types/js-cookie": "3.0.6",
"@types/node": "22.10.7",
"@types/node": "22.10.10",
"@types/prismjs": "1.26.5",
"@types/react": "19.0.7",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"next-transpile-modules": "10.0.1",
"typescript": "5.7.3"
Expand Down
Loading

0 comments on commit bc646f6

Please sign in to comment.