Skip to content

Commit

Permalink
Make Mithril no longer request an exact version
Browse files Browse the repository at this point in the history
This will allow Dependabot to do its thing better.
  • Loading branch information
dead-claudia authored Sep 26, 2024
1 parent 06cbbdd commit f24a534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"lint:docs": "node scripts/lint-docs.js"
},
"dependencies": {
"mithril": "2.2.4"
"mithril": "^2"
},
"devDependencies": {
"@babel/parser": "7.25.6",
Expand Down

0 comments on commit f24a534

Please sign in to comment.