@vulcanjs/react-ui 0.6.4-alpha.1 → 0.6.4-alpha.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vulcanjs/react-ui",
3
- "version": "0.6.4-alpha.1",
3
+ "version": "0.6.4-alpha.2",
4
4
  "description": "Vulcan UI components for React",
5
5
  "main": "./dist/index.js",
6
6
  "files": [
@@ -24,11 +24,11 @@
24
24
  "license": "MIT",
25
25
  "dependencies": {
26
26
  "@vulcanjs/core": "^0.6.4-alpha.0",
27
- "@vulcanjs/graphql": "^0.6.4-alpha.1",
27
+ "@vulcanjs/graphql": "^0.6.4-alpha.2",
28
28
  "@vulcanjs/i18n": "^0.6.4-alpha.0",
29
29
  "@vulcanjs/model": "^0.6.4-alpha.0",
30
30
  "@vulcanjs/permissions": "^0.6.4-alpha.0",
31
- "@vulcanjs/react-hooks": "^0.6.4-alpha.1",
31
+ "@vulcanjs/react-hooks": "^0.6.4-alpha.2",
32
32
  "@vulcanjs/react-i18n": "^0.6.4-alpha.0",
33
33
  "@vulcanjs/schema": "^0.6.2",
34
34
  "@vulcanjs/utils": "^0.6.4-alpha.0",
@@ -52,5 +52,5 @@
52
52
  "@types/underscore": "^1.11.1",
53
53
  "graphql": "^15.5.0"
54
54
  },
55
- "gitHead": "433ade1124dc332d62d513e2d3646840825293f0"
55
+ "gitHead": "6fc85d13e84b2940863fe1949338d4f79cf788de"
56
56
  }