Skip to content

Commit

Permalink
Update Deps (#11480)
Browse files Browse the repository at this point in the history
* Update web deps

* Update python deps

* revert matplotlib
  • Loading branch information
NickM-27 committed May 22, 2024
1 parent c49be0a commit c935eb0
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 80 deletions.
10 changes: 5 additions & 5 deletions docker/main/requirements-wheels.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
click == 8.1.*
Flask == 3.0.*
Flask_Limiter == 3.6.*
Flask_Limiter == 3.7.*
imutils == 0.5.*
joserfc == 0.9.*
joserfc == 0.10.*
markupsafe == 2.1.*
matplotlib == 3.8.*
mypy == 1.6.1
numpy == 1.26.*
onvif_zeep == 0.2.12
opencv-python-headless == 4.9.0.*
paho-mqtt == 2.0.*
paho-mqtt == 2.1.*
pandas == 2.2.*
peewee == 3.17.*
peewee_migrate == 1.12.*
Expand All @@ -22,8 +22,8 @@ pyzmq == 26.0.*
ruamel.yaml == 0.18.*
tzlocal == 5.2
types-PyYAML == 6.0.*
requests == 2.31.*
types-requests == 2.31.*
requests == 2.32.*
types-requests == 2.32.*
scipy == 1.13.*
norfair == 2.2.*
setproctitle == 1.3.*
Expand Down
124 changes: 62 additions & 62 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 13 additions & 13 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"dependencies": {
"@cycjimmy/jsmpeg-player": "^6.0.5",
"@hookform/resolvers": "^3.3.4",
"@hookform/resolvers": "^3.4.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-aspect-ratio": "^1.0.3",
"@radix-ui/react-context-menu": "^2.1.5",
Expand All @@ -35,18 +35,18 @@
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"apexcharts": "^3.49.0",
"axios": "^1.6.8",
"apexcharts": "^3.49.1",
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
"date-fns": "^3.6.0",
"hls.js": "^1.5.8",
"idb-keyval": "^6.2.1",
"immer": "^10.1.1",
"konva": "^9.3.6",
"konva": "^9.3.9",
"lodash": "^4.17.21",
"lucide-react": "^0.378.0",
"lucide-react": "^0.379.0",
"monaco-yaml": "^5.1.1",
"next-themes": "^0.3.0",
"react": "^18.3.1",
Expand All @@ -55,10 +55,10 @@
"react-device-detect": "^2.2.3",
"react-dom": "^18.3.1",
"react-grid-layout": "^1.4.4",
"react-hook-form": "^7.51.4",
"react-hook-form": "^7.51.5",
"react-icons": "^5.2.1",
"react-konva": "^18.2.10",
"react-router-dom": "^6.23.0",
"react-router-dom": "^6.23.1",
"react-swipeable": "^7.0.1",
"react-tracked": "^2.0.0",
"react-transition-group": "^4.4.5",
Expand All @@ -74,14 +74,14 @@
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.1",
"vite-plugin-monaco-editor": "^1.1.0",
"zod": "^3.23.7"
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@testing-library/jest-dom": "^6.1.5",
"@types/lodash": "^4.17.1",
"@types/node": "^20.12.11",
"@types/react": "^18.3.1",
"@testing-library/jest-dom": "^6.4.5",
"@types/lodash": "^4.17.4",
"@types/node": "^20.12.12",
"@types/react": "^18.3.2",
"@types/react-dom": "^18.3.0",
"@types/react-grid-layout": "^1.3.5",
"@types/react-icons": "^3.0.0",
Expand All @@ -99,7 +99,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-vitest-globals": "^1.5.0",
"fake-indexeddb": "^5.0.2",
"fake-indexeddb": "^6.0.0",
"jest-websocket-mock": "^2.5.0",
"jsdom": "^24.0.0",
"msw": "^2.3.0",
Expand Down

0 comments on commit c935eb0

Please sign in to comment.