Skip to content

Commit 6914add

Browse files
committed
Merge branch 'stage' into feature/reactui-sidenav
2 parents 4f759e9 + 232314d commit 6914add

File tree

6 files changed

+539
-500
lines changed

6 files changed

+539
-500
lines changed

apps/docs/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,33 +28,33 @@
2828
"@enterwell/react-ui": "workspace:*",
2929
"@mdx-js/mdx": "3.1.0",
3030
"@mdx-js/react": "3.1.0",
31-
"@mui/icons-material": "7.0.1",
32-
"@mui/lab": "7.0.0-beta.10",
33-
"@mui/material": "7.0.1",
34-
"@mui/material-nextjs": "7.0.0",
35-
"@mui/system": "7.0.1",
36-
"@mui/x-data-grid-pro": "7.28.2",
37-
"@mui/x-date-pickers": "7.28.2",
38-
"@mui/x-date-pickers-pro": "7.28.2",
31+
"@mui/icons-material": "7.0.2",
32+
"@mui/lab": "7.0.0-beta.11",
33+
"@mui/material": "7.0.2",
34+
"@mui/material-nextjs": "7.0.2",
35+
"@mui/system": "7.0.2",
36+
"@mui/x-data-grid-pro": "7.28.3",
37+
"@mui/x-date-pickers": "7.28.3",
38+
"@mui/x-date-pickers-pro": "7.28.3",
3939
"classix": "2.2.2",
4040
"comment-parser": "1.4.1",
41-
"next": "15.2.4",
42-
"nextra": "4.3.0-alpha.3",
41+
"next": "15.3.0",
42+
"nextra": "4.3.0-alpha.11",
4343
"nextra-theme-docs": "4.2.17",
4444
"react": "19.1.0",
4545
"react-dom": "19.1.0",
4646
"tailwindcss-animate": "1.0.7"
4747
},
4848
"devDependencies": {
49-
"@next/eslint-plugin-next": "15.2.4",
49+
"@next/eslint-plugin-next": "15.3.0",
5050
"@tailwindcss/postcss": "4.1.1",
51-
"@types/node": "22.13.17",
51+
"@types/node": "22.14.0",
5252
"@types/react": "19.1.0",
53-
"@types/react-dom": "19.1.1",
53+
"@types/react-dom": "19.1.2",
5454
"pagefind": "1.3.0",
5555
"postcss": "8.5.3",
5656
"tailwindcss": "4.1.1",
57-
"typescript": "5.8.2",
57+
"typescript": "5.8.3",
5858
"unist-builder": "4.0.0",
5959
"unist-util-visit": "5.0.0"
6060
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packageManager": "pnpm@10.7.1",
2+
"packageManager": "pnpm@10.8.0",
33
"name": "ui",
44
"private": true,
55
"engines": {
@@ -12,7 +12,7 @@
1212
},
1313
"devDependencies": {
1414
"@turbo/gen": "2.4.4",
15-
"eslint": "9.23.0",
15+
"eslint": "9.24.0",
1616
"just-camel-case": "6.2.0",
1717
"just-pascal-case": "3.2.0",
1818
"tsconfig": "workspace:*",

packages/react-hooks/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
},
2525
"devDependencies": {
2626
"@microsoft/api-extractor": "7.52.2",
27-
"@types/node": "22.13.17",
27+
"@types/node": "22.14.0",
2828
"@types/react": "19.1.0",
29-
"@types/react-dom": "19.1.1",
29+
"@types/react-dom": "19.1.2",
3030
"eslint-config-custom": "workspace:*",
3131
"react": "19.1.0",
3232
"rimraf": "6.0.1",
3333
"tsconfig": "workspace:*",
3434
"tsup": "8.4.0",
35-
"typescript": "5.8.2"
35+
"typescript": "5.8.3"
3636
},
3737
"peerDependencies": {
3838
"react": "^19",

packages/react-mui-hooks/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@
2626
"@enterwell/react-hooks": "workspace:*",
2727
"@enterwell/react-ui": "workspace:*",
2828
"@microsoft/api-extractor": "7.52.2",
29-
"@mui/material": "7.0.1",
30-
"@mui/x-data-grid-pro": "7.28.2",
31-
"@types/node": "22.13.17",
29+
"@mui/material": "7.0.2",
30+
"@mui/x-data-grid-pro": "7.28.3",
31+
"@types/node": "22.14.0",
3232
"@types/react": "19.1.0",
33-
"@types/react-dom": "19.1.1",
33+
"@types/react-dom": "19.1.2",
3434
"date-fns": "4.1.0",
3535
"eslint-config-custom": "workspace:*",
3636
"react": "19.1.0",
3737
"rimraf": "6.0.1",
3838
"tsconfig": "workspace:*",
3939
"tsup": "8.4.0",
40-
"typescript": "5.8.2"
40+
"typescript": "5.8.3"
4141
},
4242
"peerDependencies": {
4343
"@enterwell/react-hooks": "^0",

packages/react-ui/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,21 +28,21 @@
2828
"@emotion/styled": "11.14.0",
2929
"@enterwell/react-hooks": "workspace:*",
3030
"@microsoft/api-extractor": "7.52.2",
31-
"@mui/icons-material": "7.0.1",
32-
"@mui/material": "7.0.1",
33-
"@mui/system": "7.0.1",
34-
"@mui/x-date-pickers": "7.28.2",
35-
"@mui/x-date-pickers-pro": "7.28.2",
36-
"@types/node": "22.13.17",
31+
"@mui/icons-material": "7.0.2",
32+
"@mui/material": "7.0.2",
33+
"@mui/system": "7.0.2",
34+
"@mui/x-date-pickers": "7.28.3",
35+
"@mui/x-date-pickers-pro": "7.28.3",
36+
"@types/node": "22.14.0",
3737
"@types/react": "19.1.0",
38-
"@types/react-dom": "19.1.1",
38+
"@types/react-dom": "19.1.2",
3939
"date-fns": "4.1.0",
4040
"eslint-config-custom": "workspace:*",
4141
"react": "19.1.0",
4242
"rimraf": "6.0.1",
4343
"tsconfig": "workspace:*",
4444
"tsup": "8.4.0",
45-
"typescript": "5.8.2"
45+
"typescript": "5.8.3"
4646
},
4747
"peerDependencies": {
4848
"@emotion/react": "^11",

0 commit comments

Comments
 (0)