Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump @apollo/experimental-nextjs-app-support
Browse files Browse the repository at this point in the history
Bumps [@apollo/experimental-nextjs-app-support](https://github.com/apollographql/apollo-client-nextjs) from 0.4.3 to 0.7.0.
- [Release notes](https://github.com/apollographql/apollo-client-nextjs/releases)
- [Commits](apollographql/apollo-client-nextjs@v.0.4.3...v.0.7.0)

---
updated-dependencies:
- dependency-name: "@apollo/experimental-nextjs-app-support"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 30, 2024
1 parent a3c11ac commit bc90a72
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@apollo/client": "^3.8.6",
"@apollo/experimental-nextjs-app-support": "^0.4.3",
"@apollo/experimental-nextjs-app-support": "^0.7.0",
"@opentelemetry/api": "^1.6.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.44.0",
"@opentelemetry/instrumentation-graphql": "^0.35.2",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
tslib "^2.3.0"
zen-observable-ts "^1.2.5"

"@apollo/experimental-nextjs-app-support@^0.4.3":
version "0.4.3"
resolved "https://registry.npmjs.org/@apollo/experimental-nextjs-app-support/-/experimental-nextjs-app-support-0.4.3.tgz#94966eacd3c908bd1b9bf8fc3c2b800c5c90f555"
integrity sha512-UrgLMUIW7SFmeJyLvqh0E8KRvo6Nd/zzbUFt0ENT3BRa7z7kGsCk7I+kZEZEAn13nqlTC3M4VPS6tOfvtLFhxQ==
"@apollo/experimental-nextjs-app-support@^0.7.0":
version "0.7.0"
resolved "https://registry.yarnpkg.com/@apollo/experimental-nextjs-app-support/-/experimental-nextjs-app-support-0.7.0.tgz#3fa258d3a7870946d56992e6cbae0ef91137b270"
integrity sha512-BtQ/dSN81wKIaQ4pGT62fYyuEEnNSqZXpwv4QdMNd77nl3WcRbgbGPQPwhv8UliwyOhVHAZ9WwBj2Clj26hSrA==
dependencies:
server-only "^0.0.1"
superjson "^1.12.2"
superjson "^1.12.2 || ^2.0.0"
ts-invariant "^0.10.3"

"@ardatan/[email protected]":
Expand Down Expand Up @@ -8006,10 +8006,10 @@ sucrase@^3.32.0:
pirates "^4.0.1"
ts-interface-checker "^0.1.9"

superjson@^1.12.2:
version "1.13.3"
resolved "https://registry.npmjs.org/superjson/-/superjson-1.13.3.tgz#3bd64046f6c0a47062850bb3180ef352a471f930"
integrity sha512-mJiVjfd2vokfDxsQPOwJ/PtanO87LhpYY88ubI5dUB1Ab58Txbyje3+jpm+/83R/fevaq/107NNhtYBLuoTrFg==
"superjson@^1.12.2 || ^2.0.0":
version "2.2.1"
resolved "https://registry.yarnpkg.com/superjson/-/superjson-2.2.1.tgz#9377a7fa80fedb10c851c9dbffd942d4bcf79733"
integrity sha512-8iGv75BYOa0xRJHK5vRLEjE2H/i4lulTjzpUXic3Eg8akftYjkmQDa8JARQ42rlczXyFR3IeRoeFCc7RxHsYZA==
dependencies:
copy-anything "^3.0.2"

Expand Down

0 comments on commit bc90a72

Please sign in to comment.