Skip to content

Commit

Permalink
Bump Typings (#3467)
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 Apr 29, 2024
1 parent 2b2a8a1 commit 094f366
Show file tree
Hide file tree
Showing 9 changed files with 219 additions and 219 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@toolpad/studio": "workspace:*",
"@trendmicro/react-interpolate": "0.5.5",
"@types/lodash": "4.17.0",
"@types/react-dom": "18.2.25",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
"ast-types": "0.14.2",
"autoprefixer": "10.4.19",
Expand Down Expand Up @@ -93,7 +93,7 @@
"@babel/preset-typescript": "7.24.1",
"@types/doctrine": "0.0.9",
"@types/json-schema": "7.0.15",
"@types/react-is": "18.2.4",
"@types/react-is": "18.3.0",
"cpy-cli": "5.0.0",
"cross-fetch": "4.0.0",
"gm": "1.25.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-toolpad-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@types/invariant": "2.2.37",
"@types/node": "20.12.7",
"@types/semver": "7.5.8",
"@types/tar": "6.1.12",
"@types/tar": "6.1.13",
"@types/yargs": "17.0.32"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin-material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"emoji-regex": "10.3.0"
},
"devDependencies": {
"@types/eslint": "8.56.9",
"@types/eslint": "8.56.10",
"@typescript-eslint/parser": "7.6.0"
},
"scripts": {},
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 @@ -53,8 +53,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "18.2.78",
"@types/react-dom": "18.2.25"
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0"
},
"peerDependencies": {
"@emotion/react": "^11",
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 @@ -57,7 +57,7 @@
},
"devDependencies": {
"@types/invariant": "2.2.37",
"@types/react": "18.2.78",
"@types/react": "18.3.1",
"react": "18.2.0"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/toolpad-studio-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"@types/cookie": "0.6.0",
"@types/express": "4.17.21",
"@types/invariant": "2.2.37",
"@types/react": "18.2.78",
"@types/react-is": "18.2.4",
"@types/react": "18.3.1",
"@types/react-is": "18.3.0",
"concurrently": "8.2.2"
},
"peerDependencies": {
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 @@ -140,9 +140,9 @@
"@types/lodash-es": "4.17.12",
"@types/node-fetch": "2.6.11",
"@types/pg": "8.11.5",
"@types/react": "18.2.78",
"@types/react-dom": "18.2.25",
"@types/react-is": "18.2.4",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-is": "18.3.0",
"@types/semver": "7.5.8",
"@types/serialize-javascript": "5.0.4",
"@types/whatwg-url": "11.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/toolpad-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"devDependencies": {
"@types/express": "4.17.21",
"@types/invariant": "2.2.37",
"@types/react": "18.2.78",
"@types/react-is": "18.2.4",
"@types/react": "18.3.1",
"@types/react-is": "18.3.0",
"@types/title": "3.4.3"
}
}
Loading

0 comments on commit 094f366

Please sign in to comment.