worker-timers
Advanced tools
Comparing version 7.0.21 to 7.0.22
@@ -19,24 +19,24 @@ { | ||
"@babel/runtime": "^7.13.10", | ||
"tslib": "^2.1.0", | ||
"worker-timers-broker": "^6.0.42", | ||
"worker-timers-worker": "^7.0.14" | ||
"tslib": "^2.2.0", | ||
"worker-timers-broker": "^6.0.43", | ||
"worker-timers-worker": "^7.0.15" | ||
}, | ||
"description": "A replacement for setInterval() and setTimeout() which works in unfocused windows.", | ||
"devDependencies": { | ||
"@babel/core": "^7.13.10", | ||
"@babel/core": "^7.13.14", | ||
"@babel/plugin-external-helpers": "^7.12.13", | ||
"@babel/plugin-transform-runtime": "^7.13.10", | ||
"@babel/preset-env": "^7.13.10", | ||
"@commitlint/cli": "^12.0.1", | ||
"@commitlint/config-angular": "^12.0.1", | ||
"@babel/preset-env": "^7.13.12", | ||
"@commitlint/cli": "^12.1.1", | ||
"@commitlint/config-angular": "^12.1.1", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-replace": "^2.4.1", | ||
"@rollup/plugin-replace": "^2.4.2", | ||
"babel-loader": "^8.2.2", | ||
"chai": "^4.3.3", | ||
"chai": "^4.3.4", | ||
"commitizen": "^4.2.3", | ||
"cz-conventional-changelog": "^3.3.0", | ||
"eslint": "^7.21.0", | ||
"eslint-config-holy-grail": "^49.0.2", | ||
"eslint": "^7.23.0", | ||
"eslint-config-holy-grail": "^49.0.3", | ||
"grunt": "^1.3.0", | ||
"grunt-cli": "^1.3.2", | ||
"grunt-cli": "^1.4.2", | ||
"grunt-contrib-clean": "^2.0.0", | ||
@@ -47,3 +47,3 @@ "grunt-replace": "^2.0.1", | ||
"husky": "^4.3.8", | ||
"karma": "^6.2.0", | ||
"karma": "^6.3.2", | ||
"karma-chrome-launcher": "^3.1.0", | ||
@@ -57,16 +57,16 @@ "karma-firefox-launcher": "^2.1.0", | ||
"load-grunt-config": "^3.0.1", | ||
"memfs": "^3.2.0", | ||
"memfs": "^3.2.2", | ||
"mocha": "^8.3.2", | ||
"prettier": "^2.2.1", | ||
"pretty-quick": "^3.1.0", | ||
"rollup": "^2.41.1", | ||
"sinon": "^9.2.4", | ||
"sinon-chai": "^3.5.0", | ||
"rollup": "^2.44.0", | ||
"sinon": "^10.0.0", | ||
"sinon-chai": "^3.6.0", | ||
"terser-webpack-plugin": "^5.1.1", | ||
"ts-loader": "^8.0.18", | ||
"tsconfig-holy-grail": "^11.0.47", | ||
"ts-loader": "^8.1.0", | ||
"tsconfig-holy-grail": "^11.0.49", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^53.2.8", | ||
"tslint-config-holy-grail": "^53.2.12", | ||
"typescript": "^4.2.3", | ||
"webpack": "^5.25.0" | ||
"webpack": "^5.30.0" | ||
}, | ||
@@ -107,3 +107,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "7.0.21" | ||
"version": "7.0.22" | ||
} |
27252
Updatedtslib@^2.2.0
Updatedworker-timers-broker@^6.0.43
Updatedworker-timers-worker@^7.0.15