Skip to content

Commit

Permalink
update react and next to RC
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Jun 7, 2024
1 parent 2481ea1 commit 0b74683
Show file tree
Hide file tree
Showing 6 changed files with 400 additions and 106 deletions.
2 changes: 1 addition & 1 deletion examples/app-dir-experiments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint-config-next": "13.2.4",
"graphql": "^16.6.0",
"html-differ": "^1.4.0",
"next": "^14.1.0",
"next": "^15.0.0-rc.0",
"react": "18.3.0",
"react-dom": "18.3.0",
"server-only": "^0.0.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/hack-the-supergraph-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"framer-motion": "^10.12.2",
"graphql": "^16.6.0",
"js-cookie": "^3.0.1",
"next": "^14.1.0",
"next": "^15.0.0-rc.0",
"react": "18.3.0",
"react-dom": "18.3.0",
"react-icons": "^4.8.0",
Expand Down
8 changes: 4 additions & 4 deletions examples/polls-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
"@apollo/experimental-nextjs-app-support": "workspace:^",
"@apollo/server": "^4.9.5",
"@types/node": "20.12.11",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@vercel/kv": "^0.1.1",
"autoprefixer": "10.4.14",
"clsx": "^1.2.1",
Expand All @@ -26,7 +24,7 @@
"eslint-config-next": "13.3.4",
"graphql": "^16.6.0",
"graphql-tag": "^2.12.6",
"next": "^14.1.0",
"next": "^15.0.0-rc.0",
"postcss": "8.4.23",
"react": "18.3.0",
"react-dom": "18.3.0",
Expand All @@ -39,6 +37,8 @@
"@graphql-codegen/near-operation-file-preset": "^2.5.0",
"@graphql-codegen/typed-document-node": "^4.0.1",
"@graphql-codegen/typescript": "3.0.4",
"@graphql-codegen/typescript-resolvers": "3.2.1"
"@graphql-codegen/typescript-resolvers": "3.2.1",
"@types/react": "18.3.3",
"@types/react-dom": "19.0.0-alpha.3"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"build:docmodel": "yarn workspaces foreach --all --include \"@apollo/*\" exec api-extractor run"
},
"resolutions": {
"react": "19.0.0-beta-94eed63c49-20240425",
"react-dom": "19.0.0-beta-94eed63c49-20240425",
"react": "19.0.0-rc-935180c7e0-20240524",
"react-dom": "19.0.0-rc-935180c7e0-20240524",
"react-server-dom-webpack": "19.0.0-beta-94eed63c49-20240425",
"@types/react": "npm:[email protected]alpha.3",
"@types/react-dom": "npm:[email protected]alpha.3",
"@types/react": "npm:[email protected]rc.0",
"@types/react-dom": "npm:[email protected]rc.0",
"@microsoft/api-documenter": "7.24.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/experimental-nextjs-app-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
"globstar": "1.0.0",
"graphql": "16.8.1",
"jsdom": "24.0.0",
"next": "14.2.3",
"next": "^15.0.0-rc.0",
"publint": "0.2.7",
"react": "18.3.0",
"rimraf": "5.0.5",
Expand Down
Loading

0 comments on commit 0b74683

Please sign in to comment.