@operato/scene-grist 8.0.0-beta.0 → 8.0.0-beta.2

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@operato/scene-grist",
3
3
  "description": "Grist UI component for things-scene",
4
4
  "author": "heartyoh",
5
- "version": "8.0.0-beta.0",
5
+ "version": "8.0.0-beta.2",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
8
8
  "license": "MIT",
@@ -28,14 +28,14 @@
28
28
  },
29
29
  "dependencies": {
30
30
  "@hatiolab/things-scene": "^8.0.0-beta",
31
- "@operato/data-grist": "^8.0.0-alpha",
32
- "@operato/i18n": "^8.0.0-alpha",
31
+ "@operato/data-grist": "^8.0.0-beta",
32
+ "@operato/i18n": "^8.0.0-beta",
33
33
  "ses": "^1.5.0"
34
34
  },
35
35
  "devDependencies": {
36
36
  "@hatiolab/prettier-config": "^1.0.0",
37
- "@things-factory/builder": "^8.0.0-alpha",
38
- "@things-factory/operato-board": "^8.0.0-alpha",
37
+ "@things-factory/builder": "^8.0.0-beta",
38
+ "@things-factory/operato-board": "^8.0.0-beta",
39
39
  "@types/lodash-es": "^4.17.5",
40
40
  "@typescript-eslint/eslint-plugin": "^4.33.0",
41
41
  "@typescript-eslint/parser": "^4.33.0",
@@ -61,5 +61,5 @@
61
61
  "prettier --write"
62
62
  ]
63
63
  },
64
- "gitHead": "b3cf6db1fbdcb9f4feac35560517fec3bb42c493"
64
+ "gitHead": "d6329b4f15ae63c2a99ec5b58ee1d527e88a4c36"
65
65
  }