Skip to content

Commit

Permalink
chore(deps): update all devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 13, 2024
1 parent 6273f6c commit fb08eff
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 40 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"build:docmodel": "yarn workspaces foreach --all --include \"@apollo/*\" exec api-extractor run"
},
"resolutions": {
"@microsoft/api-documenter": "7.24.1"
"@microsoft/api-documenter": "7.26.2"
},
"devDependencies": {
"@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",
"size-limit": "11.1.2"
"@microsoft/api-documenter": "7.26.2",
"@size-limit/file": "11.1.6",
"@size-limit/webpack": "11.1.6",
"@size-limit/webpack-why": "11.1.6",
"size-limit": "11.1.6"
}
}
34 changes: 17 additions & 17 deletions packages/client-react-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,35 +132,35 @@
},
"devDependencies": {
"@apollo/client": "^3.10.4",
"@arethetypeswrong/cli": "0.15.3",
"@arethetypeswrong/cli": "0.17.1",
"@internal/test-utils": "workspace:^",
"@microsoft/api-extractor": "7.43.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.1.0",
"@microsoft/api-extractor": "7.48.0",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.1.0",
"@total-typescript/shoehorn": "0.1.2",
"@tsconfig/recommended": "1.0.6",
"@tsconfig/recommended": "1.0.8",
"@types/node": "20.12.11",
"@types/react": "^19.0.0",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"concurrently": "8.2.2",
"eslint": "8.57.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"glob": "10.3.12",
"eslint": "8.57.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"glob": "10.4.5",
"global-jsdom": "24.0.0",
"globstar": "1.0.0",
"graphql": "16.8.1",
"jsdom": "24.0.0",
"publint": "0.2.7",
"graphql": "16.9.0",
"jsdom": "24.1.3",
"publint": "0.2.12",
"react": "^19.0.0",
"react-error-boundary": "4.0.13",
"react-error-boundary": "4.1.2",
"react-server-dom-webpack": "^19.0.0",
"rimraf": "5.0.5",
"rimraf": "5.0.10",
"ts-node": "10.9.2",
"tsup": "8.0.2",
"tsx": "4.7.1",
"typescript": "5.4.5",
"tsup": "8.3.5",
"tsx": "4.19.2",
"typescript": "5.7.2",
"vitest": "1.6.0"
},
"peerDependencies": {
Expand Down
32 changes: 16 additions & 16 deletions packages/experimental-nextjs-app-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,34 +117,34 @@
"devDependencies": {
"@apollo/client": "3.10.4",
"@apollo/client-react-streaming": "workspace:*",
"@arethetypeswrong/cli": "0.15.3",
"@arethetypeswrong/cli": "0.17.1",
"@internal/test-utils": "workspace:^",
"@microsoft/api-extractor": "7.43.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.1.0",
"@microsoft/api-extractor": "7.48.0",
"@testing-library/dom": "10.4.0",
"@testing-library/react": "16.1.0",
"@total-typescript/shoehorn": "0.1.2",
"@tsconfig/recommended": "1.0.6",
"@tsconfig/recommended": "1.0.8",
"@types/node": "20.12.11",
"@types/react": "^19.0.0",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"concurrently": "8.2.2",
"eslint": "8.57.0",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"glob": "10.3.12",
"eslint": "8.57.1",
"eslint-plugin-react": "7.37.2",
"eslint-plugin-react-hooks": "4.6.2",
"glob": "10.4.5",
"global-jsdom": "24.0.0",
"globstar": "1.0.0",
"graphql": "16.8.1",
"jsdom": "24.0.0",
"graphql": "16.9.0",
"jsdom": "24.1.3",
"next": "^15.0.0",
"publint": "0.2.7",
"publint": "0.2.12",
"react": "^19.0.0",
"rimraf": "5.0.5",
"rimraf": "5.0.10",
"ts-node": "10.9.2",
"tsup": "8.0.2",
"tsx": "4.7.1",
"typescript": "5.4.5",
"tsup": "8.3.5",
"tsx": "4.19.2",
"typescript": "5.7.2",
"vitest": "1.6.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@internal/test-utils",
"devDependencies": {
"typescript": "*"
"typescript": "5.4.5"
},
"type": "module"
}

0 comments on commit fb08eff

Please sign in to comment.