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

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-alpha.1",
3
+ "version": "0.6.4",
4
4
  "description": "Vulcan UI components for React",
5
5
  "main": "./dist/index.js",
6
6
  "files": [
@@ -15,23 +15,20 @@
15
15
  "test": "echo \"Error: no test specified\" && exit 1",
16
16
  "build": "yarn run build:tsup",
17
17
  "build:tsup": "tsup",
18
- "build:types": "tsc --emitDeclarationOnly --declaration --project tsconfig.build.json ",
19
- "build:esm": "# TODO: not working, as it replaces import by 'require' in jsx # esbuild index.ts --outdir=dist --sourcemap --bundle --minify --platform=neutral --out-extension:.js=.mjs --main-fields=module,main,browser --external:tty --external:graphql --external:react --external:react-dom",
20
- "build:cjs": "# TODO: not working as expected # esbuild index.ts --outdir=dist --sourcemap --bundle --minify --platform=node --out-extension:.js=.cjs --external:tty --external:graphql --external:react --external:react-dom",
21
- "build:webpack": "webpack --config ./webpack.config.js"
18
+ "build:types": "tsc --emitDeclarationOnly --declaration --project tsconfig.build.json "
22
19
  },
23
20
  "author": "",
24
21
  "license": "MIT",
25
22
  "dependencies": {
26
- "@vulcanjs/core": "^0.6.4-alpha.0",
27
- "@vulcanjs/graphql": "^0.6.4-alpha.1",
28
- "@vulcanjs/i18n": "^0.6.4-alpha.0",
29
- "@vulcanjs/model": "^0.6.4-alpha.0",
30
- "@vulcanjs/permissions": "^0.6.4-alpha.0",
31
- "@vulcanjs/react-hooks": "^0.6.4-alpha.1",
32
- "@vulcanjs/react-i18n": "^0.6.4-alpha.0",
33
- "@vulcanjs/schema": "^0.6.2",
34
- "@vulcanjs/utils": "^0.6.4-alpha.0",
23
+ "@vulcanjs/core": "^0.6.4",
24
+ "@vulcanjs/graphql": "^0.6.4",
25
+ "@vulcanjs/i18n": "^0.6.4",
26
+ "@vulcanjs/model": "^0.6.4",
27
+ "@vulcanjs/permissions": "^0.6.4",
28
+ "@vulcanjs/react-hooks": "^0.6.4",
29
+ "@vulcanjs/react-i18n": "^0.6.4",
30
+ "@vulcanjs/schema": "^0.6.4",
31
+ "@vulcanjs/utils": "^0.6.4",
35
32
  "classnames": "^2.3.1",
36
33
  "debug": "^4.3.1",
37
34
  "lodash": "^4.17.21",
@@ -52,5 +49,5 @@
52
49
  "@types/underscore": "^1.11.1",
53
50
  "graphql": "^15.5.0"
54
51
  },
55
- "gitHead": "433ade1124dc332d62d513e2d3646840825293f0"
52
+ "gitHead": "529fb228c007dcf078767b1798955815fdf52dd9"
56
53
  }