@operato/scene-legend 8.0.0-beta.2 → 8.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@operato/scene-legend",
|
3
3
|
"description": "Legend component for things-scene.",
|
4
4
|
"author": "heartyoh",
|
5
|
-
"version": "8.0.0
|
5
|
+
"version": "8.0.0",
|
6
6
|
"main": "dist/index.js",
|
7
7
|
"module": "dist/index.js",
|
8
8
|
"license": "MIT",
|
@@ -27,14 +27,14 @@
|
|
27
27
|
"migration": "things-factory-migration"
|
28
28
|
},
|
29
29
|
"dependencies": {
|
30
|
-
"@hatiolab/things-scene": "^
|
31
|
-
"@operato/i18n": "^8.0.0
|
30
|
+
"@hatiolab/things-scene": "^3.4.0",
|
31
|
+
"@operato/i18n": "^8.0.0",
|
32
32
|
"lit": "^3.1.2"
|
33
33
|
},
|
34
34
|
"devDependencies": {
|
35
35
|
"@hatiolab/prettier-config": "^1.0.0",
|
36
|
-
"@things-factory/builder": "^8.0.0
|
37
|
-
"@things-factory/operato-board": "^8.0.0
|
36
|
+
"@things-factory/builder": "^8.0.0",
|
37
|
+
"@things-factory/operato-board": "^8.0.0",
|
38
38
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
39
39
|
"@typescript-eslint/parser": "^4.33.0",
|
40
40
|
"@web/dev-server": "^0.1.28",
|
@@ -59,5 +59,5 @@
|
|
59
59
|
"prettier --write"
|
60
60
|
]
|
61
61
|
},
|
62
|
-
"gitHead": "
|
62
|
+
"gitHead": "606d806afe9351c028c8b8a6726ad7e5da694b18"
|
63
63
|
}
|