@vulcanjs/react-ui 0.4.8 → 0.5.0

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.8",
3
+ "version": "0.5.0",
4
4
  "description": "Vulcan UI components for React",
5
5
  "main": "./dist/index.js",
6
6
  "files": [
@@ -8,19 +8,20 @@
8
8
  ],
9
9
  "scripts": {
10
10
  "test": "echo \"Error: no test specified\" && exit 1",
11
- "build": "webpack --config ./webpack.config.js"
11
+ "build": "webpack --config ./webpack.config.js",
12
+ "build:types": "tsc --emitDeclarationOnly --declaration"
12
13
  },
13
14
  "author": "",
14
15
  "license": "MIT",
15
16
  "dependencies": {
16
- "@vulcanjs/core": "^0.4.6",
17
- "@vulcanjs/graphql": "^0.4.8",
18
- "@vulcanjs/i18n": "^0.4.7",
19
- "@vulcanjs/model": "^0.4.6",
20
- "@vulcanjs/permissions": "^0.4.6",
21
- "@vulcanjs/react-hooks": "^0.4.8",
22
- "@vulcanjs/schema": "^0.4.6",
23
- "@vulcanjs/utils": "^0.4.6",
17
+ "@vulcanjs/core": "^0.5.0",
18
+ "@vulcanjs/graphql": "^0.5.0",
19
+ "@vulcanjs/i18n": "^0.5.0",
20
+ "@vulcanjs/model": "^0.5.0",
21
+ "@vulcanjs/permissions": "^0.5.0",
22
+ "@vulcanjs/react-hooks": "^0.5.0",
23
+ "@vulcanjs/schema": "^0.5.0",
24
+ "@vulcanjs/utils": "^0.5.0",
24
25
  "classnames": "^2.3.1",
25
26
  "debug": "^4.3.1",
26
27
  "lodash": "^4.17.21",
@@ -40,5 +41,5 @@
40
41
  "@types/underscore": "^1.11.1",
41
42
  "graphql": "^15.5.0"
42
43
  },
43
- "gitHead": "1379e911ab431a2f21fce67b14c6c84eca4a9090"
44
+ "gitHead": "5f2b9d14a20ed6a4307f126057c4658984481a50"
44
45
  }