@operato/scene-chartjs 9.0.0-beta.5 → 9.0.0-beta.7
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.7",
|
5
5
|
"type": "module",
|
6
6
|
"author": "heartyoh",
|
7
7
|
"main": "dist/index.js",
|
@@ -56,8 +56,8 @@
|
|
56
56
|
"@typescript-eslint/parser": "^4.33.0",
|
57
57
|
"@web/dev-server": "^0.1.28",
|
58
58
|
"concurrently": "^8.0.1",
|
59
|
-
"eslint": "^
|
60
|
-
"eslint-config-prettier": "^
|
59
|
+
"eslint": "^9.18.0",
|
60
|
+
"eslint-config-prettier": "^10.0.1",
|
61
61
|
"husky": "^8.0.3",
|
62
62
|
"lint-staged": "^13.2.2",
|
63
63
|
"prettier": "^2.4.1",
|
@@ -76,5 +76,5 @@
|
|
76
76
|
"prettier --write"
|
77
77
|
]
|
78
78
|
},
|
79
|
-
"gitHead": "
|
79
|
+
"gitHead": "97e5af48dff339375c9fb2668741276409321b0b"
|
80
80
|
}
|