worker-timers
Advanced tools
Comparing version 7.0.43 to 7.0.44
@@ -18,17 +18,17 @@ { | ||
"dependencies": { | ||
"@babel/runtime": "^7.16.5", | ||
"@babel/runtime": "^7.16.7", | ||
"tslib": "^2.3.1", | ||
"worker-timers-broker": "^6.0.64", | ||
"worker-timers-worker": "^7.0.31" | ||
"worker-timers-broker": "^6.0.65", | ||
"worker-timers-worker": "^7.0.32" | ||
}, | ||
"description": "A replacement for setInterval() and setTimeout() which works in unfocused windows.", | ||
"devDependencies": { | ||
"@babel/core": "^7.16.5", | ||
"@babel/plugin-external-helpers": "^7.16.5", | ||
"@babel/plugin-transform-runtime": "^7.16.5", | ||
"@babel/preset-env": "^7.16.5", | ||
"@commitlint/cli": "^15.0.0", | ||
"@commitlint/config-angular": "^15.0.0", | ||
"@babel/core": "^7.16.7", | ||
"@babel/plugin-external-helpers": "^7.16.7", | ||
"@babel/plugin-transform-runtime": "^7.16.7", | ||
"@babel/preset-env": "^7.16.7", | ||
"@commitlint/cli": "^16.0.1", | ||
"@commitlint/config-angular": "^16.0.0", | ||
"@rollup/plugin-babel": "^5.3.0", | ||
"@rollup/plugin-replace": "^3.0.0", | ||
"@rollup/plugin-replace": "^3.0.1", | ||
"babel-loader": "^8.2.3", | ||
@@ -39,9 +39,7 @@ "chai": "^4.3.4", | ||
"eslint": "^7.32.0", | ||
"eslint-config-holy-grail": "^50.1.22", | ||
"eslint-config-holy-grail": "^50.1.23", | ||
"grunt": "^1.4.1", | ||
"grunt-cli": "^1.4.3", | ||
"grunt-contrib-clean": "^2.0.0", | ||
"grunt-replace": "^2.0.2", | ||
"grunt-sh": "^0.2.0", | ||
"grunt-webpack": "^5.0.0", | ||
"husky": "^7.0.4", | ||
@@ -57,7 +55,7 @@ "karma": "^6.3.9", | ||
"load-grunt-config": "^4.0.1", | ||
"memfs": "^3.4.0", | ||
"memfs": "^3.4.1", | ||
"mocha": "^9.1.3", | ||
"prettier": "^2.5.1", | ||
"pretty-quick": "^3.1.2", | ||
"rollup": "^2.61.1", | ||
"pretty-quick": "^3.1.3", | ||
"rollup": "^2.62.0", | ||
"sinon": "^11.1.2", | ||
@@ -67,7 +65,8 @@ "sinon-chai": "^3.7.0", | ||
"ts-loader": "^9.2.6", | ||
"tsconfig-holy-grail": "^11.1.19", | ||
"tsconfig-holy-grail": "^11.1.22", | ||
"tslint": "^6.1.3", | ||
"tslint-config-holy-grail": "^53.2.25", | ||
"tslint-config-holy-grail": "^53.2.26", | ||
"typescript": "^4.5.4", | ||
"webpack": "^5.65.0" | ||
"webpack": "^5.65.0", | ||
"webpack-cli": "^4.9.1" | ||
}, | ||
@@ -103,3 +102,3 @@ "files": [ | ||
"types": "build/es2019/module.d.ts", | ||
"version": "7.0.43" | ||
"version": "7.0.44" | ||
} |
Sorry, the diff of this file is not supported yet
43
26898
Updated@babel/runtime@^7.16.7
Updatedworker-timers-broker@^6.0.65
Updatedworker-timers-worker@^7.0.32