worker-timers
Advanced tools
Comparing version 7.0.35 to 7.0.36
@@ -18,13 +18,13 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.14.8", | ||
"@babel/runtime": "^7.15.3", | ||
"tslib": "^2.3.0", | ||
"worker-timers-broker": "^6.0.56", | ||
"worker-timers-worker": "^7.0.24" | ||
"worker-timers-broker": "^6.0.57", | ||
"worker-timers-worker": "^7.0.25" | ||
}, | ||
"description": "A replacement for setInterval() and setTimeout() which works in unfocused windows.", | ||
"devDependencies": { | ||
"@babel/core": "^7.14.8", | ||
"@babel/core": "^7.15.0", | ||
"@babel/plugin-external-helpers": "^7.14.5", | ||
"@babel/plugin-transform-runtime": "^7.14.5", | ||
"@babel/preset-env": "^7.14.8", | ||
"@babel/plugin-transform-runtime": "^7.15.0", | ||
"@babel/preset-env": "^7.15.0", | ||
"@commitlint/cli": "^13.1.0", | ||
@@ -38,4 +38,4 @@ "@commitlint/config-angular": "^13.1.0", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^7.31.0", | ||
"eslint-config-holy-grail": "^49.0.15", | ||
"eslint": "^7.32.0", | ||
"eslint-config-holy-grail": "^50.0.1", | ||
"grunt": "^1.4.1", | ||
@@ -61,12 +61,12 @@ "grunt-cli": "^1.4.3", | ||
"pretty-quick": "^3.1.1", | ||
"rollup": "^2.55.1", | ||
"rollup": "^2.56.2", | ||
"sinon": "^11.1.2", | ||
"sinon-chai": "^3.7.0", | ||
"terser-webpack-plugin": "^5.1.4", | ||
"ts-loader": "^9.2.4", | ||
"tsconfig-holy-grail": "^11.1.4", | ||
"ts-loader": "^9.2.5", | ||
"tsconfig-holy-grail": "^11.1.6", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^53.2.24", | ||
"typescript": "^4.3.5", | ||
"webpack": "^5.47.1" | ||
"webpack": "^5.50.0" | ||
}, | ||
@@ -102,3 +102,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "7.0.35" | ||
"version": "7.0.36" | ||
} |
26918
Updated@babel/runtime@^7.15.3
Updatedworker-timers-broker@^6.0.57
Updatedworker-timers-worker@^7.0.25