Package Updates

This commit is contained in:
Camerin Figueroa 2022-11-06 19:31:06 -05:00
parent 095af0e5de
commit 9d1943b06e
2 changed files with 3671 additions and 3416 deletions

7063
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -3,23 +3,23 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.8.2",
"@tensorflow/tfjs": "^3.18.0",
"@tensorflow/tfjs-converter": "^3.18.0",
"axios": "^0.27.2",
"@reduxjs/toolkit": "^1.9.0",
"@tensorflow/tfjs": "^4.0.0",
"@tensorflow/tfjs-converter": "^4.0.0",
"axios": "^1.1.3",
"history": "^5.3.0",
"memoize": "^0.1.1",
"react": "^18.1.0",
"react-bootstrap-icons": "^1.8.0",
"react-dom": "^18.1.0",
"react-redux": "^8.0.2",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"react": "^18.2.0",
"react-bootstrap-icons": "^1.9.1",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router": "^6.4.3",
"react-router-dom": "^6.4.3",
"react-scripts": "^5.0.1",
"redux": "^4.2.0",
"redux-thunk": "^2.4.1",
"redux-thunk": "^2.4.2",
"tfjs": "^0.6.0",
"web-vitals": "^2.1.4"
"web-vitals": "^3.0.4"
},
"scripts": {
"start": "react-scripts start",