Skip to content

Commit

Permalink
update devDepndencies
Browse files Browse the repository at this point in the history
  • Loading branch information
phryneas committed May 8, 2024
1 parent 0711564 commit 946b705
Show file tree
Hide file tree
Showing 7 changed files with 444 additions and 164 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 @@ -27,6 +27,6 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"server-only": "^0.0.1",
"typescript": "5.0.2"
"typescript": "5.4.5"
}
}
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 @@ -32,7 +32,7 @@
"react-dom": "18.2.0",
"react-icons": "^4.8.0",
"react-rating-stars-component": "^2.2.0",
"typescript": "5.0.4"
"typescript": "5.4.5"
},
"devDependencies": {
"@types/js-cookie": "3.0.6"
Expand Down
2 changes: 1 addition & 1 deletion examples/polls-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwindcss": "3.3.2",
"typescript": "5.0.4"
"typescript": "5.4.5"
},
"devDependencies": {
"@graphql-codegen/cli": "3.3.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@microsoft/api-documenter": "7.24.1"
},
"devDependencies": {
"@microsoft/api-documenter": "7.24.1",
"@microsoft/api-documenter": "7.24.3",
"@size-limit/file": "11.1.2",
"@size-limit/webpack": "11.1.2",
"@size-limit/webpack-why": "11.1.2",
Expand Down
14 changes: 7 additions & 7 deletions packages/client-react-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,11 @@
},
"devDependencies": {
"@apollo/client": "3.9.9",
"@arethetypeswrong/cli": "0.15.2",
"@microsoft/api-extractor": "7.43.0",
"@testing-library/react": "14.2.2",
"@arethetypeswrong/cli": "0.15.3",
"@microsoft/api-extractor": "7.43.2",
"@testing-library/react": "15.0.7",
"@total-typescript/shoehorn": "0.1.2",
"@tsconfig/recommended": "1.0.5",
"@tsconfig/recommended": "1.0.6",
"@types/node": "20.12.11",
"@types/react": "18.3.1",
"@typescript-eslint/eslint-plugin": "7.5.0",
Expand All @@ -139,9 +139,9 @@
"superjson": "1.13.3",
"ts-node": "10.9.2",
"tsup": "8.0.2",
"tsx": "4.7.1",
"typescript": "5.4.3",
"vitest": "1.4.0"
"tsx": "4.9.3",
"typescript": "5.4.5",
"vitest": "1.6.0"
},
"peerDependencies": {
"@apollo/client": "^3.9.6",
Expand Down
14 changes: 7 additions & 7 deletions packages/experimental-nextjs-app-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@
"devDependencies": {
"@apollo/client": "3.9.9",
"@apollo/client-react-streaming": "workspace:*",
"@arethetypeswrong/cli": "0.15.2",
"@microsoft/api-extractor": "7.43.0",
"@testing-library/react": "14.2.2",
"@arethetypeswrong/cli": "0.15.3",
"@microsoft/api-extractor": "7.43.2",
"@testing-library/react": "15.0.7",
"@total-typescript/shoehorn": "0.1.2",
"@tsconfig/recommended": "1.0.5",
"@tsconfig/recommended": "1.0.6",
"@types/node": "20.12.11",
"@types/react": "18.3.1",
"@typescript-eslint/eslint-plugin": "7.5.0",
Expand All @@ -105,9 +105,9 @@
"rimraf": "5.0.5",
"ts-node": "10.9.2",
"tsup": "8.0.2",
"tsx": "4.7.1",
"typescript": "5.4.3",
"vitest": "1.4.0"
"tsx": "4.9.3",
"typescript": "5.4.5",
"vitest": "1.6.0"
},
"peerDependencies": {
"@apollo/client": "^3.9.6",
Expand Down
Loading

0 comments on commit 946b705

Please sign in to comment.