worker-timers
Advanced tools
Comparing version 7.0.62 to 7.0.63
@@ -18,17 +18,17 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.20.13", | ||
"@babel/runtime": "^7.21.0", | ||
"tslib": "^2.5.0", | ||
"worker-timers-broker": "^6.0.82", | ||
"worker-timers-worker": "^7.0.48" | ||
"worker-timers-broker": "^6.0.83", | ||
"worker-timers-worker": "^7.0.49" | ||
}, | ||
"description": "A replacement for setInterval() and setTimeout() which works in unfocused windows.", | ||
"devDependencies": { | ||
"@babel/cli": "^7.20.7", | ||
"@babel/core": "^7.20.12", | ||
"@babel/cli": "^7.21.0", | ||
"@babel/core": "^7.21.0", | ||
"@babel/plugin-external-helpers": "^7.18.6", | ||
"@babel/plugin-transform-runtime": "^7.19.6", | ||
"@babel/plugin-transform-runtime": "^7.21.0", | ||
"@babel/preset-env": "^7.20.2", | ||
"@babel/register": "^7.18.9", | ||
"@commitlint/cli": "^17.4.2", | ||
"@commitlint/config-angular": "^17.4.2", | ||
"@babel/register": "^7.21.0", | ||
"@commitlint/cli": "^17.4.4", | ||
"@commitlint/config-angular": "^17.4.4", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
@@ -40,4 +40,4 @@ "@rollup/plugin-replace": "^5.0.2", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.33.0", | ||
"eslint-config-holy-grail": "^55.0.5", | ||
"eslint": "^8.35.0", | ||
"eslint-config-holy-grail": "^55.0.12", | ||
"grunt": "^1.6.1", | ||
@@ -58,6 +58,6 @@ "grunt-cli": "^1.4.3", | ||
"mocha": "^10.2.0", | ||
"prettier": "^2.8.3", | ||
"prettier": "^2.8.4", | ||
"pretty-quick": "^3.1.3", | ||
"rimraf": "^4.1.2", | ||
"rollup": "^3.12.0", | ||
"rollup": "^3.17.3", | ||
"sinon": "^15.0.1", | ||
@@ -103,3 +103,3 @@ "sinon-chai": "^3.7.0", | ||
"types": "build/es2019/module.d.ts", | ||
"version": "7.0.62" | ||
"version": "7.0.63" | ||
} |
23044
Updated@babel/runtime@^7.21.0
Updatedworker-timers-broker@^6.0.83
Updatedworker-timers-worker@^7.0.49