Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
No change to logic. This updates dependencies, which includes
shelljs/shelljs#1058.
  • Loading branch information
nfischer committed Jan 8, 2022
1 parent 529c7ea commit 77e5241
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@

node_modules/
npm-debug.log
package-lock.json
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -26,10 +26,10 @@
},
"license": "MIT",
"dependencies": {
"shelljs": "^0.7.0",
"shelljs-plugin-sleep": "^0.1.0"
"shelljs": "^0.8.5",
"shelljs-plugin-sleep": "^0.2.1"
},
"devDependencies": {
"shelljs-release": "^0.2.0"
"shelljs-release": "^0.5.1"
}
}

0 comments on commit 77e5241

Please sign in to comment.