Skip to content

Commit

Permalink
Dependency upgrade.
Browse files Browse the repository at this point in the history
  • Loading branch information
DirtyHairy committed Jan 17, 2024
1 parent ae9c5b2 commit 7aef442
Show file tree
Hide file tree
Showing 2 changed files with 700 additions and 576 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,22 @@
"index.mjs"
],
"devDependencies": {
"@sinonjs/fake-timers": "^9.1.2",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.14",
"@sinonjs/fake-timers": "^11.2.2",
"@types/mocha": "^10.0.6",
"@types/node": "^20.11.5",
"@types/sinonjs__fake-timers": "^8.1.2",
"@typescript-eslint/eslint-plugin": "^5.36.1",
"@typescript-eslint/parser": "^5.36.1",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"coveralls": "^3.1.1",
"eslint": "^8.23.0",
"import-sort-style-eslint": "^6.0.0",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"prettier": "^2.7.1",
"prettier": "^3.2.4",
"prettier-plugin-import-sort": "^0.0.7",
"rollup": "^2.56.3",
"rollup": "^4.9.5",
"ts-node": "^10.9.1",
"typescript": "^4.8.2"
"typescript": "^5.3.3"
},
"main": "lib/index.js",
"module": "es6/index.js",
Expand Down
Loading

0 comments on commit 7aef442

Please sign in to comment.