worker-timers-broker
Advanced tools
Comparing version 5.0.30 to 5.0.31
@@ -12,13 +12,13 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.7.4", | ||
"fast-unique-numbers": "^4.0.14", | ||
"@babel/runtime": "^7.7.6", | ||
"fast-unique-numbers": "^4.0.15", | ||
"tslib": "^1.10.0", | ||
"worker-timers-worker": "^5.0.23" | ||
"worker-timers-worker": "^5.0.24" | ||
}, | ||
"description": "The broker which is used by the worker-timers package.", | ||
"devDependencies": { | ||
"@babel/core": "^7.7.4", | ||
"@babel/core": "^7.7.5", | ||
"@babel/plugin-external-helpers": "^7.7.4", | ||
"@babel/plugin-transform-runtime": "^7.7.4", | ||
"@babel/preset-env": "^7.7.4", | ||
"@babel/plugin-transform-runtime": "^7.7.6", | ||
"@babel/preset-env": "^7.7.6", | ||
"@commitlint/cli": "^8.2.0", | ||
@@ -29,4 +29,4 @@ "@commitlint/config-angular": "^8.2.0", | ||
"cz-conventional-changelog": "^3.0.2", | ||
"eslint": "^6.7.0", | ||
"eslint-config-holy-grail": "^44.0.0", | ||
"eslint": "^6.7.2", | ||
"eslint-config-holy-grail": "^45.0.1", | ||
"grunt": "^1.0.4", | ||
@@ -48,3 +48,3 @@ "grunt-cli": "^1.3.2", | ||
"mocha": "^6.2.2", | ||
"rollup": "^1.27.4", | ||
"rollup": "^1.27.9", | ||
"rollup-plugin-babel": "^4.3.3", | ||
@@ -54,6 +54,6 @@ "sinon": "^7.5.0", | ||
"ts-loader": "^6.2.1", | ||
"tsconfig-holy-grail": "^10.0.29", | ||
"tsconfig-holy-grail": "^10.0.31", | ||
"tslint": "^5.20.1", | ||
"tslint-config-holy-grail": "^47.0.2", | ||
"typescript": "^3.7.2", | ||
"tslint-config-holy-grail": "^47.0.3", | ||
"typescript": "^3.7.3", | ||
"webpack": "^4.41.2" | ||
@@ -86,3 +86,3 @@ }, | ||
"types": "build/es2018/module.d.ts", | ||
"version": "5.0.30" | ||
"version": "5.0.31" | ||
} |
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.7.6
Updatedfast-unique-numbers@^4.0.15
Updatedworker-timers-worker@^5.0.24