@vulcanjs/react-ui 0.6.6 → 0.6.7

Sign up to get free protection for your applications and to get access to all the features.
File without changes
package/dist/testing.d.ts CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vulcanjs/react-ui",
3
- "version": "0.6.6",
3
+ "version": "0.6.7",
4
4
  "description": "Vulcan UI components for React",
5
5
  "main": "./dist/index.js",
6
6
  "files": [
@@ -28,15 +28,15 @@
28
28
  "author": "",
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
- "@vulcanjs/core": "^0.6.4",
32
- "@vulcanjs/graphql": "^0.6.6",
33
- "@vulcanjs/i18n": "^0.6.4",
34
- "@vulcanjs/model": "^0.6.4",
35
- "@vulcanjs/permissions": "^0.6.4",
36
- "@vulcanjs/react-hooks": "^0.6.6",
37
- "@vulcanjs/react-i18n": "^0.6.4",
38
- "@vulcanjs/schema": "^0.6.4",
39
- "@vulcanjs/utils": "^0.6.4",
31
+ "@vulcanjs/core": "^0.6.7",
32
+ "@vulcanjs/graphql": "^0.6.7",
33
+ "@vulcanjs/i18n": "^0.6.7",
34
+ "@vulcanjs/model": "^0.6.7",
35
+ "@vulcanjs/permissions": "^0.6.7",
36
+ "@vulcanjs/react-hooks": "^0.6.7",
37
+ "@vulcanjs/react-i18n": "^0.6.7",
38
+ "@vulcanjs/schema": "^0.6.7",
39
+ "@vulcanjs/utils": "^0.6.7",
40
40
  "classnames": "^2.3.1",
41
41
  "debug": "^4.3.1",
42
42
  "lodash": "^4.17.21",
@@ -44,6 +44,7 @@
44
44
  },
45
45
  "peerDependencies": {
46
46
  "@apollo/client": "^3.5.5",
47
+ "graphql": "^15.5.0",
47
48
  "react": "^17.0.1",
48
49
  "react-dom": "^17.0.1"
49
50
  },
@@ -52,8 +53,7 @@
52
53
  },
53
54
  "devDependencies": {
54
55
  "@types/lodash": "^4.14.168",
55
- "@types/underscore": "^1.11.1",
56
- "graphql": "^15.5.0"
56
+ "@types/underscore": "^1.11.1"
57
57
  },
58
- "gitHead": "021a9442ca1c2f23b10cd299cf73284c609b8fcd"
58
+ "gitHead": "34f2560bcc64f46c510363f2df1e1bff5b464a66"
59
59
  }