Skip to content

Commit

Permalink
* (bluefox) Corrected type of "write" attribute
Browse files Browse the repository at this point in the history
GermanBluefox committed Nov 8, 2021
1 parent d1abb59 commit b767f34
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -3,17 +3,17 @@
"version": "1.3.6",
"private": true,
"dependencies": {
"@iobroker/adapter-react": "^2.0.8",
"@iobroker/adapter-react": "^2.0.14",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@sentry/browser": "^6.10.0",
"@sentry/integrations": "^6.10.0",
"@sentry/browser": "^6.14.1",
"@sentry/integrations": "^6.14.1",
"notistack": "^1.0.10",
"react": "^17.0.2",
"react-ace": "^9.4.1",
"react-ace": "^9.5.0",
"react-dom": "^17.0.2",
"react-dropzone": "^11.3.4",
"react-icons": "^4.2.0",
"react-dropzone": "^11.4.2",
"react-icons": "^4.3.1",
"react-scripts": "^4.0.3",
"tsv-json": "^2.0.0",
"copy-to-clipboard": "^3.3.1"
@@ -34,4 +34,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}

0 comments on commit b767f34

Please sign in to comment.