Skip to content

Commit a1b25e7

Browse files
committed
chore: update shelljs
No change to logic. This updates the ShellJS peer dependency to the latest release. Test: npm test
1 parent a9b5ffd commit a1b25e7

2 files changed

Lines changed: 135 additions & 93 deletions

File tree

package-lock.json

Lines changed: 133 additions & 91 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@
3434
"eslint-config-airbnb-base": "^13.1.0",
3535
"eslint-plugin-import": "^2.17.3",
3636
"mocha": "^5.2.0",
37-
"shelljs": "^0.9.1",
37+
"shelljs": "^0.10.0",
3838
"shelljs-changelog": "^0.2.6",
3939
"shelljs-release": "^0.5.2",
4040
"should": "^13.2.3"
4141
},
4242
"peerDependencies": {
43-
"shelljs": "^0.9.1"
43+
"shelljs": "^0.10.0"
4444
},
4545
"engines": {
4646
"node": ">=18"

0 commit comments

Comments
 (0)