@apigames/async-interval
Advanced tools
Comparing version 23.3.4 to 23.3.5
{ | ||
"name": "@apigames/async-interval", | ||
"version": "23.3.4", | ||
"version": "23.3.5", | ||
"description": "Modern version of setInterval for promises and async functions available in Node.js and browsers.", | ||
@@ -72,27 +72,27 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/core": "^7.23.2", | ||
"@babel/plugin-transform-modules-commonjs": "^7.23.0", | ||
"@babel/plugin-transform-runtime": "^7.23.2", | ||
"@babel/preset-env": "^7.23.2", | ||
"@babel/core": "^7.23.9", | ||
"@babel/plugin-transform-modules-commonjs": "^7.23.3", | ||
"@babel/plugin-transform-runtime": "^7.23.9", | ||
"@babel/preset-env": "^7.23.9", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.2", | ||
"@sinonjs/fake-timers": "^11.2.2", | ||
"@types/mocha": "^10.0.4", | ||
"@types/node": "^20.9.0", | ||
"@types/sinon": "^17.0.1", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.11.11", | ||
"@types/sinon": "^17.0.3", | ||
"@types/sinonjs__fake-timers": "^8.1.5", | ||
"@typescript-eslint/eslint-plugin": "^6.10.0", | ||
"@typescript-eslint/parser": "^6.10.0", | ||
"@typescript-eslint/eslint-plugin": "^6.20.0", | ||
"@typescript-eslint/parser": "^6.20.0", | ||
"babel-loader": "^9.1.3", | ||
"eslint": "^8.53.0", | ||
"eslint": "^8.56.0", | ||
"mocha": "^10.2.0", | ||
"nyc": "^15.1.0", | ||
"prettier": "^3.0.3", | ||
"prettier": "^3.2.4", | ||
"rimraf": "^5.0.5", | ||
"sinon": "^17.0.1", | ||
"source-map-support": "^0.5.21", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.2.2", | ||
"webpack": "^5.89.0", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.3", | ||
"webpack": "^5.90.0", | ||
"webpack-cli": "^5.1.4" | ||
} | ||
} |
32181