fix!: update dependencies to latest version

This commit is contained in:
hippoz 2021-09-15 18:43:33 +03:00
parent 6121f3f1bf
commit 47ef5dd6fc
Signed by: hippoz
GPG key ID: 7C52899193467641
2 changed files with 6800 additions and 5700 deletions

12480
bfrontend/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -3,26 +3,20 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@primer/octicons-react": "^15.0.1",
"@testing-library/jest-dom": "^5.11.10",
"@testing-library/react": "^11.2.5",
"@testing-library/user-event": "^13.0.16",
"nord": "^0.2.1",
"@primer/octicons-react": "^15.1.0",
"react": "^17.0.2",
"react-content-loader": "^6.0.2",
"react-content-loader": "^6.0.3",
"react-dom": "^17.0.2",
"react-media-hook": "^0.4.9",
"react-redux": "^7.2.3",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"redux": "^4.0.5",
"sass": "^1.32.8",
"web-vitals": "^1.1.1"
"react-redux": "^7.2.5",
"react-router-dom": "^5.3.0",
"react-scripts": "^4.0.3",
"redux": "^4.1.1",
"sass": "^1.41.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:3005",