worker-timers 8.0.15 → 8.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"dependencies": {
|
|
18
18
|
"@babel/runtime": "^7.26.9",
|
|
19
19
|
"tslib": "^2.8.1",
|
|
20
|
-
"worker-timers-broker": "^8.0.
|
|
21
|
-
"worker-timers-worker": "^9.0.
|
|
20
|
+
"worker-timers-broker": "^8.0.2",
|
|
21
|
+
"worker-timers-worker": "^9.0.2"
|
|
22
22
|
},
|
|
23
23
|
"description": "A replacement for setInterval() and setTimeout() which works in unfocused windows.",
|
|
24
24
|
"devDependencies": {
|
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
"commitizen": "^4.3.1",
|
|
38
38
|
"cz-conventional-changelog": "^3.3.0",
|
|
39
39
|
"eslint": "^8.57.0",
|
|
40
|
-
"eslint-config-holy-grail": "^60.0.
|
|
40
|
+
"eslint-config-holy-grail": "^60.0.19",
|
|
41
41
|
"grunt": "^1.6.1",
|
|
42
42
|
"grunt-cli": "^1.5.0",
|
|
43
43
|
"grunt-sh": "^0.2.1",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"load-grunt-config": "^4.0.1",
|
|
55
55
|
"memfs": "^4.17.0",
|
|
56
56
|
"mocha": "^10.8.2",
|
|
57
|
-
"prettier": "^3.5.
|
|
57
|
+
"prettier": "^3.5.2",
|
|
58
58
|
"rimraf": "^6.0.1",
|
|
59
59
|
"rollup": "^4.34.8",
|
|
60
60
|
"sinon": "^17.0.2",
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
"test": "grunt lint && grunt test"
|
|
103
103
|
},
|
|
104
104
|
"types": "build/es2019/module.d.ts",
|
|
105
|
-
"version": "8.0.
|
|
105
|
+
"version": "8.0.16"
|
|
106
106
|
}
|