Skip to content

Commit

Permalink
Merge pull request #66 from LSViana/fix-dependency-issues
Browse files Browse the repository at this point in the history
Fix dependency issues.
  • Loading branch information
LSViana authored Nov 25, 2023
2 parents 1c9a965 + 2808d0d commit ea43424
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 28 deletions.
51 changes: 27 additions & 24 deletions Demo/Client/package-lock.json

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

8 changes: 4 additions & 4 deletions Demo/Client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"prosemirror-keymap": "^1.1.4",
"prosemirror-schema-basic": "^1.1.2",
"prosemirror-view": "^1.17.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-monaco-editor": "^0.42.0",
"reactstrap": "^8.9.0",
"y-monaco": "^0.1.2",
Expand All @@ -28,8 +28,8 @@
"yjs": "13.6.8"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.2",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react": "^4.0.3",
Expand Down

0 comments on commit ea43424

Please sign in to comment.