@operato/scene-scichart 9.0.0-beta.4 → 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-scichart",
|
3
3
|
"description": "scichart wrapping component",
|
4
|
-
"version": "9.0.0-beta.
|
4
|
+
"version": "9.0.0-beta.7",
|
5
5
|
"type": "module",
|
6
6
|
"license": "MIT",
|
7
7
|
"things-scene": true,
|
@@ -40,8 +40,8 @@
|
|
40
40
|
"@typescript-eslint/parser": "^4.33.0",
|
41
41
|
"@web/dev-server": "^0.1.28",
|
42
42
|
"concurrently": "^8.0.1",
|
43
|
-
"eslint": "^
|
44
|
-
"eslint-config-prettier": "^
|
43
|
+
"eslint": "^9.18.0",
|
44
|
+
"eslint-config-prettier": "^10.0.1",
|
45
45
|
"husky": "^8.0.3",
|
46
46
|
"lint-staged": "^13.2.2",
|
47
47
|
"prettier": "^2.4.1",
|
@@ -60,5 +60,5 @@
|
|
60
60
|
"prettier --write"
|
61
61
|
]
|
62
62
|
},
|
63
|
-
"gitHead": "
|
63
|
+
"gitHead": "97e5af48dff339375c9fb2668741276409321b0b"
|
64
64
|
}
|