@things-factory/integration-ui 7.0.1-beta.0 → 7.0.1-beta.6

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 +16 -16
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/integration-ui",
3
- "version": "7.0.1-beta.0",
3
+ "version": "7.0.1-beta.6",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -27,21 +27,21 @@
27
27
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
28
28
  },
29
29
  "dependencies": {
30
- "@operato/app": "^2.0.0-alpha.0",
31
- "@operato/data-grist": "^2.0.0-alpha.0",
32
- "@operato/graphql": "^2.0.0-alpha.0",
33
- "@operato/grist-editor": "^2.0.0-alpha.0",
34
- "@operato/help": "^2.0.0-alpha.0",
35
- "@operato/i18n": "^2.0.0-alpha.0",
36
- "@operato/layout": "^2.0.0-alpha.0",
37
- "@operato/moment-timezone-es": "^2.0.0-alpha.0",
38
- "@operato/property-editor": "^2.0.0-alpha.0",
39
- "@operato/styles": "^2.0.0-alpha.0",
40
- "@operato/utils": "^2.0.0-alpha.0",
41
- "@things-factory/export-base": "^7.0.1-beta.0",
42
- "@things-factory/import-base": "^7.0.1-beta.0",
43
- "@things-factory/integration-base": "^7.0.1-beta.0",
30
+ "@operato/app": "^2.0.0-beta.0",
31
+ "@operato/data-grist": "^2.0.0-beta.0",
32
+ "@operato/graphql": "^2.0.0-beta.0",
33
+ "@operato/grist-editor": "^2.0.0-beta.0",
34
+ "@operato/help": "^2.0.0-beta.0",
35
+ "@operato/i18n": "^2.0.0-beta.0",
36
+ "@operato/layout": "^2.0.0-beta.0",
37
+ "@operato/moment-timezone-es": "^2.0.0-beta.0",
38
+ "@operato/property-editor": "^2.0.0-beta.0",
39
+ "@operato/styles": "^2.0.0-beta.0",
40
+ "@operato/utils": "^2.0.0-beta.0",
41
+ "@things-factory/export-base": "^7.0.1-beta.6",
42
+ "@things-factory/import-base": "^7.0.1-beta.6",
43
+ "@things-factory/integration-base": "^7.0.1-beta.6",
44
44
  "d3": "^7.8.5"
45
45
  },
46
- "gitHead": "8cf78ecf64a78972b184dd06788825fc8c56352d"
46
+ "gitHead": "75e27c57d697ebe9df875b6b765a40cb96beed9f"
47
47
  }