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 Oct 27, 2024
1 parent 3e95eeb commit e4b8e65
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
"react-server-dom-webpack": "19.0.0-beta-94eed63c49-20240425",
"@types/react": "npm:types-react@19.0.0-rc.0",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.0",
"@microsoft/api-documenter": "7.24.1"
"@microsoft/api-documenter": "7.25.21"
},
"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.25.21",
"@size-limit/file": "11.1.6",
"@size-limit/webpack": "11.1.6",
"@size-limit/webpack-why": "11.1.6",
"size-limit": "11.1.6"
}
}
30 changes: 15 additions & 15 deletions packages/client-react-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,34 +132,34 @@
},
"devDependencies": {
"@apollo/client": "^3.10.4",
"@arethetypeswrong/cli": "0.15.3",
"@arethetypeswrong/cli": "0.16.4",
"@internal/test-utils": "workspace:^",
"@microsoft/api-extractor": "7.43.2",
"@microsoft/api-extractor": "7.47.11",
"@testing-library/react": "15.0.7",
"@total-typescript/shoehorn": "0.1.2",
"@tsconfig/recommended": "1.0.6",
"@tsconfig/recommended": "1.0.7",
"@types/node": "20.12.11",
"@types/react": "18.3.1",
"@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": "18.3.0",
"react-error-boundary": "4.0.13",
"react-error-boundary": "4.1.2",
"react-server-dom-webpack": "0.0.1",
"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.0",
"tsx": "4.19.1",
"typescript": "5.6.3",
"vitest": "1.6.0"
},
"peerDependencies": {
Expand Down
28 changes: 14 additions & 14 deletions packages/experimental-nextjs-app-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,33 +117,33 @@
"devDependencies": {
"@apollo/client": "3.10.4",
"@apollo/client-react-streaming": "workspace:*",
"@arethetypeswrong/cli": "0.15.3",
"@arethetypeswrong/cli": "0.16.4",
"@internal/test-utils": "workspace:^",
"@microsoft/api-extractor": "7.43.2",
"@microsoft/api-extractor": "7.47.11",
"@testing-library/react": "15.0.7",
"@total-typescript/shoehorn": "0.1.2",
"@tsconfig/recommended": "1.0.6",
"@tsconfig/recommended": "1.0.7",
"@types/node": "20.12.11",
"@types/react": "18.3.1",
"@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": "18.3.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.0",
"tsx": "4.19.1",
"typescript": "5.6.3",
"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 e4b8e65

Please # to comment.