@things-factory/integration-ui 7.1.0 → 8.0.0-alpha.0

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