worker-timers
Advanced tools
Comparing version 7.0.37 to 7.0.38
@@ -18,13 +18,13 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.15.3", | ||
"@babel/runtime": "^7.15.4", | ||
"tslib": "^2.3.1", | ||
"worker-timers-broker": "^6.0.58", | ||
"worker-timers-worker": "^7.0.26" | ||
"worker-timers-broker": "^6.0.59", | ||
"worker-timers-worker": "^7.0.27" | ||
}, | ||
"description": "A replacement for setInterval() and setTimeout() which works in unfocused windows.", | ||
"devDependencies": { | ||
"@babel/core": "^7.15.0", | ||
"@babel/core": "^7.15.4", | ||
"@babel/plugin-external-helpers": "^7.14.5", | ||
"@babel/plugin-transform-runtime": "^7.15.0", | ||
"@babel/preset-env": "^7.15.0", | ||
"@babel/preset-env": "^7.15.4", | ||
"@commitlint/cli": "^13.1.0", | ||
@@ -39,3 +39,3 @@ "@commitlint/config-angular": "^13.1.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-holy-grail": "^50.0.1", | ||
"eslint-config-holy-grail": "^50.1.5", | ||
"grunt": "^1.4.1", | ||
@@ -47,3 +47,3 @@ "grunt-cli": "^1.4.3", | ||
"grunt-webpack": "^4.0.3", | ||
"husky": "^7.0.1", | ||
"husky": "^7.0.2", | ||
"karma": "^6.3.4", | ||
@@ -57,17 +57,17 @@ "karma-chrome-launcher": "^3.1.0", | ||
"karma-webpack": "^5.0.0", | ||
"load-grunt-config": "^4.0.0", | ||
"memfs": "^3.2.2", | ||
"mocha": "^9.0.3", | ||
"load-grunt-config": "^4.0.1", | ||
"memfs": "^3.2.4", | ||
"mocha": "^9.1.1", | ||
"prettier": "^2.3.2", | ||
"pretty-quick": "^3.1.1", | ||
"rollup": "^2.56.2", | ||
"rollup": "^2.56.3", | ||
"sinon": "^11.1.2", | ||
"sinon-chai": "^3.7.0", | ||
"terser-webpack-plugin": "^5.1.4", | ||
"terser-webpack-plugin": "^5.2.2", | ||
"ts-loader": "^9.2.5", | ||
"tsconfig-holy-grail": "^11.1.6", | ||
"tsconfig-holy-grail": "^11.1.10", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^53.2.25", | ||
"typescript": "^4.3.5", | ||
"webpack": "^5.50.0" | ||
"typescript": "^4.4.2", | ||
"webpack": "^5.51.2" | ||
}, | ||
@@ -103,3 +103,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "7.0.37" | ||
"version": "7.0.38" | ||
} |
26919
Updated@babel/runtime@^7.15.4
Updatedworker-timers-broker@^6.0.59
Updatedworker-timers-worker@^7.0.27