worker-timers
Advanced tools
Comparing version 7.0.48 to 7.0.49
@@ -18,14 +18,14 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.18.0", | ||
"@babel/runtime": "^7.18.2", | ||
"tslib": "^2.4.0", | ||
"worker-timers-broker": "^6.0.70", | ||
"worker-timers-worker": "^7.0.37" | ||
"worker-timers-broker": "^6.0.71", | ||
"worker-timers-worker": "^7.0.38" | ||
}, | ||
"description": "A replacement for setInterval() and setTimeout() which works in unfocused windows.", | ||
"devDependencies": { | ||
"@babel/core": "^7.18.0", | ||
"@babel/core": "^7.18.2", | ||
"@babel/plugin-external-helpers": "^7.17.12", | ||
"@babel/plugin-transform-runtime": "^7.18.0", | ||
"@babel/preset-env": "^7.18.0", | ||
"@commitlint/cli": "^17.0.0", | ||
"@babel/plugin-transform-runtime": "^7.18.2", | ||
"@babel/preset-env": "^7.18.2", | ||
"@commitlint/cli": "^17.0.1", | ||
"@commitlint/config-angular": "^17.0.0", | ||
@@ -39,3 +39,3 @@ "@rollup/plugin-babel": "^5.3.1", | ||
"eslint": "^8.16.0", | ||
"eslint-config-holy-grail": "^52.0.13", | ||
"eslint-config-holy-grail": "^52.0.14", | ||
"grunt": "^1.5.3", | ||
@@ -67,3 +67,3 @@ "grunt-cli": "^1.4.3", | ||
"tslint-config-holy-grail": "^53.2.28", | ||
"typescript": "^4.6.4", | ||
"typescript": "^4.7.2", | ||
"webpack": "^5.72.1", | ||
@@ -101,3 +101,3 @@ "webpack-cli": "^4.9.2" | ||
"types": "build/es2019/module.d.ts", | ||
"version": "7.0.48" | ||
"version": "7.0.49" | ||
} |
Updated@babel/runtime@^7.18.2
Updatedworker-timers-broker@^6.0.71
Updatedworker-timers-worker@^7.0.38