mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-28 16:06:41 +01:00
fix dependencies
This commit is contained in:
14
package.json
14
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "rowy",
|
||||
"version": "2.6.1",
|
||||
"version": "3.0.0",
|
||||
"homepage": "https://rowy.io",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -15,10 +15,9 @@
|
||||
"@mui/icons-material": "5.6.0",
|
||||
"@mui/lab": "^5.0.0-alpha.76",
|
||||
"@mui/material": "5.6.0",
|
||||
"@mui/styles": "5.6.0",
|
||||
"@mui/x-date-pickers": "^5.0.0-alpha.4",
|
||||
"@rowy/form-builder": "^0.6.2",
|
||||
"@rowy/multiselect": "^0.4.0",
|
||||
"@rowy/form-builder": "^0.7.0",
|
||||
"@rowy/multiselect": "^0.4.1",
|
||||
"@tinymce/tinymce-react": "^3",
|
||||
"@uiw/react-md-editor": "^3.14.1",
|
||||
"algoliasearch": "^4.13.1",
|
||||
@@ -31,12 +30,13 @@
|
||||
"file-saver": "^2.0.5",
|
||||
"firebase": "^9.6.11",
|
||||
"firebaseui": "^6.0.1",
|
||||
"jotai": "^1.7.2",
|
||||
"jotai": "^1.8.4",
|
||||
"json-stable-stringify-without-jsonify": "^1.0.1",
|
||||
"json2csv": "^5.0.7",
|
||||
"jszip": "^3.10.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"match-sorter": "^6.3.1",
|
||||
"material-ui-popup-state": "^4.0.1",
|
||||
"mdi-material-ui": "^7.3.0",
|
||||
"monaco-editor-auto-typings": "^0.4.0",
|
||||
"notistack": "^2.0.4",
|
||||
@@ -47,6 +47,7 @@
|
||||
"react-beautiful-dnd": "^13.1.0",
|
||||
"react-color-palette": "^6.2.0",
|
||||
"react-data-grid": "7.0.0-beta.5",
|
||||
"react-detect-offline": "^2.4.5",
|
||||
"react-div-100vh": "^0.7.0",
|
||||
"react-dnd": "^16.0.1",
|
||||
"react-dnd-html5-backend": "^16.0.1",
|
||||
@@ -64,6 +65,7 @@
|
||||
"react-scripts": "^5.0.0",
|
||||
"react-usestateref": "^1.0.8",
|
||||
"remark-gfm": "^3.0.1",
|
||||
"seedrandom": "^3.0.5",
|
||||
"stream-browserify": "^3.0.0",
|
||||
"swr": "^1.3.0",
|
||||
"tinymce": "^5",
|
||||
@@ -155,10 +157,12 @@
|
||||
"@types/node": "^17.0.23",
|
||||
"@types/react": "^18.0.5",
|
||||
"@types/react-beautiful-dnd": "^13.1.2",
|
||||
"@types/react-detect-offline": "^2.4.1",
|
||||
"@types/react-div-100vh": "^0.4.0",
|
||||
"@types/react-dom": "^18.0.0",
|
||||
"@types/react-router-dom": "^5.3.3",
|
||||
"@types/react-router-hash-link": "^2.4.5",
|
||||
"@types/seedrandom": "^3.0.2",
|
||||
"@typescript-eslint/parser": "^5.18.0",
|
||||
"craco-alias": "^3.0.1",
|
||||
"craco-swc": "^0.5.1",
|
||||
|
||||
Reference in New Issue
Block a user