@vulcanjs/react-ui 0.4.8 → 0.4.9

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.4.8",
3
+ "version": "0.4.9",
4
4
  "description": "Vulcan UI components for React",
5
5
  "main": "./dist/index.js",
6
6
  "files": [
@@ -14,11 +14,11 @@
14
14
  "license": "MIT",
15
15
  "dependencies": {
16
16
  "@vulcanjs/core": "^0.4.6",
17
- "@vulcanjs/graphql": "^0.4.8",
17
+ "@vulcanjs/graphql": "^0.4.9",
18
18
  "@vulcanjs/i18n": "^0.4.7",
19
19
  "@vulcanjs/model": "^0.4.6",
20
20
  "@vulcanjs/permissions": "^0.4.6",
21
- "@vulcanjs/react-hooks": "^0.4.8",
21
+ "@vulcanjs/react-hooks": "^0.4.9",
22
22
  "@vulcanjs/schema": "^0.4.6",
23
23
  "@vulcanjs/utils": "^0.4.6",
24
24
  "classnames": "^2.3.1",
@@ -40,5 +40,5 @@
40
40
  "@types/underscore": "^1.11.1",
41
41
  "graphql": "^15.5.0"
42
42
  },
43
- "gitHead": "1379e911ab431a2f21fce67b14c6c84eca4a9090"
43
+ "gitHead": "5ce775d14caf223f65ae1b9ad299e7826c5e39bd"
44
44
  }