@iobroker/adapter-react-v5 4.7.6 → 4.7.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -46,7 +46,7 @@ declare const _export: typeof FileViewer;
46
46
  * @extends {React.Component<FileViewerProps>}
47
47
  */
48
48
  declare class FileViewer extends React.Component<FileViewerProps, any, any> {
49
- static getEditFile(ext: any): "json" | "html" | "json5" | "javascript";
49
+ static getEditFile(ext: any): "json" | "html" | "javascript" | "json5";
50
50
  /**
51
51
  * @param {Readonly<FileViewerProps>} props
52
52
  */
@@ -1,4 +1,3 @@
1
- /// <reference types="iobroker" />
2
1
  import React, { Component } from 'react';
3
2
  import type AdminConnection from './wrapper/AdminConnection';
4
3
  export declare function isObject(it: any): it is Record<string, any>;
package/README.md CHANGED
@@ -670,6 +670,9 @@ socket.getObjectViewCustom('custom', 'state', 'startKey', 'endKey')
670
670
  -->
671
671
 
672
672
  ## Changelog
673
+ ### 4.7.7 (2023-12-04)
674
+ * (foxriver76) port to `@iobroker/types`
675
+
673
676
  ### 4.7.6 (2023-11-29)
674
677
  * (bluefox) Added translations
675
678
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/adapter-react-v5",
3
- "version": "4.7.6",
3
+ "version": "4.7.7",
4
4
  "description": "React classes to develop admin interfaces for ioBroker with react.",
5
5
  "author": {
6
6
  "name": "Denis Haev (bluefox)",
@@ -29,14 +29,14 @@
29
29
  "dependencies": {
30
30
  "@emotion/react": "^11.11.1",
31
31
  "@emotion/styled": "^11.11.0",
32
- "@iobroker/socket-client": "^2.3.11",
33
- "@mui/icons-material": "^5.14.18",
34
- "@mui/material": "5.14.14",
35
- "@mui/styles": "5.14.14",
32
+ "@iobroker/socket-client": "^2.3.12",
33
+ "@iobroker/types": "^5.0.17",
34
+ "@mui/icons-material": "^5.14.19",
35
+ "@mui/material": "5.14.19",
36
+ "@mui/styles": "5.14.19",
36
37
  "@mui/x-date-pickers": "^6.18.2",
37
38
  "@sentry/browser": "^7.83.0",
38
39
  "@sentry/integrations": "^7.83.0",
39
- "@types/iobroker": "^4.0.5",
40
40
  "react-color": "^2.19.3",
41
41
  "react-colorful": "^5.6.1",
42
42
  "react-cropper": "^2.3.3",