Updated npm packages

This commit is contained in:
Camerin Figueroa 2024-07-23 09:18:36 -04:00
parent 930e7e78d2
commit 5f8ac2da6d
2 changed files with 5318 additions and 2975 deletions

8261
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.9.3",
"@tensorflow/tfjs": "^4.2.0",
"@tensorflow/tfjs-converter": "^4.0.0",
"axios": "^1.3.4",
"@reduxjs/toolkit": "^2.2.6",
"@tensorflow/tfjs": "^4.20.0",
"@tensorflow/tfjs-converter": "^4.20.0",
"axios": "^1.7.2",
"history": "^5.3.0",
"memoize": "^0.1.1",
"react": "^18.2.0",
"react-bootstrap-icons": "^1.10.2",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router": "^6.4.3",
"react-router-dom": "^6.8.2",
"memoize": "^10.0.0",
"react": "^18.3.1",
"react-bootstrap-icons": "^1.11.4",
"react-dom": "^18.3.1",
"react-redux": "^9.1.2",
"react-router": "^6.25.1",
"react-router-dom": "^6.25.1",
"react-scripts": "^5.0.1",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"redux": "^5.0.1",
"redux-thunk": "^3.1.0",
"tfjs": "^0.6.0",
"web-vitals": "^3.1.1"
"web-vitals": "^4.2.2"
},
"scripts": {
"start": "react-scripts start",