Skip to content

Commit

Permalink
Bump Typings
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent 36dd8e6 commit b1a2c62
Show file tree
Hide file tree
Showing 9 changed files with 60 additions and 77 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@
"@types/doctrine": "0.0.9",
"@types/json-schema": "7.0.15",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-is": "18.3.0",
"@types/react-swipeable-views": "^0.13.5",
"@types/react-dom": "18.3.2",
"@types/react-is": "18.3.1",
"@types/react-swipeable-views": "^0.13.6",
"cpy-cli": "5.0.0",
"cross-fetch": "4.0.0",
"typescript": "5.7.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/toolpad-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@
"@mui/icons-material": "6.1.9",
"@mui/material": "6.1.9",
"@types/invariant": "2.2.37",
"@types/prop-types": "15.7.13",
"@types/prop-types": "15.7.14",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-dom": "18.3.2",
"@types/sinon": "^17.0.3",
"@vitest/browser": "2.1.7",
"next": "^15.0.3",
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 @@ -61,7 +61,7 @@
"@types/express": "5.0.0",
"@types/invariant": "2.2.37",
"@types/react": "18.3.12",
"@types/react-is": "18.3.0"
"@types/react-is": "18.3.1"
},
"peerDependencies": {
"react": "^18.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/toolpad-studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"@types/babel__code-frame": "7.0.6",
"@types/compression": "^1.7.5",
"@types/express": "5.0.0",
"@types/express-serve-static-core": "5.0.1",
"@types/express-serve-static-core": "5.0.2",
"@types/formidable": "3.4.5",
"@types/glob": "8.1.0",
"@types/har-format": "1.2.16",
Expand All @@ -162,8 +162,8 @@
"@types/node-fetch": "2.6.12",
"@types/pg": "8.11.10",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-is": "18.3.0",
"@types/react-dom": "18.3.2",
"@types/react-is": "18.3.1",
"@types/semver": "7.5.8",
"@types/serialize-javascript": "5.0.4",
"@types/whatwg-url": "11.0.5",
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 @@ -69,7 +69,7 @@
"@types/express": "5.0.0",
"@types/invariant": "2.2.37",
"@types/react": "18.3.12",
"@types/react-is": "18.3.0",
"@types/react-is": "18.3.1",
"@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 @@ -14,7 +14,7 @@
"@mui/material-nextjs": "6.1.9",
"@toolpad/core": "workspace:*",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-dom": "18.3.2",
"eslint-config-next": "15.0.3",
"next": "15.0.3",
"next-auth": "5.0.0-beta.25",
Expand Down
2 changes: 1 addition & 1 deletion playground/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@toolpad/core": "workspace:*",
"@types/node": "^20.17.6",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-dom": "18.3.2",
"eslint-config-next": "15.0.3",
"next": "15.0.3",
"next-auth": "5.0.0-beta.25",
Expand Down
2 changes: 1 addition & 1 deletion playground/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@mui/material": "6.1.9",
"@toolpad/core": "workspace:*",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@types/react-dom": "18.3.2",
"@vitejs/plugin-react": "4.3.4",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand Down
Loading

0 comments on commit b1a2c62

Please sign in to comment.