Skip to content

Commit 678369f

Browse files
Bump Typings (#4955)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 47bd4e7 commit 678369f

File tree

11 files changed

+53
-53
lines changed

11 files changed

+53
-53
lines changed

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@toolpad/studio-components": "^0.13.0",
4343
"@toolpad/studio-runtime": "^0.13.0",
4444
"@trendmicro/react-interpolate": "0.5.5",
45-
"@types/lodash": "4.17.16",
45+
"@types/lodash": "4.17.17",
4646
"ast-types": "0.14.2",
4747
"autoprefixer": "10.4.21",
4848
"babel-plugin-module-resolver": "5.0.2",
@@ -99,7 +99,7 @@
9999
"@types/doctrine": "0.0.9",
100100
"@types/json-schema": "7.0.15",
101101
"@types/react": "^19.1.2",
102-
"@types/react-dom": "^19.1.3",
102+
"@types/react-dom": "^19.1.5",
103103
"@types/react-is": "^19.0.0",
104104
"@types/react-swipeable-views": "^0.13.6",
105105
"cpy-cli": "5.0.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
"vitest-fail-on-console": "0.7.1"
116116
},
117117
"dependencies": {
118-
"@types/lodash": "4.17.16",
118+
"@types/lodash": "4.17.17",
119119
"@vitest/browser": "2.1.9",
120120
"archiver": "7.0.1",
121121
"cross-env": "7.0.3",

packages/toolpad-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"@types/invariant": "2.2.37",
6565
"@types/prop-types": "15.7.14",
6666
"@types/react": "^19.1.2",
67-
"@types/react-dom": "^19.1.3",
67+
"@types/react-dom": "^19.1.5",
6868
"@types/sinon": "^17.0.4",
6969
"@vitest/browser": "2.1.9",
7070
"@vitejs/plugin-react": "4.4.1",

packages/toolpad-studio-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
},
5959
"devDependencies": {
6060
"@types/cookie": "0.6.0",
61-
"@types/express": "5.0.1",
61+
"@types/express": "5.0.2",
6262
"@types/invariant": "2.2.37",
6363
"@types/react": "^19.1.2",
6464
"@types/react-is": "^19.0.0"

packages/toolpad-studio/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"@toolpad/studio-components": "workspace:*",
8383
"@toolpad/studio-runtime": "workspace:*",
8484
"@toolpad/utils": "workspace:*",
85-
"@types/cors": "2.8.17",
85+
"@types/cors": "2.8.18",
8686
"@types/json-schema": "7.0.15",
8787
"@types/node": "^20.17.51",
8888
"@types/react-dev-utils": "9.0.15",
@@ -152,18 +152,18 @@
152152
},
153153
"devDependencies": {
154154
"@types/babel__code-frame": "7.0.6",
155-
"@types/compression": "^1.7.5",
156-
"@types/express": "5.0.1",
155+
"@types/compression": "^1.8.0",
156+
"@types/express": "5.0.2",
157157
"@types/express-serve-static-core": "5.0.6",
158158
"@types/formidable": "3.4.5",
159159
"@types/glob": "8.1.0",
160160
"@types/har-format": "1.2.16",
161161
"@types/invariant": "2.2.37",
162162
"@types/lodash-es": "4.17.12",
163163
"@types/node-fetch": "2.6.12",
164-
"@types/pg": "8.15.0",
164+
"@types/pg": "8.15.2",
165165
"@types/react": "^19.1.2",
166-
"@types/react-dom": "^19.1.3",
166+
"@types/react-dom": "^19.1.5",
167167
"@types/react-is": "^19.0.0",
168168
"@types/semver": "7.7.0",
169169
"@types/serialize-javascript": "5.0.4",

packages/toolpad-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"yaml-diff-patch": "2.0.0"
4747
},
4848
"devDependencies": {
49-
"@types/express": "5.0.1",
49+
"@types/express": "5.0.2",
5050
"@types/invariant": "2.2.37",
5151
"@types/react": "^19.1.2",
5252
"@types/react-is": "^19.0.0",

playground/nextjs-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@mui/material-nextjs": "^7.0.2",
1515
"@toolpad/core": "workspace:*",
1616
"@types/react": "^19.1.2",
17-
"@types/react-dom": "^19.1.3",
17+
"@types/react-dom": "^19.1.5",
1818
"eslint-config-next": "15.3.2",
1919
"next": "^15.3.2",
2020
"next-auth": "5.0.0-beta.27",

playground/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@toolpad/core": "workspace:*",
1616
"@types/node": "^20.17.51",
1717
"@types/react": "^19.1.2",
18-
"@types/react-dom": "^19.1.3",
18+
"@types/react-dom": "^19.1.5",
1919
"eslint-config-next": "15.3.2",
2020
"next": "^15.3.2",
2121
"next-auth": "5.0.0-beta.27",

playground/vite-react-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@mui/material": "^7.0.2",
1515
"@toolpad/core": "workspace:*",
1616
"@types/react": "^19.1.2",
17-
"@types/react-dom": "^19.1.3",
17+
"@types/react-dom": "^19.1.5",
1818
"@vitejs/plugin-react": "4.4.1",
1919
"react": "^19.1.0",
2020
"react-dom": "^19.1.0",

playground/vite-tanstack-router/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@tanstack/router-plugin": "^1.114.3",
1717
"@toolpad/core": "workspace:*",
1818
"@types/react": "^19.0.8",
19-
"@types/react-dom": "^19.0.3",
19+
"@types/react-dom": "^19.1.5",
2020
"@vitejs/plugin-react": "^4.3.4",
2121
"react": "^19.0.0",
2222
"react-dom": "^19.0.0",

pnpm-lock.yaml

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)