@operato/scene-chartjs 8.0.0-beta.2 → 9.0.0-beta.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
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": "
|
4
|
+
"version": "9.0.0-beta.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": "^9.0.0-beta",
|
32
32
|
"@material/web": "^2.0.0",
|
33
|
-
"@operato/chart": "^
|
34
|
-
"@operato/utils": "^
|
33
|
+
"@operato/chart": "^9.0.0-beta",
|
34
|
+
"@operato/utils": "^9.0.0-beta",
|
35
35
|
"@webcomponents/template": "^1.5.0",
|
36
36
|
"@webcomponents/webcomponentsjs": "^2.6.0",
|
37
37
|
"chart.js": "^2.9.4",
|
@@ -73,5 +73,5 @@
|
|
73
73
|
"prettier --write"
|
74
74
|
]
|
75
75
|
},
|
76
|
-
"gitHead": "
|
76
|
+
"gitHead": "87f7a74e8b66f6cc6f19b9c75a7c9a03637ab7ac"
|
77
77
|
}
|