worker-timers
Advanced tools
Comparing version 7.0.14 to 7.0.15
@@ -18,6 +18,6 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.13.2", | ||
"@babel/runtime": "^7.13.6", | ||
"tslib": "^2.1.0", | ||
"worker-timers-broker": "^6.0.35", | ||
"worker-timers-worker": "^7.0.9" | ||
"worker-timers-broker": "^6.0.37", | ||
"worker-timers-worker": "^7.0.10" | ||
}, | ||
@@ -28,4 +28,4 @@ "description": "A replacement for setInterval() and setTimeout() which works in unfocused windows.", | ||
"@babel/plugin-external-helpers": "^7.12.13", | ||
"@babel/plugin-transform-runtime": "^7.13.2", | ||
"@babel/preset-env": "^7.13.0", | ||
"@babel/plugin-transform-runtime": "^7.13.6", | ||
"@babel/preset-env": "^7.13.5", | ||
"@commitlint/cli": "^12.0.0", | ||
@@ -44,3 +44,3 @@ "@commitlint/config-angular": "^12.0.0", | ||
"grunt-contrib-clean": "^2.0.0", | ||
"grunt-replace": "^1.0.1", | ||
"grunt-replace": "^2.0.0", | ||
"grunt-sh": "^0.2.0", | ||
@@ -70,4 +70,4 @@ "grunt-webpack": "^4.0.2", | ||
"tslint-config-holy-grail": "^53.2.4", | ||
"typescript": "^4.1.5", | ||
"webpack": "^5.24.0" | ||
"typescript": "^4.2.2", | ||
"webpack": "^5.24.1" | ||
}, | ||
@@ -108,3 +108,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "7.0.14" | ||
"version": "7.0.15" | ||
} |
27233
342477
Updated@babel/runtime@^7.13.6
Updatedworker-timers-broker@^6.0.37
Updatedworker-timers-worker@^7.0.10