Skip to content

Commit abd3463

Browse files
committed
input bump peer deps; sandbox wider deps version range;
1 parent 7c703d4 commit abd3463

File tree

5 files changed

+2099
-1086
lines changed

5 files changed

+2099
-1086
lines changed

apps/demo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"@ui-controls/progress": "~0.0.4",
3838
"@ui-schema/dictionary": "~0.0.11",
3939
"@ui-schema/ds-material": "~0.4.1",
40-
"@ui-schema/kit-codemirror": "~0.1.1",
41-
"@ui-schema/material-code": "~0.4.4",
40+
"@ui-schema/kit-codemirror": "~0.2.0",
41+
"@ui-schema/material-code": "~0.4.6",
4242
"@ui-schema/material-pickers": "^0.4.0-alpha.4",
4343
"@ui-schema/ui-schema": "~0.4.5",
4444
"i18next": "^22.0.4",

apps/sandbox/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -28,20 +28,20 @@
2828
"@codemirror/search": "^6.0.0",
2929
"@codemirror/state": "^6.0.0",
3030
"@codemirror/view": "^6.0.0",
31-
"@content-ui/input": "0.1.0",
32-
"@content-ui/md": "0.0.8",
33-
"@content-ui/md-mui": "0.1.0",
34-
"@content-ui/react": "0.1.0",
35-
"@content-ui/struct": "0.1.0",
31+
"@content-ui/input": "^0.1.3",
32+
"@content-ui/md": "^0.0.10",
33+
"@content-ui/md-mui": "^0.1.2",
34+
"@content-ui/react": "^0.1.2",
35+
"@content-ui/struct": "^0.1.2",
3636
"@emotion/react": "^11.9.0",
3737
"@emotion/styled": "^11.8.1",
3838
"@mui/icons-material": "^5.10",
3939
"@mui/lab": "^5.0.0-alpha.80",
4040
"@mui/material": "^5.1",
4141
"@ui-controls/progress": "~0.0.4",
4242
"@ui-schema/ds-material": "~0.4.1",
43-
"@ui-schema/kit-codemirror": "~0.1.1",
44-
"@ui-schema/material-code": "~0.4.4",
43+
"@ui-schema/kit-codemirror": "~0.2.0",
44+
"@ui-schema/material-code": "~0.4.6",
4545
"@ui-schema/ui-schema": "~0.4.5",
4646
"cross-env": "^7.0.3",
4747
"react": "^18.3.1",

0 commit comments

Comments
 (0)