This commit is contained in:
dec0dOS 2021-08-24 15:06:20 +03:00
parent b640a49569
commit cd587ea736
2 changed files with 3 additions and 3 deletions

View file

@ -9,6 +9,7 @@
"@uiw/react-codemirror": "^3.1.0",
"axios": "^0.21.1",
"codemirror": "^5.62.3",
"eslint-config-react-app": "^6.0.0",
"history": "^5.0.1",
"ipaddr.js": "^2.0.1",
"lodash": "^4.17.21",
@ -32,9 +33,7 @@
"homepage": "/app",
"proxy": "http://localhost:4000",
"eslintConfig": {
"extends": [
"react-app"
]
"extends": "react-app"
},
"browserslist": {
"production": [

View file

@ -7138,6 +7138,7 @@ __metadata:
"@uiw/react-codemirror": ^3.1.0
axios: ^0.21.1
codemirror: ^5.62.3
eslint-config-react-app: ^6.0.0
history: ^5.0.1
ipaddr.js: ^2.0.1
lodash: ^4.17.21