@operato/scene-half-roundrect 9.0.0-beta.2 → 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,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@operato/scene-half-roundrect",
|
3
|
-
"version": "9.0.0-beta.
|
3
|
+
"version": "9.0.0-beta.7",
|
4
4
|
"type": "module",
|
5
5
|
"description": "Half roundrect component for things-scene",
|
6
6
|
"author": "heartyoh",
|
@@ -38,8 +38,8 @@
|
|
38
38
|
"@typescript-eslint/parser": "^4.33.0",
|
39
39
|
"@web/dev-server": "^0.1.28",
|
40
40
|
"concurrently": "^8.0.1",
|
41
|
-
"eslint": "^
|
42
|
-
"eslint-config-prettier": "^
|
41
|
+
"eslint": "^9.18.0",
|
42
|
+
"eslint-config-prettier": "^10.0.1",
|
43
43
|
"husky": "^8.0.3",
|
44
44
|
"lint-staged": "^13.2.2",
|
45
45
|
"prettier": "^2.4.1",
|
@@ -58,5 +58,5 @@
|
|
58
58
|
"prettier --write"
|
59
59
|
]
|
60
60
|
},
|
61
|
-
"gitHead": "
|
61
|
+
"gitHead": "97e5af48dff339375c9fb2668741276409321b0b"
|
62
62
|
}
|