Skip to content

Commit

Permalink
run npx npm-check-updates -u to upgrade all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanspeck committed Nov 6, 2024
1 parent 7e22472 commit 5786278
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 22 deletions.
35 changes: 19 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
},
"license": "MIT",
"dependencies": {
"commander": "^12.0.0"
"commander": "^12.1.0"
},
"devDependencies": {
"concurrently": "^9.0.0",
"eslint": "^9.4.0",
"concurrently": "^9.1.0",
"eslint": "^9.14.0",
"eslint-config-eslint": "^11.0.0",
"eslint-plugin-jest": "^28.5.0",
"husky": "^9.0.6",
"jest": "^29.1.2",
"eslint-plugin-jest": "^28.9.0",
"husky": "^9.1.6",
"jest": "^29.7.0",
"jison": "^0.4.18",
"onchange": "^7.1.0"
},
Expand Down

0 comments on commit 5786278

Please sign in to comment.