@common-stack/components-pro 0.1.24 → 0.2.11

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export default function Fill({ name, children }: {
3
2
  name: any;
4
3
  children: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { IReactContext } from '../interfaces';
3
2
  declare const SlotFillContext: import("react").Context<IReactContext>;
4
3
  export default SlotFillContext;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export default function SlotFillProvider({ children }: {
3
2
  children: any;
4
3
  }): JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import Fill from './base/fill';
3
2
  import Provider from './base/provider';
4
3
  import { ISlotProps } from './interfaces';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-stack/components-pro",
3
- "version": "0.1.24",
3
+ "version": "0.2.11",
4
4
  "description": "browser plugin for git",
5
5
  "homepage": "https://github.com/cdmbase/fullstack-pro#readme",
6
6
  "bugs": {
@@ -27,11 +27,16 @@
27
27
  "test:watch": "npm test -- --watch",
28
28
  "watch": "npm run build:lib:watch"
29
29
  },
30
+ "resolutions": {
31
+ "@wordpress/element": "~4.12.0",
32
+ "is-plain-obj": "^3.0.0"
33
+ },
30
34
  "dependencies": {
31
- "@wordpress/compose": "^5.2.1",
32
- "@wordpress/hooks": "^2.10.0",
33
- "@wordpress/is-shallow-equal": "^4.4.1",
34
- "@wordpress/warning": "^2.4.1",
35
+ "@wordpress/compose": "~5.12.0",
36
+ "@wordpress/element": "~4.12.0",
37
+ "@wordpress/hooks": "~3.14.0",
38
+ "@wordpress/is-shallow-equal": "~4.14.0",
39
+ "@wordpress/warning": "~2.14.0",
35
40
  "history-with-query": "^4.10.4",
36
41
  "sort-keys": "^4.1.0"
37
42
  },
@@ -48,7 +53,7 @@
48
53
  "publishConfig": {
49
54
  "access": "public"
50
55
  },
51
- "gitHead": "1318b4a3b9a55a5ad2a1d12a23264924f0fcb375",
56
+ "gitHead": "beac6ee777c984fc6ca7e5afee61edaf49510c78",
52
57
  "typescript": {
53
58
  "definition": "lib/index.d.ts"
54
59
  }