@vulcanjs/react-ui 0.4.6 → 0.4.10

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.4.6",
3
+ "version": "0.4.10",
4
4
  "description": "Vulcan UI components for React",
5
5
  "main": "./dist/index.js",
6
6
  "files": [
@@ -14,16 +14,17 @@
14
14
  "license": "MIT",
15
15
  "dependencies": {
16
16
  "@vulcanjs/core": "^0.4.6",
17
- "@vulcanjs/graphql": "^0.4.6",
18
- "@vulcanjs/i18n": "^0.4.6",
17
+ "@vulcanjs/graphql": "^0.4.10",
18
+ "@vulcanjs/i18n": "^0.4.10",
19
19
  "@vulcanjs/model": "^0.4.6",
20
20
  "@vulcanjs/permissions": "^0.4.6",
21
- "@vulcanjs/react-hooks": "^0.4.6",
21
+ "@vulcanjs/react-hooks": "^0.4.10",
22
22
  "@vulcanjs/schema": "^0.4.6",
23
23
  "@vulcanjs/utils": "^0.4.6",
24
24
  "classnames": "^2.3.1",
25
25
  "debug": "^4.3.1",
26
26
  "lodash": "^4.17.21",
27
+ "react-bootstrap": "^2.0.3",
27
28
  "react-bootstrap-typeahead": "^6.0.0-alpha.4",
28
29
  "simpl-schema": "^1.12.0"
29
30
  },
@@ -39,5 +40,5 @@
39
40
  "@types/underscore": "^1.11.1",
40
41
  "graphql": "^15.5.0"
41
42
  },
42
- "gitHead": "bcbb99e9f39819ad41b773e9faae4d986086d6e1"
43
+ "gitHead": "3cb1ff03750528601e2ccc09edd0b0d55d42fc3e"
43
44
  }