Updated npm packages
This commit is contained in:
parent
930e7e78d2
commit
5f8ac2da6d
File diff suppressed because it is too large
Load Diff
28
package.json
28
package.json
|
|
@ -3,23 +3,23 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@reduxjs/toolkit": "^1.9.3",
|
"@reduxjs/toolkit": "^2.2.6",
|
||||||
"@tensorflow/tfjs": "^4.2.0",
|
"@tensorflow/tfjs": "^4.20.0",
|
||||||
"@tensorflow/tfjs-converter": "^4.0.0",
|
"@tensorflow/tfjs-converter": "^4.20.0",
|
||||||
"axios": "^1.3.4",
|
"axios": "^1.7.2",
|
||||||
"history": "^5.3.0",
|
"history": "^5.3.0",
|
||||||
"memoize": "^0.1.1",
|
"memoize": "^10.0.0",
|
||||||
"react": "^18.2.0",
|
"react": "^18.3.1",
|
||||||
"react-bootstrap-icons": "^1.10.2",
|
"react-bootstrap-icons": "^1.11.4",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.3.1",
|
||||||
"react-redux": "^8.0.5",
|
"react-redux": "^9.1.2",
|
||||||
"react-router": "^6.4.3",
|
"react-router": "^6.25.1",
|
||||||
"react-router-dom": "^6.8.2",
|
"react-router-dom": "^6.25.1",
|
||||||
"react-scripts": "^5.0.1",
|
"react-scripts": "^5.0.1",
|
||||||
"redux": "^4.2.1",
|
"redux": "^5.0.1",
|
||||||
"redux-thunk": "^2.4.2",
|
"redux-thunk": "^3.1.0",
|
||||||
"tfjs": "^0.6.0",
|
"tfjs": "^0.6.0",
|
||||||
"web-vitals": "^3.1.1"
|
"web-vitals": "^4.2.2"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue