worker-timers
Advanced tools
Comparing version 8.0.11 to 8.0.12
@@ -20,8 +20,8 @@ { | ||
"tslib": "^2.8.1", | ||
"worker-timers-broker": "^7.1.7", | ||
"worker-timers-worker": "^8.0.9" | ||
"worker-timers-broker": "^7.1.8", | ||
"worker-timers-worker": "^8.0.10" | ||
}, | ||
"description": "A replacement for setInterval() and setTimeout() which works in unfocused windows.", | ||
"devDependencies": { | ||
"@babel/cli": "^7.25.9", | ||
"@babel/cli": "^7.26.4", | ||
"@babel/core": "^7.26.0", | ||
@@ -32,6 +32,6 @@ "@babel/plugin-external-helpers": "^7.25.9", | ||
"@babel/register": "^7.25.9", | ||
"@commitlint/cli": "^19.5.0", | ||
"@commitlint/config-angular": "^19.5.0", | ||
"@commitlint/cli": "^19.6.1", | ||
"@commitlint/config-angular": "^19.6.0", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@rollup/plugin-replace": "^6.0.1", | ||
"@rollup/plugin-replace": "^6.0.2", | ||
"babel-loader": "^9.2.1", | ||
@@ -42,7 +42,7 @@ "chai": "^4.3.10", | ||
"eslint": "^8.57.0", | ||
"eslint-config-holy-grail": "^60.0.12", | ||
"eslint-config-holy-grail": "^60.0.17", | ||
"grunt": "^1.6.1", | ||
"grunt-cli": "^1.5.0", | ||
"grunt-sh": "^0.2.1", | ||
"husky": "^9.1.6", | ||
"husky": "^9.1.7", | ||
"karma": "^6.4.4", | ||
@@ -56,18 +56,18 @@ "karma-chrome-launcher": "^3.2.0", | ||
"karma-webpack": "^5.0.1", | ||
"lint-staged": "^15.2.10", | ||
"lint-staged": "^15.3.0", | ||
"load-grunt-config": "^4.0.1", | ||
"memfs": "^4.14.0", | ||
"memfs": "^4.15.3", | ||
"mocha": "^10.8.2", | ||
"prettier": "^3.3.3", | ||
"prettier": "^3.4.2", | ||
"rimraf": "^6.0.1", | ||
"rollup": "^4.24.3", | ||
"rollup": "^4.29.1", | ||
"sinon": "^17.0.2", | ||
"sinon-chai": "^3.7.0", | ||
"terser-webpack-plugin": "^5.3.10", | ||
"terser-webpack-plugin": "^5.3.11", | ||
"ts-loader": "^9.5.1", | ||
"tsconfig-holy-grail": "^15.0.1", | ||
"tsconfig-holy-grail": "^15.0.2", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^56.0.5", | ||
"typescript": "^5.6.3", | ||
"webpack": "^5.96.1", | ||
"tslint-config-holy-grail": "^56.0.6", | ||
"typescript": "^5.7.2", | ||
"webpack": "^5.97.1", | ||
"webpack-cli": "^5.1.4" | ||
@@ -109,3 +109,3 @@ }, | ||
"types": "build/es2019/module.d.ts", | ||
"version": "8.0.11" | ||
"version": "8.0.12" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Updatedworker-timers-broker@^7.1.8
Updatedworker-timers-worker@^8.0.10