Skip to content

Commit

Permalink
Perform minor dependancy bump 📤
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrieanKhisbe committed Jan 2, 2024
1 parent 1a8d9ad commit f992f4a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
{
"files": "test/**/*.test.js",
"rules": {
"import/no-extraneous-dependencies": "off"
"import/no-extraneous-dependencies": "off",
"import/no-unresolved": "off"
}
}
]
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
},
"homepage": "https://github.com/AdrieanKhisbe/bundle-phobia-cli#readme",
"dependencies": {
"bytes": "^3.1.0",
"chalk": "^4.1.1",
"bytes": "^3.1.2",
"chalk": "^4.1.2",
"inquirer": "^7.3.3",
"lodash": "^4.17.21",
"node-fetch": "^2.6.7",
"node-fetch": "^2.7.0",
"ora": "^4.1.1",
"p-map": "^4.0.0",
"read-pkg-up": "^7.0.1",
Expand All @@ -56,7 +56,7 @@
"codecov": "^3.8.2",
"eslint": "^7.32.0",
"nyc": "^15.1.0",
"strip-ansi": "^6.0.0",
"strip-ansi": "^6.0.1",
"yargs-parser": "^18.1.3"
},
"ava": {
Expand Down

0 comments on commit f992f4a

Please sign in to comment.