Skip to content

Commit

Permalink
Bump @types/react to 18.3.18 (#4549)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent ebc5fb7 commit 362afa1
Show file tree
Hide file tree
Showing 10 changed files with 260 additions and 260 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"@types/babel__core": "^7.20.5",
"@types/doctrine": "0.0.9",
"@types/json-schema": "7.0.15",
"@types/react": "18.3.17",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.1",
"@types/react-is": "18.3.0",
"@types/react-swipeable-views": "^0.13.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@mui/material": "6.2.1",
"@types/invariant": "2.2.37",
"@types/prop-types": "15.7.13",
"@types/react": "18.3.17",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.1",
"@types/sinon": "^17.0.3",
"@vitest/browser": "2.1.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"devDependencies": {
"@types/invariant": "2.2.37",
"@types/react": "18.3.17",
"@types/react": "18.3.18",
"react": "18.3.1"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/cookie": "0.6.0",
"@types/express": "5.0.0",
"@types/invariant": "2.2.37",
"@types/react": "18.3.17",
"@types/react": "18.3.18",
"@types/react-is": "18.3.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
"@types/lodash-es": "4.17.12",
"@types/node-fetch": "2.6.12",
"@types/pg": "8.11.10",
"@types/react": "18.3.17",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.1",
"@types/react-is": "18.3.0",
"@types/semver": "7.5.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"devDependencies": {
"@types/express": "5.0.0",
"@types/invariant": "2.2.37",
"@types/react": "18.3.17",
"@types/react": "18.3.18",
"@types/react-is": "18.3.0",
"@types/title": "3.4.3",
"vitest": "2.1.7"
Expand Down
2 changes: 1 addition & 1 deletion playground/nextjs-pages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@mui/material": "6.2.1",
"@mui/material-nextjs": "6.2.1",
"@toolpad/core": "workspace:*",
"@types/react": "18.3.17",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.1",
"eslint-config-next": "15.0.4",
"next": "15.0.4",
Expand Down
2 changes: 1 addition & 1 deletion playground/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@mui/material-nextjs": "6.2.1",
"@toolpad/core": "workspace:*",
"@types/node": "^20.17.6",
"@types/react": "18.3.17",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.1",
"eslint-config-next": "15.0.4",
"next": "15.0.4",
Expand Down
2 changes: 1 addition & 1 deletion playground/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@mui/icons-material": "6.2.1",
"@mui/material": "6.2.1",
"@toolpad/core": "workspace:*",
"@types/react": "18.3.17",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.3.4",
"react": "18.3.1",
Expand Down
502 changes: 251 additions & 251 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 362afa1

Please sign in to comment.