worker-timers
Advanced tools
Comparing version 7.1.6 to 7.1.7
@@ -18,6 +18,6 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.24.1", | ||
"@babel/runtime": "^7.24.4", | ||
"tslib": "^2.6.2", | ||
"worker-timers-broker": "^6.1.6", | ||
"worker-timers-worker": "^7.0.69" | ||
"worker-timers-broker": "^6.1.7", | ||
"worker-timers-worker": "^7.0.70" | ||
}, | ||
@@ -27,6 +27,6 @@ "description": "A replacement for setInterval() and setTimeout() which works in unfocused windows.", | ||
"@babel/cli": "^7.24.1", | ||
"@babel/core": "^7.24.3", | ||
"@babel/core": "^7.24.4", | ||
"@babel/plugin-external-helpers": "^7.24.1", | ||
"@babel/plugin-transform-runtime": "^7.24.3", | ||
"@babel/preset-env": "^7.24.3", | ||
"@babel/preset-env": "^7.24.4", | ||
"@babel/register": "^7.23.7", | ||
@@ -42,3 +42,3 @@ "@commitlint/cli": "^18.6.1", | ||
"eslint": "^8.57.0", | ||
"eslint-config-holy-grail": "^59.0.2", | ||
"eslint-config-holy-grail": "^59.0.3", | ||
"grunt": "^1.6.1", | ||
@@ -58,7 +58,7 @@ "grunt-cli": "^1.4.3", | ||
"load-grunt-config": "^4.0.1", | ||
"memfs": "^4.8.0", | ||
"memfs": "^4.8.1", | ||
"mocha": "^10.4.0", | ||
"prettier": "^3.2.5", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^4.13.2", | ||
"rollup": "^4.14.1", | ||
"sinon": "^17.0.1", | ||
@@ -71,3 +71,3 @@ "sinon-chai": "^3.7.0", | ||
"tslint-config-holy-grail": "^56.0.1", | ||
"typescript": "^5.4.3", | ||
"typescript": "^5.4.4", | ||
"webpack": "^5.91.0", | ||
@@ -110,3 +110,3 @@ "webpack-cli": "^5.1.4" | ||
"types": "build/es2019/module.d.ts", | ||
"version": "7.1.6" | ||
"version": "7.1.7" | ||
} |
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
23848
Updated@babel/runtime@^7.24.4
Updatedworker-timers-broker@^6.1.7
Updatedworker-timers-worker@^7.0.70