@operato/scene-grist 9.0.0-beta.3 → 9.0.0-beta.5
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
- package/things-scene.config.js +1 -1
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": "9.0.0-beta.
|
5
|
+
"version": "9.0.0-beta.5",
|
6
6
|
"type": "module",
|
7
7
|
"main": "dist/index.js",
|
8
8
|
"module": "dist/index.js",
|
@@ -31,13 +31,13 @@
|
|
31
31
|
"@hatiolab/things-scene": "^9.0.0-beta",
|
32
32
|
"@operato/data-grist": "^9.0.0-beta",
|
33
33
|
"@operato/i18n": "^9.0.0-beta",
|
34
|
+
"lodash-es": "^4.17.21",
|
34
35
|
"ses": "^1.5.0"
|
35
36
|
},
|
36
37
|
"devDependencies": {
|
37
38
|
"@hatiolab/prettier-config": "^1.0.0",
|
38
39
|
"@things-factory/builder": "^9.0.0-beta",
|
39
40
|
"@things-factory/operato-board": "^9.0.0-beta",
|
40
|
-
"@types/lodash-es": "^4.17.5",
|
41
41
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
42
42
|
"@typescript-eslint/parser": "^4.33.0",
|
43
43
|
"@web/dev-server": "^0.1.28",
|
@@ -62,5 +62,5 @@
|
|
62
62
|
"prettier --write"
|
63
63
|
]
|
64
64
|
},
|
65
|
-
"gitHead": "
|
65
|
+
"gitHead": "24abef0d65cfbafc379af73f0ab57560d3349cd1"
|
66
66
|
}
|
package/things-scene.config.js
CHANGED