@vulcanjs/react-ui 0.6.4 → 0.6.6-alpha.5

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vulcanjs/react-ui",
3
- "version": "0.6.4",
3
+ "version": "0.6.6-alpha.5",
4
4
  "description": "Vulcan UI components for React",
5
5
  "main": "./dist/index.js",
6
6
  "files": [
@@ -21,11 +21,11 @@
21
21
  "license": "MIT",
22
22
  "dependencies": {
23
23
  "@vulcanjs/core": "^0.6.4",
24
- "@vulcanjs/graphql": "^0.6.4",
24
+ "@vulcanjs/graphql": "^0.6.6-alpha.4",
25
25
  "@vulcanjs/i18n": "^0.6.4",
26
26
  "@vulcanjs/model": "^0.6.4",
27
27
  "@vulcanjs/permissions": "^0.6.4",
28
- "@vulcanjs/react-hooks": "^0.6.4",
28
+ "@vulcanjs/react-hooks": "^0.6.6-alpha.4",
29
29
  "@vulcanjs/react-i18n": "^0.6.4",
30
30
  "@vulcanjs/schema": "^0.6.4",
31
31
  "@vulcanjs/utils": "^0.6.4",
@@ -49,5 +49,5 @@
49
49
  "@types/underscore": "^1.11.1",
50
50
  "graphql": "^15.5.0"
51
51
  },
52
- "gitHead": "529fb228c007dcf078767b1798955815fdf52dd9"
52
+ "gitHead": "57b0a080a81106d0dd289b17e7d29f4ba350f112"
53
53
  }