@operato/scene-chartjs 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-chartjs",
|
3
3
|
"description": "Things Scene ChartJS Component",
|
4
|
-
"version": "8.0.0
|
4
|
+
"version": "8.0.0",
|
5
5
|
"author": "heartyoh",
|
6
6
|
"main": "dist/index.js",
|
7
7
|
"module": "dist/index.js",
|
@@ -28,10 +28,10 @@
|
|
28
28
|
},
|
29
29
|
"dependencies": {
|
30
30
|
"@ctrl/tinycolor": "^3.1.6",
|
31
|
-
"@hatiolab/things-scene": "^
|
31
|
+
"@hatiolab/things-scene": "^3.4.0",
|
32
32
|
"@material/web": "^2.0.0",
|
33
|
-
"@operato/chart": "^8.0.0
|
34
|
-
"@operato/utils": "^8.0.0
|
33
|
+
"@operato/chart": "^8.0.0",
|
34
|
+
"@operato/utils": "^8.0.0",
|
35
35
|
"@webcomponents/template": "^1.5.0",
|
36
36
|
"@webcomponents/webcomponentsjs": "^2.6.0",
|
37
37
|
"chart.js": "^2.9.4",
|
@@ -46,8 +46,8 @@
|
|
46
46
|
},
|
47
47
|
"devDependencies": {
|
48
48
|
"@hatiolab/prettier-config": "^1.0.0",
|
49
|
-
"@things-factory/builder": "^8.0.0
|
50
|
-
"@things-factory/operato-board": "^8.0.0
|
49
|
+
"@things-factory/builder": "^8.0.0",
|
50
|
+
"@things-factory/operato-board": "^8.0.0",
|
51
51
|
"@types/chart.js": "2.9.34",
|
52
52
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
53
53
|
"@typescript-eslint/parser": "^4.33.0",
|
@@ -73,5 +73,5 @@
|
|
73
73
|
"prettier --write"
|
74
74
|
]
|
75
75
|
},
|
76
|
-
"gitHead": "
|
76
|
+
"gitHead": "606d806afe9351c028c8b8a6726ad7e5da694b18"
|
77
77
|
}
|