Skip to content

Commit

Permalink
* (bluefox) Packages updated
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanBluefox committed Jun 9, 2024
1 parent 3743537 commit 66901ae
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"url": "https://github.com/ioBroker/ioBroker.cameras"
},
"dependencies": {
"@iobroker/adapter-core": "^3.1.4",
"axios": "^1.6.8",
"@iobroker/adapter-core": "^3.1.6",
"axios": "^1.7.2",
"decompress": "^4.2.1",
"fluent-ffmpeg": "^2.1.2",
"fluent-ffmpeg": "^2.1.3",
"moment": "^2.30.1",
"sharp": "0.32.6",
"sharp": "0.33.4",
"uuid": "^9.0.1",
"ws": "^8.17.0"
},
Expand All @@ -40,11 +40,11 @@
"@types/chai-as-promised": "^7.1.8",
"@types/gulp": "^4.0.17",
"@types/mocha": "^10.0.6",
"@types/node": "^20.12.12",
"@types/node": "^20.14.2",
"@types/proxyquire": "^1.3.31",
"@types/sinon": "^17.0.2",
"@types/sinon": "^17.0.3",
"@types/sinon-chai": "^3.2.12",
"chai": "^4.3.10",
"chai": "^4.4.1",
"chai-as-promised": "^7.1.2",
"eslint": "^8.57.0",
"gulp": "^4.0.2",
Expand Down
12 changes: 6 additions & 6 deletions src-widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"@craco/craco": "^7.1.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@iobroker/adapter-react-v5": "^4.13.13",
"@iobroker/adapter-react-v5": "^5.0.4",
"@iobroker/vis-2-widgets-react-dev": "^1.0.6",
"@mui/icons-material": "^5.15.18",
"@mui/icons-material": "^5.15.19",
"@mui/material": "5.14.14",
"@mui/styles": "5.14.14",
"@mui/system": "^5.15.15",
Expand All @@ -21,16 +21,16 @@
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-only-warn": "^1.1.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"hls.js": "^1.5.8",
"hls.js": "^1.5.11",
"moment": "^2.30.1",
"node-sass": "^9.0.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "^5.0.1",
"sass": "^1.77.2",
"sass": "^1.77.4",
"uuid": "^9.0.1"
},
"scripts": {
Expand All @@ -52,4 +52,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}
12 changes: 6 additions & 6 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"version": "2.0.5",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^4.8.1",
"@mui/icons-material": "^5.15.0",
"@iobroker/adapter-react-v5": "^5.0.4",
"@mui/icons-material": "^5.15.19",
"@mui/material": "5.14.14",
"@mui/styles": "5.14.14",
"babel-eslint": "^10.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-scripts": "^5.0.1",
"@material-ui/icons": "^4.11.3",
"eslint": "^8.56.0",
Expand All @@ -36,4 +36,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}

0 comments on commit 66901ae

Please sign in to comment.