@operato/scene-chartjs 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
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@operato/scene-chartjs",
|
3
3
|
"description": "Things Scene ChartJS Component",
|
4
|
-
"version": "9.0.0-beta.
|
4
|
+
"version": "9.0.0-beta.1",
|
5
5
|
"author": "heartyoh",
|
6
6
|
"main": "dist/index.js",
|
7
7
|
"module": "dist/index.js",
|
@@ -46,8 +46,8 @@
|
|
46
46
|
},
|
47
47
|
"devDependencies": {
|
48
48
|
"@hatiolab/prettier-config": "^1.0.0",
|
49
|
-
"@things-factory/builder": "^
|
50
|
-
"@things-factory/operato-board": "^
|
49
|
+
"@things-factory/builder": "^9.0.0-beta",
|
50
|
+
"@things-factory/operato-board": "^9.0.0-beta",
|
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": "6c745ed97d64cb720df566cba0f809f2041b09e8"
|
77
77
|
}
|