worker-timers
Advanced tools
Comparing version 7.0.42 to 7.0.43
@@ -18,15 +18,15 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.16.3", | ||
"@babel/runtime": "^7.16.5", | ||
"tslib": "^2.3.1", | ||
"worker-timers-broker": "^6.0.63", | ||
"worker-timers-worker": "^7.0.30" | ||
"worker-timers-broker": "^6.0.64", | ||
"worker-timers-worker": "^7.0.31" | ||
}, | ||
"description": "A replacement for setInterval() and setTimeout() which works in unfocused windows.", | ||
"devDependencies": { | ||
"@babel/core": "^7.16.0", | ||
"@babel/plugin-external-helpers": "^7.16.0", | ||
"@babel/plugin-transform-runtime": "^7.16.0", | ||
"@babel/preset-env": "^7.16.0", | ||
"@commitlint/cli": "^14.1.0", | ||
"@commitlint/config-angular": "^14.1.0", | ||
"@babel/core": "^7.16.5", | ||
"@babel/plugin-external-helpers": "^7.16.5", | ||
"@babel/plugin-transform-runtime": "^7.16.5", | ||
"@babel/preset-env": "^7.16.5", | ||
"@commitlint/cli": "^15.0.0", | ||
"@commitlint/config-angular": "^15.0.0", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
@@ -39,3 +39,3 @@ "@rollup/plugin-replace": "^3.0.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-holy-grail": "^50.1.18", | ||
"eslint-config-holy-grail": "^50.1.22", | ||
"grunt": "^1.4.1", | ||
@@ -48,3 +48,3 @@ "grunt-cli": "^1.4.3", | ||
"husky": "^7.0.4", | ||
"karma": "^6.3.8", | ||
"karma": "^6.3.9", | ||
"karma-chrome-launcher": "^3.1.0", | ||
@@ -58,10 +58,10 @@ "karma-firefox-launcher": "^2.1.2", | ||
"load-grunt-config": "^4.0.1", | ||
"memfs": "^3.3.0", | ||
"memfs": "^3.4.0", | ||
"mocha": "^9.1.3", | ||
"prettier": "^2.4.1", | ||
"pretty-quick": "^3.1.1", | ||
"rollup": "^2.60.0", | ||
"prettier": "^2.5.1", | ||
"pretty-quick": "^3.1.2", | ||
"rollup": "^2.61.1", | ||
"sinon": "^11.1.2", | ||
"sinon-chai": "^3.7.0", | ||
"terser-webpack-plugin": "^5.2.5", | ||
"terser-webpack-plugin": "^5.3.0", | ||
"ts-loader": "^9.2.6", | ||
@@ -71,4 +71,4 @@ "tsconfig-holy-grail": "^11.1.19", | ||
"tslint-config-holy-grail": "^53.2.25", | ||
"typescript": "^4.4.4", | ||
"webpack": "^5.64.0" | ||
"typescript": "^4.5.4", | ||
"webpack": "^5.65.0" | ||
}, | ||
@@ -104,3 +104,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "7.0.42" | ||
"version": "7.0.43" | ||
} |
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
Updated@babel/runtime@^7.16.5
Updatedworker-timers-broker@^6.0.64
Updatedworker-timers-worker@^7.0.31