worker-timers
Advanced tools
Comparing version 7.0.15 to 7.0.16
@@ -18,6 +18,6 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.13.6", | ||
"@babel/runtime": "^7.13.7", | ||
"tslib": "^2.1.0", | ||
"worker-timers-broker": "^6.0.37", | ||
"worker-timers-worker": "^7.0.10" | ||
"worker-timers-broker": "^6.0.38", | ||
"worker-timers-worker": "^7.0.11" | ||
}, | ||
@@ -28,3 +28,3 @@ "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.6", | ||
"@babel/plugin-transform-runtime": "^7.13.7", | ||
"@babel/preset-env": "^7.13.5", | ||
@@ -68,5 +68,5 @@ "@commitlint/cli": "^12.0.0", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^53.2.4", | ||
"tslint-config-holy-grail": "^53.2.5", | ||
"typescript": "^4.2.2", | ||
"webpack": "^5.24.1" | ||
"webpack": "^5.24.2" | ||
}, | ||
@@ -107,3 +107,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "7.0.15" | ||
"version": "7.0.16" | ||
} |
Updated@babel/runtime@^7.13.7
Updatedworker-timers-broker@^6.0.38
Updatedworker-timers-worker@^7.0.11