react-frame-component 5.2.2 → 5.2.3
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.
- package/index.d.ts +1 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@ declare module 'react-frame-component' {
|
|
|
9
9
|
contentDidMount?: (() => void) | undefined;
|
|
10
10
|
contentDidUpdate?: (() => void) | undefined;
|
|
11
11
|
children: React.ReactNode;
|
|
12
|
-
ref?: React.Ref<
|
|
12
|
+
ref?: React.Ref<HTMLIFrameElement>;
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
export default class FrameComponent extends React.Component<
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-frame-component",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.3",
|
|
4
4
|
"description": "React component to wrap your application or component in an iFrame for encapsulation purposes",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"files": [
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"gh-pages": "^1.1.0",
|
|
63
63
|
"html-webpack-plugin": "^2.28.0",
|
|
64
64
|
"husky": "^0.14.3",
|
|
65
|
-
"karma": "^
|
|
65
|
+
"karma": "^6.3.16",
|
|
66
66
|
"karma-chrome-launcher": "^2.0.0",
|
|
67
67
|
"karma-mocha": "^1.3.0",
|
|
68
68
|
"karma-osx-reporter": "^0.2.1",
|