worker-timers
Advanced tools
Comparing version 7.0.77 to 7.0.78
@@ -18,14 +18,14 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.23.2", | ||
"@babel/runtime": "^7.23.4", | ||
"tslib": "^2.6.2", | ||
"worker-timers-broker": "^6.0.97", | ||
"worker-timers-worker": "^7.0.61" | ||
"worker-timers-broker": "^6.0.98", | ||
"worker-timers-worker": "^7.0.62" | ||
}, | ||
"description": "A replacement for setInterval() and setTimeout() which works in unfocused windows.", | ||
"devDependencies": { | ||
"@babel/cli": "^7.23.0", | ||
"@babel/core": "^7.23.2", | ||
"@babel/plugin-external-helpers": "^7.22.5", | ||
"@babel/plugin-transform-runtime": "^7.23.2", | ||
"@babel/preset-env": "^7.23.2", | ||
"@babel/cli": "^7.23.4", | ||
"@babel/core": "^7.23.3", | ||
"@babel/plugin-external-helpers": "^7.23.3", | ||
"@babel/plugin-transform-runtime": "^7.23.4", | ||
"@babel/preset-env": "^7.23.3", | ||
"@babel/register": "^7.22.15", | ||
@@ -35,3 +35,3 @@ "@commitlint/cli": "^17.8.0", | ||
"@rollup/plugin-babel": "^6.0.4", | ||
"@rollup/plugin-replace": "^5.0.4", | ||
"@rollup/plugin-replace": "^5.0.5", | ||
"babel-loader": "^9.1.3", | ||
@@ -41,4 +41,4 @@ "chai": "^4.3.10", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^8.51.0", | ||
"eslint-config-holy-grail": "^57.2.21", | ||
"eslint": "^8.54.0", | ||
"eslint-config-holy-grail": "^57.2.25", | ||
"grunt": "^1.6.1", | ||
@@ -62,11 +62,11 @@ "grunt-cli": "^1.4.3", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^4.1.4", | ||
"sinon": "^16.1.3", | ||
"rollup": "^4.5.0", | ||
"sinon": "^17.0.1", | ||
"sinon-chai": "^3.7.0", | ||
"terser-webpack-plugin": "^5.3.9", | ||
"ts-loader": "^9.5.0", | ||
"ts-loader": "^9.5.1", | ||
"tsconfig-holy-grail": "^14.0.8", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^55.0.5", | ||
"typescript": "^5.2.2", | ||
"typescript": "^5.3.2", | ||
"webpack": "^5.89.0", | ||
@@ -109,3 +109,3 @@ "webpack-cli": "^5.1.4" | ||
"types": "build/es2019/module.d.ts", | ||
"version": "7.0.77" | ||
"version": "7.0.78" | ||
} |
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
23736
Updated@babel/runtime@^7.23.4
Updatedworker-timers-broker@^6.0.98
Updatedworker-timers-worker@^7.0.62