Skip to content

Commit

Permalink
v up;
Browse files Browse the repository at this point in the history
  • Loading branch information
elbakerino committed Jan 6, 2025
1 parent 9e1929c commit 8eb1f08
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 16 deletions.
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"i18next-resources-to-backend": "^1.0.0",
"immutable": "^4.0.0",
"moment": "^2.29.4",
"nanoid": "^4.0.0",
"nanoid": "^5.0.9",
"react": "^18.3.1",
"react-api-fetch": "~0.3.1",
"react-dom": "^18.3.1",
Expand Down
4 changes: 2 additions & 2 deletions apps/sandbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"@codemirror/view": "^6.0.0",
"@content-ui/input": "^0.1.5",
"@content-ui/md": "^0.0.11",
"@content-ui/md-mui": "^0.1.4",
"@content-ui/react": "^0.1.3",
"@content-ui/md-mui": "^0.1.5",
"@content-ui/react": "^0.1.4",
"@content-ui/struct": "^0.1.3",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
Expand Down
20 changes: 11 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/md-mui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@content-ui/md-mui",
"version": "0.1.4",
"version": "0.1.5",
"description": "",
"author": {
"name": "bemit",
Expand All @@ -26,15 +26,15 @@
"peerDependencies": {
"@mui/icons-material": "^5.10",
"@mui/material": "^5.1",
"@content-ui/react": "~0.1.3",
"@content-ui/react": "~0.1.4",
"@content-ui/struct": "~0.1.3",
"react": "^18.0",
"react-dom": "^18.0"
},
"devDependencies": {
"@mui/icons-material": "^5.10",
"@mui/material": "^5.1",
"@content-ui/react": "~0.1.3",
"@content-ui/react": "~0.1.4",
"@content-ui/struct": "~0.1.3",
"react": "^18.0",
"react-dom": "^18.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@content-ui/react",
"version": "0.1.3",
"version": "0.1.4",
"description": "",
"author": {
"name": "bemit",
Expand Down

0 comments on commit 8eb1f08

Please sign in to comment.