Skip to content

Commit

Permalink
fix react codemirror warning
Browse files Browse the repository at this point in the history
  • Loading branch information
juanbono committed Oct 27, 2022
1 parent 33d5745 commit e75ae59
Show file tree
Hide file tree
Showing 3 changed files with 10,951 additions and 8,967 deletions.
80 changes: 51 additions & 29 deletions site-react/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 site-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"frd_lisp": "file:../pkg",
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"codemirror": "^5.61.1",
"firebase": "^8.6.3",
"react": "^17.0.2",
"frd_lisp": "file:../pkg",
"react": "^16.14.0",
"react-codemirror2": "^7.2.1",
"react-dom": "^17.0.2",
"react-dom": "^16.14.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"web-vitals": "^1.0.1"
Expand Down Expand Up @@ -46,4 +46,4 @@
"react-app-rewired": "^2.1.8",
"wasm-loader": "^1.3.0"
}
}
}
Loading

0 comments on commit e75ae59

Please sign in to comment.