worker-timers
Advanced tools
Comparing version 7.0.67 to 7.0.68
@@ -18,6 +18,6 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.22.0", | ||
"@babel/runtime": "^7.22.3", | ||
"tslib": "^2.5.2", | ||
"worker-timers-broker": "^6.0.87", | ||
"worker-timers-worker": "^7.0.52" | ||
"worker-timers-broker": "^6.0.88", | ||
"worker-timers-worker": "^7.0.53" | ||
}, | ||
@@ -27,6 +27,6 @@ "description": "A replacement for setInterval() and setTimeout() which works in unfocused windows.", | ||
"@babel/cli": "^7.21.5", | ||
"@babel/core": "^7.22.0", | ||
"@babel/core": "^7.22.1", | ||
"@babel/plugin-external-helpers": "^7.18.6", | ||
"@babel/plugin-transform-runtime": "^7.22.0", | ||
"@babel/preset-env": "^7.22.0", | ||
"@babel/plugin-transform-runtime": "^7.22.2", | ||
"@babel/preset-env": "^7.22.2", | ||
"@babel/register": "^7.21.0", | ||
@@ -102,3 +102,3 @@ "@commitlint/cli": "^17.6.3", | ||
"types": "build/es2019/module.d.ts", | ||
"version": "7.0.67" | ||
"version": "7.0.68" | ||
} |
Updated@babel/runtime@^7.22.3
Updatedworker-timers-broker@^6.0.88
Updatedworker-timers-worker@^7.0.53