diff --git a/.nvmrc b/.nvmrc index b06cd07..58a4133 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -12.18.0 +16.13.0 diff --git a/package.json b/package.json index f211abf..641a700 100644 --- a/package.json +++ b/package.json @@ -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": { @@ -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", @@ -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"