Package Updates
This commit is contained in:
parent
095af0e5de
commit
9d1943b06e
File diff suppressed because it is too large
Load Diff
24
package.json
24
package.json
|
|
@ -3,23 +3,23 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@reduxjs/toolkit": "^1.8.2",
|
"@reduxjs/toolkit": "^1.9.0",
|
||||||
"@tensorflow/tfjs": "^3.18.0",
|
"@tensorflow/tfjs": "^4.0.0",
|
||||||
"@tensorflow/tfjs-converter": "^3.18.0",
|
"@tensorflow/tfjs-converter": "^4.0.0",
|
||||||
"axios": "^0.27.2",
|
"axios": "^1.1.3",
|
||||||
"history": "^5.3.0",
|
"history": "^5.3.0",
|
||||||
"memoize": "^0.1.1",
|
"memoize": "^0.1.1",
|
||||||
"react": "^18.1.0",
|
"react": "^18.2.0",
|
||||||
"react-bootstrap-icons": "^1.8.0",
|
"react-bootstrap-icons": "^1.9.1",
|
||||||
"react-dom": "^18.1.0",
|
"react-dom": "^18.2.0",
|
||||||
"react-redux": "^8.0.2",
|
"react-redux": "^8.0.5",
|
||||||
"react-router": "^6.3.0",
|
"react-router": "^6.4.3",
|
||||||
"react-router-dom": "^6.3.0",
|
"react-router-dom": "^6.4.3",
|
||||||
"react-scripts": "^5.0.1",
|
"react-scripts": "^5.0.1",
|
||||||
"redux": "^4.2.0",
|
"redux": "^4.2.0",
|
||||||
"redux-thunk": "^2.4.1",
|
"redux-thunk": "^2.4.2",
|
||||||
"tfjs": "^0.6.0",
|
"tfjs": "^0.6.0",
|
||||||
"web-vitals": "^2.1.4"
|
"web-vitals": "^3.0.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue