Skip to content

Commit

Permalink
dependencies bump for the dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
qbunt committed Nov 22, 2024
1 parent c5e57cd commit 9c0b6c4
Show file tree
Hide file tree
Showing 2 changed files with 2,200 additions and 3,574 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "romans",
"version": "2.0.16",
"version": "2.0.18",
"description": "A small, no-dependency lib for converting to and from roman numerals",
"main": "romans.js",
"types": "romans.d.ts",
Expand All @@ -26,8 +26,8 @@
},
"homepage": "https://github.com/qbunt/romanize#readme",
"devDependencies": {
"eslint": "^8.49.0",
"jest": "^24.9.0",
"prettier": "^2.8.8"
"eslint": "^9.15.0",
"jest": "^29.7.0",
"prettier": "^3.3.3"
}
}
Loading

0 comments on commit 9c0b6c4

Please sign in to comment.