@operato/scene-grist 8.0.0-beta.3 → 9.0.0-beta.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 +5 -5
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.3",
5
+ "version": "9.0.0-beta.0",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
8
8
  "license": "MIT",
@@ -27,9 +27,9 @@
27
27
  "migration": "things-factory-migration"
28
28
  },
29
29
  "dependencies": {
30
- "@hatiolab/things-scene": "^8.0.0-beta",
31
- "@operato/data-grist": "^8.0.0-beta",
32
- "@operato/i18n": "^8.0.0-beta",
30
+ "@hatiolab/things-scene": "^9.0.0-beta",
31
+ "@operato/data-grist": "^9.0.0-beta",
32
+ "@operato/i18n": "^9.0.0-beta",
33
33
  "ses": "^1.5.0"
34
34
  },
35
35
  "devDependencies": {
@@ -61,5 +61,5 @@
61
61
  "prettier --write"
62
62
  ]
63
63
  },
64
- "gitHead": "43583a48f178cec03937c7a7cf3baa5316306f4d"
64
+ "gitHead": "87f7a74e8b66f6cc6f19b9c75a7c9a03637ab7ac"
65
65
  }