@operato/scene-label 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 +7 -7
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@operato/scene-label",
|
3
3
|
"description": "Barcode Label component for things-scene",
|
4
|
-
"version": "8.0.0
|
4
|
+
"version": "8.0.0",
|
5
5
|
"license": "MIT",
|
6
6
|
"things-scene": true,
|
7
7
|
"main": "dist/index.js",
|
@@ -27,15 +27,15 @@
|
|
27
27
|
"migration": "things-factory-migration"
|
28
28
|
},
|
29
29
|
"dependencies": {
|
30
|
-
"@hatiolab/things-scene": "^
|
31
|
-
"@operato/barcode": "^8.0.0
|
32
|
-
"@operato/input": "^8.0.0
|
30
|
+
"@hatiolab/things-scene": "^3.4.0",
|
31
|
+
"@operato/barcode": "^8.0.0",
|
32
|
+
"@operato/input": "^8.0.0",
|
33
33
|
"bwip-js": "^4.4.0"
|
34
34
|
},
|
35
35
|
"devDependencies": {
|
36
36
|
"@hatiolab/prettier-config": "^1.0.0",
|
37
|
-
"@things-factory/builder": "^8.0.0
|
38
|
-
"@things-factory/operato-board": "^8.0.0
|
37
|
+
"@things-factory/builder": "^8.0.0",
|
38
|
+
"@things-factory/operato-board": "^8.0.0",
|
39
39
|
"@types/codemirror": "^5.60.5",
|
40
40
|
"@types/w3c-web-usb": "^1.0.5",
|
41
41
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
@@ -62,5 +62,5 @@
|
|
62
62
|
"prettier --write"
|
63
63
|
]
|
64
64
|
},
|
65
|
-
"gitHead": "
|
65
|
+
"gitHead": "606d806afe9351c028c8b8a6726ad7e5da694b18"
|
66
66
|
}
|