Skip to content

Commit

Permalink
bump devDependency from RC
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Oct 30, 2023
1 parent 6e86aa2 commit f301ccc
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"packageManager": "[email protected]",
"devDependencies": {
"@apollo/client": ">=3.8.0-rc.1",
"@apollo/client": "^3.8.0",
"@total-typescript/shoehorn": "^0.1.0",
"@tsconfig/recommended": "^1.0.1",
"@typescript-eslint/eslint-plugin": "latest",
Expand All @@ -60,7 +60,7 @@
},
"peerDependencies": {
"@apollo/client": ">=3.8.0-rc || ^3.8.0",
"next": "^13.4.1",
"next": "^13.4.1 || ^14.0.0",
"react": "^18"
},
"dependencies": {
Expand Down
40 changes: 38 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,47 @@ __metadata:
languageName: node
linkType: hard

"@apollo/client@npm:^3.8.0":
version: 3.8.6
resolution: "@apollo/client@npm:3.8.6"
dependencies:
"@graphql-typed-document-node/core": "npm:^3.1.1"
"@wry/context": "npm:^0.7.3"
"@wry/equality": "npm:^0.5.6"
"@wry/trie": "npm:^0.4.3"
graphql-tag: "npm:^2.12.6"
hoist-non-react-statics: "npm:^3.3.2"
optimism: "npm:^0.17.5"
prop-types: "npm:^15.7.2"
response-iterator: "npm:^0.2.6"
symbol-observable: "npm:^4.0.0"
ts-invariant: "npm:^0.10.3"
tslib: "npm:^2.3.0"
zen-observable-ts: "npm:^1.2.5"
peerDependencies:
graphql: ^14.0.0 || ^15.0.0 || ^16.0.0
graphql-ws: ^5.5.5
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
subscriptions-transport-ws: ^0.9.0 || ^0.11.0
peerDependenciesMeta:
graphql-ws:
optional: true
react:
optional: true
react-dom:
optional: true
subscriptions-transport-ws:
optional: true
checksum: 497aa3a49eb6377066492989ac7c21611fa512ee965af20d3d8307b13b96eabba14e8718d75c2aefa9457713cfdc72ed43c0b0e7890a777a57d9b5eff8712572
languageName: node
linkType: hard

"@apollo/experimental-nextjs-app-support@workspace:*, @apollo/experimental-nextjs-app-support@workspace:^, @apollo/experimental-nextjs-app-support@workspace:package":
version: 0.0.0-use.local
resolution: "@apollo/experimental-nextjs-app-support@workspace:package"
dependencies:
"@apollo/client": "npm:>=3.8.0-rc.1"
"@apollo/client": "npm:^3.8.0"
"@total-typescript/shoehorn": "npm:^0.1.0"
"@tsconfig/recommended": "npm:^1.0.1"
"@typescript-eslint/eslint-plugin": "npm:latest"
Expand All @@ -98,7 +134,7 @@ __metadata:
vitest: "npm:^0.30.1"
peerDependencies:
"@apollo/client": ">=3.8.0-rc || ^3.8.0"
next: ^13.4.1
next: ^13.4.1 || ^14.0.0
react: ^18
languageName: unknown
linkType: soft
Expand Down

0 comments on commit f301ccc

Please sign in to comment.