diff --git a/package.json b/package.json index 5221519b..046d9250 100644 --- a/package.json +++ b/package.json @@ -21,13 +21,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.3" }, "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.3", + "@size-limit/file": "11.1.6", + "@size-limit/webpack": "11.1.6", + "@size-limit/webpack-why": "11.1.6", + "size-limit": "11.1.6" } } diff --git a/packages/client-react-streaming/package.json b/packages/client-react-streaming/package.json index dc51d1f4..f7f5895b 100644 --- a/packages/client-react-streaming/package.json +++ b/packages/client-react-streaming/package.json @@ -133,35 +133,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.1", + "@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.10.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": { diff --git a/packages/experimental-nextjs-app-support/package.json b/packages/experimental-nextjs-app-support/package.json index 0f949fe0..91cc0942 100644 --- a/packages/experimental-nextjs-app-support/package.json +++ b/packages/experimental-nextjs-app-support/package.json @@ -117,36 +117,36 @@ "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.1", + "@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.10.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", - "wait-on": "^8.0.1" + "wait-on": "8.0.1" }, "peerDependencies": { "@apollo/client": "^3.10.4", diff --git a/packages/test-utils/package.json b/packages/test-utils/package.json index 8dce75fe..e67a2622 100644 --- a/packages/test-utils/package.json +++ b/packages/test-utils/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.0.0", "devDependencies": { - "typescript": "*" + "typescript": "5.4.5" }, "type": "module" }