worker-timers
Advanced tools
Comparing version 7.0.76 to 7.0.77
@@ -18,6 +18,6 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.23.1", | ||
"@babel/runtime": "^7.23.2", | ||
"tslib": "^2.6.2", | ||
"worker-timers-broker": "^6.0.96", | ||
"worker-timers-worker": "^7.0.60" | ||
"worker-timers-broker": "^6.0.97", | ||
"worker-timers-worker": "^7.0.61" | ||
}, | ||
@@ -27,16 +27,16 @@ "description": "A replacement for setInterval() and setTimeout() which works in unfocused windows.", | ||
"@babel/cli": "^7.23.0", | ||
"@babel/core": "^7.23.0", | ||
"@babel/core": "^7.23.2", | ||
"@babel/plugin-external-helpers": "^7.22.5", | ||
"@babel/plugin-transform-runtime": "^7.22.15", | ||
"@babel/preset-env": "^7.22.20", | ||
"@babel/plugin-transform-runtime": "^7.23.2", | ||
"@babel/preset-env": "^7.23.2", | ||
"@babel/register": "^7.22.15", | ||
"@commitlint/cli": "^17.7.1", | ||
"@commitlint/config-angular": "^17.7.0", | ||
"@rollup/plugin-babel": "^6.0.3", | ||
"@rollup/plugin-replace": "^5.0.2", | ||
"@commitlint/cli": "^17.8.0", | ||
"@commitlint/config-angular": "^17.8.0", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@rollup/plugin-replace": "^5.0.4", | ||
"babel-loader": "^9.1.3", | ||
"chai": "^4.3.9", | ||
"chai": "^4.3.10", | ||
"commitizen": "^4.3.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.50.0", | ||
"eslint": "^8.51.0", | ||
"eslint-config-holy-grail": "^57.2.21", | ||
@@ -56,3 +56,3 @@ "grunt": "^1.6.1", | ||
"load-grunt-config": "^4.0.1", | ||
"memfs": "^4.5.0", | ||
"memfs": "^4.6.0", | ||
"mocha": "^10.2.0", | ||
@@ -62,7 +62,7 @@ "prettier": "^2.8.8", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^3.29.3", | ||
"sinon": "^16.0.0", | ||
"rollup": "^4.1.4", | ||
"sinon": "^16.1.3", | ||
"sinon-chai": "^3.7.0", | ||
"terser-webpack-plugin": "^5.3.9", | ||
"ts-loader": "^9.4.4", | ||
"ts-loader": "^9.5.0", | ||
"tsconfig-holy-grail": "^14.0.8", | ||
@@ -72,3 +72,3 @@ "tslint": "^6.1.3", | ||
"typescript": "^5.2.2", | ||
"webpack": "^5.88.2", | ||
"webpack": "^5.89.0", | ||
"webpack-cli": "^5.1.4" | ||
@@ -110,3 +110,3 @@ }, | ||
"types": "build/es2019/module.d.ts", | ||
"version": "7.0.76" | ||
"version": "7.0.77" | ||
} |
23726
Updated@babel/runtime@^7.23.2
Updatedworker-timers-broker@^6.0.97
Updatedworker-timers-worker@^7.0.61