Skip to content

Commit 54a2cac

Browse files
committed
0.1.0 upgrade deps + node version
1 parent 551d6df commit 54a2cac

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.nvmrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.18.0
1+
16.13.0

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "upgrade-deps",
3-
"version": "0.0.5",
3+
"version": "0.1.0",
44
"description": "CLI for automating updating package.json dependencies",
55
"main": "index.js",
66
"scripts": {
@@ -13,10 +13,10 @@
1313
"upgrade-deps": "./bin/cli.js"
1414
},
1515
"dependencies": {
16-
"commander": "8.3.0"
16+
"commander": "9.0.0"
1717
},
1818
"devDependencies": {
19-
"@edwmurph/eslint-config": "1.0.0"
19+
"@edwmurph/eslint-config": "4.0.0"
2020
},
2121
"author": "edward",
2222
"homepage": "https://github.com/edwmurph/upgrade-deps#readme",
@@ -26,7 +26,7 @@
2626
"url": "git+https://github.com/edwmurph/upgrade-deps.git"
2727
},
2828
"engines": {
29-
"node": ">=12"
29+
"node": ">=16"
3030
},
3131
"bugs": {
3232
"url": "https://github.com/edwmurph/upgrade-deps/issues"

0 commit comments

Comments
 (0)