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