fix!: update dependencies to latest version
This commit is contained in:
parent
6121f3f1bf
commit
47ef5dd6fc
2 changed files with 6800 additions and 5700 deletions
12458
bfrontend/package-lock.json
generated
12458
bfrontend/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -3,26 +3,20 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@primer/octicons-react": "^15.0.1",
|
"@primer/octicons-react": "^15.1.0",
|
||||||
"@testing-library/jest-dom": "^5.11.10",
|
|
||||||
"@testing-library/react": "^11.2.5",
|
|
||||||
"@testing-library/user-event": "^13.0.16",
|
|
||||||
"nord": "^0.2.1",
|
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"react-content-loader": "^6.0.2",
|
"react-content-loader": "^6.0.3",
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "^17.0.2",
|
||||||
"react-media-hook": "^0.4.9",
|
"react-media-hook": "^0.4.9",
|
||||||
"react-redux": "^7.2.3",
|
"react-redux": "^7.2.5",
|
||||||
"react-router-dom": "^5.2.0",
|
"react-router-dom": "^5.3.0",
|
||||||
"react-scripts": "4.0.3",
|
"react-scripts": "^4.0.3",
|
||||||
"redux": "^4.0.5",
|
"redux": "^4.1.1",
|
||||||
"sass": "^1.32.8",
|
"sass": "^1.41.0"
|
||||||
"web-vitals": "^1.1.1"
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
"build": "react-scripts build",
|
"build": "react-scripts build",
|
||||||
"test": "react-scripts test",
|
|
||||||
"eject": "react-scripts eject"
|
"eject": "react-scripts eject"
|
||||||
},
|
},
|
||||||
"proxy": "http://localhost:3005",
|
"proxy": "http://localhost:3005",
|
||||||
|
|
Loading…
Reference in a new issue