From 7a4de85f9fb8f07938a9ffca2e42949e85890422 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Sun, 10 Mar 2024 11:31:48 +0000 Subject: [PATCH] chore(deps): pin dependencies --- packages/client-react-streaming/package.json | 38 +++++++++---------- .../package.json | 38 +++++++++---------- 2 files changed, 38 insertions(+), 38 deletions(-) diff --git a/packages/client-react-streaming/package.json b/packages/client-react-streaming/package.json index 0c2ad88e..f1ae96c1 100644 --- a/packages/client-react-streaming/package.json +++ b/packages/client-react-streaming/package.json @@ -93,32 +93,32 @@ "lint": "eslint --ext .ts,.tsx src" }, "devDependencies": { - "@apollo/client": "^3.9.6", - "@arethetypeswrong/cli": "0.13.6", - "@testing-library/react": "^14.2.1", - "@total-typescript/shoehorn": "0.1.1", + "@apollo/client": "3.9.6", + "@arethetypeswrong/cli": "0.15.0", + "@testing-library/react": "14.2.1", + "@total-typescript/shoehorn": "0.1.2", "@tsconfig/recommended": "1.0.3", - "@types/node": "20.11.5", - "@types/react": "18.2.55", - "@typescript-eslint/eslint-plugin": "^7.0.1", - "@typescript-eslint/parser": "^7.0.1", - "concurrently": "^8.2.2", - "eslint": "8.56.0", - "eslint-plugin-react": "7.33.2", + "@types/node": "20.11.25", + "@types/react": "18.2.64", + "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/parser": "7.0.1", + "concurrently": "8.2.2", + "eslint": "8.57.0", + "eslint-plugin-react": "7.34.0", "eslint-plugin-react-hooks": "4.6.0", - "glob": "^10.3.10", - "global-jsdom": "^24.0.0", - "globstar": "^1.0.0", + "glob": "10.3.10", + "global-jsdom": "24.0.0", + "globstar": "1.0.0", "graphql": "16.8.1", - "jsdom": "^24.0.0", + "jsdom": "24.0.0", "react": "18.3.0-canary-60a927d04-20240113", "rimraf": "5.0.5", "superjson": "1.13.3", "ts-node": "10.9.2", - "tsup": "8.0.1", - "tsx": "^4.7.0", - "typescript": "5.3.3", - "vitest": "1.2.1" + "tsup": "8.0.2", + "tsx": "4.7.0", + "typescript": "5.4.2", + "vitest": "1.3.1" }, "peerDependencies": { "@apollo/client": "^3.9.0", diff --git a/packages/experimental-nextjs-app-support/package.json b/packages/experimental-nextjs-app-support/package.json index fa352e98..d548ec15 100644 --- a/packages/experimental-nextjs-app-support/package.json +++ b/packages/experimental-nextjs-app-support/package.json @@ -78,33 +78,33 @@ "lint": "eslint --ext .ts,.tsx ." }, "devDependencies": { - "@apollo/client": "^3.9.6", + "@apollo/client": "3.9.6", "@apollo/client-react-streaming": "workspace:*", - "@arethetypeswrong/cli": "0.13.6", - "@testing-library/react": "^14.2.1", - "@total-typescript/shoehorn": "0.1.1", + "@arethetypeswrong/cli": "0.15.0", + "@testing-library/react": "14.2.1", + "@total-typescript/shoehorn": "0.1.2", "@tsconfig/recommended": "1.0.3", - "@types/node": "20.11.5", - "@types/react": "18.2.55", - "@typescript-eslint/eslint-plugin": "^7.0.1", - "@typescript-eslint/parser": "^7.0.1", - "concurrently": "^8.2.2", - "eslint": "8.56.0", - "eslint-plugin-react": "7.33.2", + "@types/node": "20.11.25", + "@types/react": "18.2.64", + "@typescript-eslint/eslint-plugin": "7.0.1", + "@typescript-eslint/parser": "7.0.1", + "concurrently": "8.2.2", + "eslint": "8.57.0", + "eslint-plugin-react": "7.34.0", "eslint-plugin-react-hooks": "4.6.0", - "glob": "^10.3.10", - "global-jsdom": "^24.0.0", - "globstar": "^1.0.0", + "glob": "10.3.10", + "global-jsdom": "24.0.0", + "globstar": "1.0.0", "graphql": "16.8.1", - "jsdom": "^24.0.0", + "jsdom": "24.0.0", "next": "14.1.0", "react": "18.3.0-canary-60a927d04-20240113", "rimraf": "5.0.5", "ts-node": "10.9.2", - "tsup": "8.0.1", - "tsx": "^4.7.0", - "typescript": "5.3.3", - "vitest": "1.2.1" + "tsup": "8.0.2", + "tsx": "4.7.0", + "typescript": "5.4.2", + "vitest": "1.3.1" }, "peerDependencies": { "@apollo/client": "^3.9.0",