Skip to content

Commit

Permalink
chore(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 19, 2024
1 parent b63b501 commit e0c72ff
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"superjson": "1.13.3"
},
"devDependencies": {
"@size-limit/file": "^11.1.0",
"@size-limit/webpack": "^11.1.0",
"@size-limit/webpack-why": "^11.1.0",
"size-limit": "^11.1.0"
"@size-limit/file": "11.1.0",
"@size-limit/webpack": "11.1.0",
"@size-limit/webpack-why": "11.1.0",
"size-limit": "11.1.0"
}
}
38 changes: 19 additions & 19 deletions packages/client-react-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1",
"@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.28",
"@types/react": "18.2.66",
"@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.1",
"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.4.0"
},
"peerDependencies": {
"@apollo/client": "^3.9.0",
Expand Down
38 changes: 19 additions & 19 deletions packages/experimental-nextjs-app-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.1",
"@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.28",
"@types/react": "18.2.66",
"@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.1",
"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.4.0"
},
"peerDependencies": {
"@apollo/client": "^3.9.0",
Expand Down

0 comments on commit e0c72ff

Please sign in to comment.