Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed Apr 26, 2024
1 parent 0f59a31 commit e10a769
Show file tree
Hide file tree
Showing 12 changed files with 152 additions and 209 deletions.
10 changes: 5 additions & 5 deletions examples/app-dir-experiments/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.9.9",
"@apollo/client": "3.10.1",
"@apollo/experimental-nextjs-app-support": "workspace:^",
"@apollo/server": "^4.9.5",
"@as-integrations/next": "^3.0.0",
"@types/node": "20.12.2",
"@types/react": "18.2.78",
"@types/react-dom": "18.2.23",
"@types/react": "18.3.0",
"@types/react-dom": "18.3.0",
"client-only": "^0.0.1",
"encoding": "^0.1.13",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"graphql": "^16.6.0",
"html-differ": "^1.4.0",
"next": "^14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.0",
"react-dom": "18.3.0",
"server-only": "^0.0.1",
"typescript": "5.0.2"
}
Expand Down
10 changes: 5 additions & 5 deletions examples/hack-the-supergraph-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"lint": "next lint"
},
"dependencies": {
"@apollo/client": "^3.9.9",
"@apollo/client": "3.10.1",
"@apollo/experimental-nextjs-app-support": "workspace:^",
"@apollo/space-kit": "^9.11.0",
"@chakra-ui/next-js": "^2.1.2",
Expand All @@ -20,16 +20,16 @@
"@emotion/react": "^11.10.6",
"@emotion/styled": "^11.10.6",
"@types/node": "20.12.2",
"@types/react": "18.2.78",
"@types/react-dom": "18.2.23",
"@types/react": "18.3.0",
"@types/react-dom": "18.3.0",
"eslint": "8.38.0",
"eslint-config-next": "13.3.0",
"framer-motion": "^10.12.2",
"graphql": "^16.6.0",
"js-cookie": "^3.0.1",
"next": "^14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.0",
"react-dom": "18.3.0",
"react-icons": "^4.8.0",
"react-rating-stars-component": "^2.2.0",
"typescript": "5.0.4"
Expand Down
10 changes: 5 additions & 5 deletions examples/polls-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"codegen": "graphql-codegen --config codegen.ts"
},
"dependencies": {
"@apollo/client": "^3.9.9",
"@apollo/client": "3.10.1",
"@apollo/experimental-nextjs-app-support": "workspace:^",
"@apollo/server": "^4.9.5",
"@types/node": "20.12.2",
"@types/react": "18.2.78",
"@types/react-dom": "18.2.23",
"@types/react": "18.3.0",
"@types/react-dom": "18.3.0",
"@vercel/kv": "^0.1.1",
"autoprefixer": "10.4.14",
"clsx": "^1.2.1",
Expand All @@ -28,8 +28,8 @@
"graphql-tag": "^2.12.6",
"next": "^14.1.0",
"postcss": "8.4.23",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.0",
"react-dom": "18.3.0",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion integration-test/experimental-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "yarn playwright test"
},
"dependencies": {
"@apollo/client": "^3.10.0-rc.1",
"@apollo/client": "3.10.1",
"@apollo/client-react-streaming": "*",
"compression": "^1.7.4",
"express": "^4.18.2",
Expand Down
6 changes: 3 additions & 3 deletions integration-test/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"test": "jest"
},
"dependencies": {
"@apollo/client": "^3.10.0-rc.1",
"@apollo/client": "3.10.1",
"@apollo/client-react-streaming": "workspace:*",
"@apollo/experimental-nextjs-app-support": "workspace:*",
"@graphql-tools/schema": "^10.0.3",
"graphql-tag": "^2.12.6",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.0",
"react-dom": "18.3.0"
},
"devDependencies": {
"@babel/core": "^7.24.0",
Expand Down
10 changes: 5 additions & 5 deletions integration-test/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
"test": "yarn playwright test"
},
"dependencies": {
"@apollo/client": "^3.10.0-rc.1",
"@apollo/client": "3.10.1",
"@apollo/experimental-nextjs-app-support": "workspace:*",
"@apollo/server": "^4.9.5",
"@as-integrations/next": "^3.0.0",
"@graphql-tools/schema": "^10.0.0",
"@types/node": "20.3.1",
"@types/react": "^18.2.55",
"@types/react-dom": "18.2.6",
"@types/react": "18.3.0",
"@types/react-dom": "18.3.0",
"graphql": "^16.7.1",
"graphql-tag": "^2.12.6",
"next": "^14.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react": "18.3.0",
"react-dom": "18.3.0",
"react-error-boundary": "^4.0.13",
"ssr-only-secrets": "^0.0.5",
"typescript": "5.1.3"
Expand Down
10 changes: 5 additions & 5 deletions integration-test/vite-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
"test": "yarn playwright test"
},
"dependencies": {
"@apollo/client": "^3.10.0-rc.1",
"@apollo/client": "3.10.1",
"@apollo/client-react-streaming": "*",
"compression": "^1.7.4",
"express": "^4.18.2",
"graphql": "^16.8.1",
"graphql-tag": "^2.12.6",
"react": "18.3.0-canary-60a927d04-20240113",
"react-dom": "18.3.0-canary-60a927d04-20240113",
"react": "18.3.0",
"react-dom": "18.3.0",
"sirv": "^2.0.4"
},
"devDependencies": {
"@playwright/test": "^1.39.0",
"@tsconfig/vite-react": "^3.0.0",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
"@types/react": "18.3.0",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"cross-env": "^7.0.3",
"prettier": "^3.2.5",
Expand Down
6 changes: 3 additions & 3 deletions integration-test/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"test": "vitest"
},
"dependencies": {
"@apollo/client": "^3.10.0-rc.1",
"@apollo/client": "3.10.1",
"@apollo/experimental-nextjs-app-support": "*",
"@graphql-tools/schema": "^10.0.3",
"graphql-tag": "^2.12.6",
"react": "18.2.0",
"react-dom": "18.2.0"
"react": "18.3.0",
"react-dom": "18.3.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
Expand Down
Loading

0 comments on commit e10a769

Please sign in to comment.