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 27a44c8 commit b95fce5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Expand Up @@ -44,7 +44,7 @@
],
"dependencies": {
"flat-zip": "^1.0.1",
"meow": "^5.0.0",
"meow": "^6.1.1",
"unique-random-array": "^2.0.0"
},
"devDependencies": {
Expand All @@ -56,5 +56,10 @@
"compilerOptions": {
"resolveJsonModule": true
}
},
"xo": {
"rules": {
"import/extensions": "off"
}
}
}

0 comments on commit b95fce5

Please sign in to comment.