Skip to content

Commit

Permalink
Merge pull request #73 from luxonis/fix/solve-dependency-issues
Browse files Browse the repository at this point in the history
Fix some issues
  • Loading branch information
HonzaCuhel authored Aug 28, 2024
2 parents 5d2e9d9 + ae3ee40 commit 8b116f7
Show file tree
Hide file tree
Showing 3 changed files with 7,384 additions and 7,922 deletions.
9 changes: 6 additions & 3 deletions websrc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"axios": "^0.19.2",
"ajv": "^8.17.1",
"axios": "^1.7.5",
"bootstrap": "^4.5.0",
"connected-react-router": "^6.8.0",
"history": "^5.0.0",
Expand All @@ -19,10 +20,9 @@
"react": "^16.13.1",
"react-bootstrap": "^1.2.2",
"react-dom": "^16.13.1",
"react-particles-js": "^3.3.0",
"react-redux": "^7.2.0",
"react-router": "^5.2.0",
"react-scripts": "3.4.1",
"react-scripts": "^5.0.1",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-saga": "^1.1.3",
Expand All @@ -48,5 +48,8 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@babel/plugin-transform-private-property-in-object": "^7.24.7"
}
}
1 change: 0 additions & 1 deletion websrc/src/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {makeAction} from "../redux/actions/makeAction";
import {FETCH_ZOO_MODELS} from "../redux/actions/actionTypes";
import {connect} from "react-redux";
import PropTypes from 'prop-types';
import Particles from "react-particles-js";
import Content from "./Content";
import ErrorModal from "./ErrorModal";
import ApiDocs from "./ApiDocs";
Expand Down
Loading

0 comments on commit 8b116f7

Please sign in to comment.