Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jun 15, 2022
1 parent e193fbc commit b1c57ea
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"male"
],
"dependencies": {
"meow": "^5.0.0",
"meow": "^6.1.1",
"unique-random-array": "^2.0.0"
},
"devDependencies": {
Expand All @@ -54,5 +54,10 @@
"compilerOptions": {
"resolveJsonModule": true
}
},
"xo": {
"rules": {
"import/extensions": "off"
}
}
}

0 comments on commit b1c57ea

Please sign in to comment.