Skip to content

Commit

Permalink
0.1.0 upgrade deps + node version
Browse files Browse the repository at this point in the history
  • Loading branch information
edwmurph committed Mar 15, 2022
1 parent 551d6df commit 54a2cac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12.18.0
16.13.0
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "upgrade-deps",
"version": "0.0.5",
"version": "0.1.0",
"description": "CLI for automating updating package.json dependencies",
"main": "index.js",
"scripts": {
Expand All @@ -13,10 +13,10 @@
"upgrade-deps": "./bin/cli.js"
},
"dependencies": {
"commander": "8.3.0"
"commander": "9.0.0"
},
"devDependencies": {
"@edwmurph/eslint-config": "1.0.0"
"@edwmurph/eslint-config": "4.0.0"
},
"author": "edward",
"homepage": "https://github.com/edwmurph/upgrade-deps#readme",
Expand All @@ -26,7 +26,7 @@
"url": "git+https://github.com/edwmurph/upgrade-deps.git"
},
"engines": {
"node": ">=12"
"node": ">=16"
},
"bugs": {
"url": "https://github.com/edwmurph/upgrade-deps/issues"
Expand Down

0 comments on commit 54a2cac

Please sign in to comment.