worker-timers
Advanced tools
Comparing version 7.0.70 to 7.0.71
@@ -18,15 +18,15 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.22.3", | ||
"@babel/runtime": "^7.22.5", | ||
"tslib": "^2.5.3", | ||
"worker-timers-broker": "^6.0.90", | ||
"worker-timers-worker": "^7.0.54" | ||
"worker-timers-broker": "^6.0.91", | ||
"worker-timers-worker": "^7.0.55" | ||
}, | ||
"description": "A replacement for setInterval() and setTimeout() which works in unfocused windows.", | ||
"devDependencies": { | ||
"@babel/cli": "^7.21.5", | ||
"@babel/core": "^7.22.1", | ||
"@babel/plugin-external-helpers": "^7.18.6", | ||
"@babel/plugin-transform-runtime": "^7.22.4", | ||
"@babel/preset-env": "^7.22.4", | ||
"@babel/register": "^7.21.0", | ||
"@babel/cli": "^7.22.5", | ||
"@babel/core": "^7.22.5", | ||
"@babel/plugin-external-helpers": "^7.22.5", | ||
"@babel/plugin-transform-runtime": "^7.22.5", | ||
"@babel/preset-env": "^7.22.5", | ||
"@babel/register": "^7.22.5", | ||
"@commitlint/cli": "^17.6.5", | ||
@@ -41,3 +41,3 @@ "@commitlint/config-angular": "^17.6.5", | ||
"eslint": "^8.42.0", | ||
"eslint-config-holy-grail": "^57.2.7", | ||
"eslint-config-holy-grail": "^57.2.9", | ||
"grunt": "^1.6.1", | ||
@@ -56,3 +56,3 @@ "grunt-cli": "^1.4.3", | ||
"load-grunt-config": "^4.0.1", | ||
"memfs": "^3.5.2", | ||
"memfs": "^3.5.3", | ||
"mocha": "^10.2.0", | ||
@@ -62,3 +62,3 @@ "prettier": "^2.8.8", | ||
"rimraf": "^5.0.1", | ||
"rollup": "^3.23.1", | ||
"rollup": "^3.24.0", | ||
"sinon": "^15.1.0", | ||
@@ -72,4 +72,4 @@ "sinon-chai": "^3.7.0", | ||
"typescript": "^5.1.3", | ||
"webpack": "^5.85.1", | ||
"webpack-cli": "^5.1.3" | ||
"webpack": "^5.86.0", | ||
"webpack-cli": "^5.1.4" | ||
}, | ||
@@ -105,3 +105,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "7.0.70" | ||
"version": "7.0.71" | ||
} |
Updated@babel/runtime@^7.22.5
Updatedworker-timers-broker@^6.0.91
Updatedworker-timers-worker@^7.0.55