@apigames/async-interval
Advanced tools
Comparing version 23.2.1 to 23.2.2
{ | ||
"name": "@apigames/async-interval", | ||
"version": "23.2.1", | ||
"version": "23.2.2", | ||
"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.21.4", | ||
"@babel/plugin-transform-modules-commonjs": "^7.21.2", | ||
"@babel/plugin-transform-runtime": "^7.21.4", | ||
"@babel/preset-env": "^7.21.4", | ||
"@babel/core": "^7.22.5", | ||
"@babel/plugin-transform-modules-commonjs": "^7.22.5", | ||
"@babel/plugin-transform-runtime": "^7.22.5", | ||
"@babel/preset-env": "^7.22.5", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.2", | ||
"@sinonjs/fake-timers": "^10.0.2", | ||
"@sinonjs/fake-timers": "^11.0.0", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.15.13", | ||
"@types/sinon": "^10.0.14", | ||
"@types/node": "^20.3.1", | ||
"@types/sinon": "^10.0.15", | ||
"@types/sinonjs__fake-timers": "^8.1.2", | ||
"@typescript-eslint/eslint-plugin": "^5.59.0", | ||
"@typescript-eslint/parser": "^5.59.0", | ||
"@typescript-eslint/eslint-plugin": "^5.59.11", | ||
"@typescript-eslint/parser": "^5.59.11", | ||
"babel-loader": "^9.1.2", | ||
"eslint": "^8.38.0", | ||
"eslint": "^8.42.0", | ||
"mocha": "^10.2.0", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.8.7", | ||
"rimraf": "^3.0.2", | ||
"sinon": "^15.0.4", | ||
"prettier": "^2.8.8", | ||
"rimraf": "^5.0.1", | ||
"sinon": "^15.1.2", | ||
"source-map-support": "^0.5.21", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.0.4", | ||
"webpack": "^5.80.0", | ||
"webpack-cli": "^5.0.2" | ||
"typescript": "^5.1.3", | ||
"webpack": "^5.87.0", | ||
"webpack-cli": "^5.1.4" | ||
} | ||
} |