worker-timers
Advanced tools
Comparing version 7.0.18 to 7.0.19
@@ -18,6 +18,6 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.13.8", | ||
"@babel/runtime": "^7.13.9", | ||
"tslib": "^2.1.0", | ||
"worker-timers-broker": "^6.0.40", | ||
"worker-timers-worker": "^7.0.12" | ||
"worker-timers-broker": "^6.0.41", | ||
"worker-timers-worker": "^7.0.13" | ||
}, | ||
@@ -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.8", | ||
"@babel/preset-env": "^7.13.8", | ||
"@babel/plugin-transform-runtime": "^7.13.9", | ||
"@babel/preset-env": "^7.13.9", | ||
"@commitlint/cli": "^12.0.1", | ||
@@ -106,3 +106,3 @@ "@commitlint/config-angular": "^12.0.1", | ||
"types": "build/es2019/module.d.ts", | ||
"version": "7.0.18" | ||
"version": "7.0.19" | ||
} |
Updated@babel/runtime@^7.13.9
Updatedworker-timers-broker@^6.0.41
Updatedworker-timers-worker@^7.0.13