Skip to content

Commit efc9bcf

Browse files
Merge branch 'master' into feat/interpolation
2 parents 08e81c2 + 8cf2954 commit efc9bcf

File tree

10 files changed

+854
-867
lines changed

10 files changed

+854
-867
lines changed

docs/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@
3535
"@mui/styles": "6.4.7",
3636
"@mui/system": "6.4.7",
3737
"@mui/utils": "6.4.6",
38-
"@mui/x-data-grid-pro": "7.27.3",
39-
"@mui/x-date-pickers": "7.27.3",
40-
"@mui/x-date-pickers-pro": "7.27.3",
41-
"@mui/x-license": "7.26.0",
38+
"@mui/x-data-grid-pro": "7.28.0",
39+
"@mui/x-date-pickers": "7.28.0",
40+
"@mui/x-date-pickers-pro": "7.28.0",
41+
"@mui/x-license": "7.28.0",
4242
"@toolpad/core": "workspace:*",
4343
"@toolpad/studio": "workspace:*",
4444
"@trendmicro/react-interpolate": "0.5.5",
4545
"@types/lodash": "4.17.16",
4646
"ast-types": "0.14.2",
47-
"autoprefixer": "10.4.20",
47+
"autoprefixer": "10.4.21",
4848
"babel-plugin-module-resolver": "5.0.2",
4949
"babel-plugin-optimize-clsx": "2.6.2",
5050
"babel-plugin-preval": "5.1.0",
@@ -67,7 +67,7 @@
6767
"lodash": "4.17.21",
6868
"lz-string": "1.5.0",
6969
"markdown-to-jsx": "7.7.4",
70-
"next": "^15.2.1",
70+
"next": "^15.2.3",
7171
"nprogress": "0.2.0",
7272
"postcss": "8.4.49",
7373
"prismjs": "1.30.0",
@@ -92,7 +92,7 @@
9292
"zod": "3.23.8"
9393
},
9494
"devDependencies": {
95-
"@babel/core": "7.26.9",
95+
"@babel/core": "7.26.10",
9696
"@babel/plugin-transform-react-constant-elements": "7.25.9",
9797
"@babel/preset-typescript": "7.26.0",
9898
"@types/babel__core": "^7.20.5",

examples/studio/custom-server-nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@toolpad/studio": "0.5.2",
1313
"express": "4.20.0",
14-
"next": "14.2.10",
14+
"next": "14.2.21",
1515
"react": "^19.0.0",
1616
"react-dom": "^19.0.0"
1717
},

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
"devDependencies": {
4646
"@argos-ci/core": "2.12.0",
4747
"@babel/cli": "7.26.4",
48-
"@babel/core": "7.26.9",
48+
"@babel/core": "7.26.10",
4949
"@babel/node": "7.26.0",
5050
"@babel/plugin-transform-react-constant-elements": "7.25.9",
51-
"@babel/plugin-transform-runtime": "7.26.9",
51+
"@babel/plugin-transform-runtime": "7.26.10",
5252
"@babel/preset-env": "7.26.9",
5353
"@babel/preset-react": "7.26.3",
5454
"@babel/preset-typescript": "7.26.0",
@@ -57,8 +57,8 @@
5757
"@mui/internal-markdown": "1.0.25",
5858
"@mui/internal-scripts": "1.0.33",
5959
"@mui/monorepo": "github:mui/material-ui#5b215468a033289bfd3133f07421d5a57e568f9a",
60-
"@mui/x-charts": "7.27.1",
61-
"@next/eslint-plugin-next": "14.2.24",
60+
"@mui/x-charts": "7.28.0",
61+
"@next/eslint-plugin-next": "14.2.25",
6262
"@playwright/test": "1.47.2",
6363
"@testing-library/jest-dom": "^6.6.3",
6464
"@testing-library/react": "16.2.0",
@@ -69,8 +69,8 @@
6969
"@types/invariant": "2.2.37",
7070
"@types/node": "^20.17.24",
7171
"@types/yargs": "17.0.33",
72-
"@typescript-eslint/eslint-plugin": "^8.26.0",
73-
"@typescript-eslint/parser": "^8.26.0",
72+
"@typescript-eslint/eslint-plugin": "^8.26.1",
73+
"@typescript-eslint/parser": "^8.26.1",
7474
"@vitest/coverage-v8": "2.1.9",
7575
"babel-plugin-react-remove-properties": "0.3.0",
7676
"babel-plugin-transform-react-remove-prop-types": "0.4.24",

packages/toolpad-core/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"test:browser:dev": "vitest --browser.enabled"
4242
},
4343
"dependencies": {
44-
"@babel/runtime": "^7.26.9",
44+
"@babel/runtime": "^7.26.10",
4545
"@mui/utils": "7.0.0-beta.4",
4646
"@standard-schema/spec": "^1.0.0",
4747
"@toolpad/utils": "workspace:*",
@@ -55,17 +55,17 @@
5555
"devDependencies": {
5656
"@mui/icons-material": "6.4.7",
5757
"@mui/material": "6.4.7",
58-
"@mui/x-data-grid": "7.27.3",
59-
"@mui/x-data-grid-premium": "7.27.3",
60-
"@mui/x-data-grid-pro": "7.27.3",
61-
"@mui/x-date-pickers": "7.27.3",
58+
"@mui/x-data-grid": "7.28.0",
59+
"@mui/x-data-grid-premium": "7.28.0",
60+
"@mui/x-data-grid-pro": "7.28.0",
61+
"@mui/x-date-pickers": "7.28.0",
6262
"@types/invariant": "2.2.37",
6363
"@types/prop-types": "15.7.14",
6464
"@types/react": "^19.0.10",
6565
"@types/react-dom": "^19.0.4",
6666
"@types/sinon": "^17.0.4",
6767
"@vitest/browser": "2.1.9",
68-
"next": "^15.2.1",
68+
"next": "^15.2.3",
6969
"next-router-mock": "^0.9.13",
7070
"playwright": "^1.47.2",
7171
"react-router": "7.1.5",

packages/toolpad-studio-components/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
"@mui/icons-material": "6.4.7",
4545
"@mui/lab": "6.0.0-beta.30",
4646
"@mui/material": "6.4.7",
47-
"@mui/x-charts": "7.27.1",
48-
"@mui/x-data-grid-premium": "7.27.3",
49-
"@mui/x-date-pickers": "7.27.3",
50-
"@mui/x-license": "7.26.0",
51-
"@tanstack/react-query": "5.67.2",
47+
"@mui/x-charts": "7.28.0",
48+
"@mui/x-data-grid-premium": "7.28.0",
49+
"@mui/x-date-pickers": "7.28.0",
50+
"@mui/x-license": "7.28.0",
51+
"@tanstack/react-query": "5.69.0",
5252
"@toolpad/studio-runtime": "workspace:*",
5353
"@toolpad/utils": "workspace:*",
5454
"dayjs": "1.11.13",

packages/toolpad-studio-runtime/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"dependencies": {
4646
"@auth/core": "0.38.0",
4747
"@mui/material": "6.4.7",
48-
"@tanstack/react-query": "5.67.2",
48+
"@tanstack/react-query": "5.69.0",
4949
"@toolpad/utils": "workspace:*",
5050
"@types/json-schema": "7.0.15",
5151
"@webcontainer/env": "1.1.1",

packages/toolpad-studio/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@
6969
"@mui/system": "6.4.7",
7070
"@mui/types": "7.2.21",
7171
"@mui/utils": "6.4.6",
72-
"@mui/x-charts": "7.27.1",
73-
"@mui/x-data-grid": "7.27.3",
74-
"@mui/x-data-grid-premium": "7.27.3",
75-
"@mui/x-date-pickers": "7.27.3",
76-
"@mui/x-date-pickers-pro": "7.27.3",
77-
"@mui/x-license": "7.26.0",
78-
"@mui/x-tree-view": "7.26.0",
79-
"@tanstack/react-query": "5.67.2",
80-
"@tanstack/react-query-devtools": "5.67.2",
72+
"@mui/x-charts": "7.28.0",
73+
"@mui/x-data-grid": "7.28.0",
74+
"@mui/x-data-grid-premium": "7.28.0",
75+
"@mui/x-date-pickers": "7.28.0",
76+
"@mui/x-date-pickers-pro": "7.28.0",
77+
"@mui/x-license": "7.28.0",
78+
"@mui/x-tree-view": "7.28.0",
79+
"@tanstack/react-query": "5.69.0",
80+
"@tanstack/react-query-devtools": "5.69.0",
8181
"@toolpad/core": "workspace:*",
8282
"@toolpad/studio-components": "workspace:*",
8383
"@toolpad/studio-runtime": "workspace:*",
@@ -99,7 +99,7 @@
9999
"csstype": "3.1.3",
100100
"dayjs": "1.11.13",
101101
"dotenv": "16.4.7",
102-
"esbuild": "0.25.0",
102+
"esbuild": "0.25.1",
103103
"execa": "9.5.2",
104104
"express": "4.21.2",
105105
"find-up": "7.0.0",
@@ -123,7 +123,7 @@
123123
"open-editor": "5.1.0",
124124
"path-to-regexp": "6.3.0",
125125
"perf-cascade": "3.0.3",
126-
"pg": "8.13.3",
126+
"pg": "8.14.1",
127127
"piscina": "4.8.0",
128128
"prettier": "3.4.2",
129129
"pretty-bytes": "6.1.1",

playground/nextjs-pages/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"@types/react": "^19.0.10",
1717
"@types/react-dom": "^19.0.4",
1818
"cookies-next": "^5.1.0",
19-
"eslint-config-next": "15.2.1",
20-
"next": "^15.2.1",
19+
"eslint-config-next": "15.2.3",
20+
"next": "^15.2.3",
2121
"next-auth": "5.0.0-beta.25",
2222
"react": "^19.0.0",
2323
"react-dom": "^19.0.0",

playground/nextjs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"@types/react": "^19.0.10",
1818
"@types/react-dom": "^19.0.4",
1919
"cookies-next": "^5.1.0",
20-
"eslint-config-next": "15.2.1",
21-
"next": "^15.2.1",
20+
"eslint-config-next": "15.2.3",
21+
"next": "^15.2.3",
2222
"next-auth": "5.0.0-beta.25",
2323
"react": "^19.0.0",
2424
"react-dom": "^19.0.0",

0 commit comments

Comments
 (0)