@operato/scene-grist 9.0.0-beta.0 → 9.0.0-beta.1
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
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.1",
|
6
6
|
"main": "dist/index.js",
|
7
7
|
"module": "dist/index.js",
|
8
8
|
"license": "MIT",
|
@@ -34,8 +34,8 @@
|
|
34
34
|
},
|
35
35
|
"devDependencies": {
|
36
36
|
"@hatiolab/prettier-config": "^1.0.0",
|
37
|
-
"@things-factory/builder": "^
|
38
|
-
"@things-factory/operato-board": "^
|
37
|
+
"@things-factory/builder": "^9.0.0-beta",
|
38
|
+
"@things-factory/operato-board": "^9.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": "
|
64
|
+
"gitHead": "6c745ed97d64cb720df566cba0f809f2041b09e8"
|
65
65
|
}
|