@apigames/async-interval
Advanced tools
Comparing version 24.1.1 to 24.1.2
{ | ||
"name": "@apigames/async-interval", | ||
"version": "24.1.1", | ||
"version": "24.1.2", | ||
"description": "Modern version of setInterval for promises and async functions available in Node.js and browsers.", | ||
@@ -72,17 +72,17 @@ "repository": { | ||
"devDependencies": { | ||
"@babel/core": "^7.24.0", | ||
"@babel/plugin-transform-modules-commonjs": "^7.23.3", | ||
"@babel/plugin-transform-runtime": "^7.24.0", | ||
"@babel/preset-env": "^7.24.0", | ||
"@babel/core": "^7.24.4", | ||
"@babel/plugin-transform-modules-commonjs": "^7.24.1", | ||
"@babel/plugin-transform-runtime": "^7.24.3", | ||
"@babel/preset-env": "^7.24.4", | ||
"@istanbuljs/nyc-config-typescript": "^1.0.2", | ||
"@sinonjs/fake-timers": "^11.2.2", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.11.24", | ||
"@types/node": "^20.12.4", | ||
"@types/sinon": "^17.0.3", | ||
"@types/sinonjs__fake-timers": "^8.1.5", | ||
"@typescript-eslint/eslint-plugin": "^7.1.0", | ||
"@typescript-eslint/parser": "^7.1.0", | ||
"@typescript-eslint/eslint-plugin": "^7.5.0", | ||
"@typescript-eslint/parser": "^7.5.0", | ||
"babel-loader": "^9.1.3", | ||
"eslint": "^8.57.0", | ||
"mocha": "^10.3.0", | ||
"mocha": "^10.4.0", | ||
"nyc": "^15.1.0", | ||
@@ -94,6 +94,6 @@ "prettier": "^3.2.5", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.3.3", | ||
"webpack": "^5.90.3", | ||
"typescript": "^5.4.4", | ||
"webpack": "^5.91.0", | ||
"webpack-cli": "^5.1.4" | ||
} | ||
} |
32178