Skip to content

Commit

Permalink
chore(deps): update all @types
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 10, 2024
1 parent e7a59cb commit 8df33b3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"react": "19.0.0-rc-935180c7e0-20240524",
"react-dom": "19.0.0-rc-935180c7e0-20240524",
"react-server-dom-webpack": "19.0.0-beta-94eed63c49-20240425",
"@types/react": "npm:[email protected].0",
"@types/react-dom": "npm:[email protected]-rc.0",
"@types/react": "npm:[email protected].1",
"@types/react-dom": "npm:[email protected]",
"@microsoft/api-documenter": "7.24.1"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/client-react-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@
"@testing-library/react": "15.0.7",
"@total-typescript/shoehorn": "0.1.2",
"@tsconfig/recommended": "1.0.6",
"@types/node": "20.12.11",
"@types/react": "18.3.1",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"concurrently": "8.2.2",
"eslint": "8.57.0",
"eslint-plugin-react": "7.34.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/experimental-nextjs-app-support/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@
"@testing-library/react": "15.0.7",
"@total-typescript/shoehorn": "0.1.2",
"@tsconfig/recommended": "1.0.6",
"@types/node": "20.12.11",
"@types/react": "18.3.1",
"@typescript-eslint/eslint-plugin": "7.5.0",
"@typescript-eslint/parser": "7.5.0",
"@types/node": "20.14.10",
"@types/react": "18.3.3",
"@typescript-eslint/eslint-plugin": "7.15.0",
"@typescript-eslint/parser": "7.15.0",
"concurrently": "8.2.2",
"eslint": "8.57.0",
"eslint-plugin-react": "7.34.1",
Expand Down

0 comments on commit 8df33b3

Please sign in to comment.