Skip to content

Commit

Permalink
Version update
Browse files Browse the repository at this point in the history
  • Loading branch information
fgatti675 committed Jan 5, 2023
1 parent ce91cd0 commit cb922ab
Showing 1 changed file with 7 additions and 22 deletions.
29 changes: 7 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@camberi/firecms",
"version": "1.0.3-pre.2",
"version": "1.0.3",
"description": "Awesome Firebase/Firestore-based headless open-source CMS",
"author": "camberi",
"homepage": "https://firecms.co",
Expand Down Expand Up @@ -42,27 +42,18 @@
"test:watch": "react-scripts test --transformIgnorePatterns \"node_modules/(?!react-markdown)/\""
},
"dependencies": {
"@date-io/date-fns": "2.13.2",
"@uiw/react-md-editor": "3.11.0",
"date-fns": "2.28.0",
"@date-io/date-fns": "^2.13.2",
"@uiw/react-md-editor": "^3.11.0",
"date-fns": "^2.28.0",
"formik": "2.2.9",
"history": "5",
"object-hash": "3.0.0",
"react-base-table": "1.13.0",
"react-beautiful-dnd": "13.1.0",
"react-dropzone": "14.2.1",
"react-image-file-resizer": "0.4.8",
"react-base-table": "^1.13.0",
"react-beautiful-dnd": "13.1.0",
"react-dropzone": "^14.2.1",
"react-image-file-resizer": "^0.4.8",
"react-measure": "2.5.2",
"typeface-space-mono": "1.1.13",
"@date-io/date-fns": "^2.13.2",
"@uiw/react-md-editor": "^3.11.0",
"date-fns": "^2.28.0",
"formik": "^2.2.9",
"history": "^5",
"object-hash": "^3.0.0",
"react-beautiful-dnd": "^13.1.0",
"react-dropzone": "^14.2.1",
"react-transition-group": "^4.4.2",
"typeface-roboto": "^1.1.13",
"typeface-rubik": "^1.1.13",
Expand Down Expand Up @@ -92,12 +83,6 @@
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5",
"@mui/lab": "^5.0.0-alpha.81",
"@mui/material": "^5",
"@mui/styles": "^5",
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
Expand Down

0 comments on commit cb922ab

Please sign in to comment.