Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions examples/persisted-documents-string-mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"devDependencies": {
"@graphql-typed-document-node/core": "3.2.0",
"jest": "28.1.3",
"babel-jest": "29.7.0",
"jest": "30.1.1",
"babel-jest": "30.1.1",
"@graphql-codegen/cli": "5.0.7",
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/persisted-documents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"devDependencies": {
"@graphql-typed-document-node/core": "3.2.0",
"jest": "28.1.3",
"babel-jest": "29.7.0",
"jest": "30.1.1",
"babel-jest": "30.1.1",
"@graphql-codegen/cli": "5.0.7",
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/apollo-client-defer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.7",
"@types/jest": "^27.5.2",
"@types/jest": "^30.0.0",
"@types/node": "^22.0.0",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.10",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/apollo-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@graphql-codegen/cli": "^5.0.7",
"@vitejs/plugin-react": "^4.0.0",
"@types/jest": "^27.5.2",
"@types/jest": "^30.0.0",
"@types/node": "^22.0.0",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.10",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/http-executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@graphql-codegen/cli": "^5.0.7",
"@vitejs/plugin-react": "^4.0.0",
"@types/jest": "^27.5.2",
"@types/jest": "^30.0.0",
"@types/node": "^22.0.0",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.10",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/tanstack-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@graphql-codegen/cli": "^5.0.7",
"@vitejs/plugin-react": "^4.0.0",
"@types/jest": "^27.5.2",
"@types/jest": "^30.0.0",
"@types/node": "^22.0.0",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.10",
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript-graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "5.0.7",
"babel-jest": "29.7.0",
"jest": "28.1.3"
"babel-jest": "30.1.1",
"jest": "30.1.1"
},
"dependencies": {
"graphql": "16.9.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/yoga-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
},
"devDependencies": {
"@graphql-typed-document-node/core": "3.2.0",
"jest": "28.1.3",
"babel-jest": "29.7.0",
"jest": "30.1.1",
"babel-jest": "30.1.1",
"@graphql-codegen/cli": "5.0.7",
"@babel/core": "7.25.2",
"@babel/preset-env": "7.25.3",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,22 @@
"@changesets/cli": "2.27.11",
"@theguild/eslint-config": "0.13.2",
"@theguild/prettier-config": "0.1.1",
"@types/jest": "28.1.8",
"babel-jest": "29.7.0",
"@types/jest": "30.0.0",
"babel-jest": "30.1.1",
"bob-the-bundler": "7.0.1",
"cross-env": "7.0.3",
"eslint": "9.9.0",
"graphql": "16.9.0",
"husky": "9.1.7",
"jest": "28.1.3",
"jest-docblock": "29.7.0",
"jest": "30.1.1",
"jest-docblock": "30.0.1",
"jest-junit": "16.0.0",
"lint-staged": "15.2.9",
"patch-package": "8.0.0",
"prettier": "2.8.8",
"prettier-plugin-svelte": "2.10.1",
"rimraf": "6.0.1",
"ts-jest": "28.0.8",
"ts-jest": "29.4.1",
"ts-node": "10.9.2",
"tslib": "2.6.3",
"tsx": "4.17.0",
Expand All @@ -86,8 +86,8 @@
},
"resolutions": {
"prettier": "2.8.8",
"babel-jest": "29.7.0",
"jest-runner": "28.1.3",
"babel-jest": "30.1.1",
"jest-runner": "30.1.1",
"graphql": "16.9.0",
"graphql-language-service-interface": "2.10.2",
"**/apollo-language-server/graphql": "^16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/graphql-codegen-testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/dotansimha/graphql-code-generator#readme",
"peerDependencies": {
"jest-diff": "^23.0.0 || ^24.0.0 || ^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0 || ^29.0.0",
"jest-diff": "^23.0.0 || ^24.0.0 || ^25.0.0 || ^26.0.0 || ^27.0.0 || ^28.0.0 || ^29.0.0 || ^30.0.0",
"typescript": ">=3.0.0"
},
"dependencies": {
Expand Down
1,997 changes: 1,028 additions & 969 deletions yarn.lock

Large diffs are not rendered by default.

Loading