Skip to content

Commit 5618056

Browse files
committed
Add mui-x
1 parent 58ed5dc commit 5618056

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"format": "yarn _format --write",
2020
"format:check": "yarn _format --list-different",
2121
"grant_exec_perms": "node dist/bin/tools/grant_exec_perms",
22-
"storybook": "yarn build && yarn only-include-used-icons && ((tsc -w -p src) & (start-storybook -p 6006))",
22+
"storybook": "yarn build && yarn only-include-used-icons && start-storybook -p 6006",
2323
"build-storybook": "yarn build && yarn only-include-used-icons && build-storybook",
2424
"only-include-used-icons": "node dist/bin/only-include-used-icons.js"
2525
},

test/integration/next/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"@emotion/styled": "^11.10.5",
2525
"dayjs": "^1.11.6",
2626
"@mui/x-date-pickers": "^5.0.9",
27+
"@mui/x-data-grid": "^5.17.14",
2728
"@codegouvfr/react-dsfr": "file:../../../dist"
2829

2930
},

0 commit comments

Comments
 (0)