mirror of
https://github.com/maubot/maubot.git
synced 2024-10-01 01:06:10 -04:00
Update frontend dependencies
This commit is contained in:
parent
a14cbf9381
commit
0779b38b7a
@ -17,9 +17,9 @@
|
|||||||
"react-ace": "^9.4.1",
|
"react-ace": "^9.4.1",
|
||||||
"react-contextmenu": "^2.14.0",
|
"react-contextmenu": "^2.14.0",
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "^17.0.2",
|
||||||
"react-json-tree": "^0.15.0",
|
"react-json-tree": "^0.16.1",
|
||||||
"react-router-dom": "^5.2.0",
|
"react-router-dom": "^5.3.0",
|
||||||
"react-scripts": "4.0.3",
|
"react-scripts": "5.0.0",
|
||||||
"react-select": "^5.2.1",
|
"react-select": "^5.2.1",
|
||||||
"sass": "^1.34.1"
|
"sass": "^1.34.1"
|
||||||
},
|
},
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
import React, { PureComponent } from "react"
|
import React, { PureComponent } from "react"
|
||||||
import { Link } from "react-router-dom"
|
import { Link } from "react-router-dom"
|
||||||
import JSONTree from "react-json-tree"
|
import { JSONTree } from "react-json-tree"
|
||||||
import api from "../../api"
|
import api from "../../api"
|
||||||
import Modal from "./Modal"
|
import Modal from "./Modal"
|
||||||
|
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user