Skip to content

Commit aea3cda

Browse files
Bump shelljs and jshint (#80)
Removes [shelljs](https://github.com/shelljs/shelljs). It's no longer used after updating ancestor dependency [jshint](https://github.com/jshint/jshint). These dependencies need to be updated together. Removes `shelljs` Updates `jshint` from 2.8.0 to 2.13.6 - [Release notes](https://github.com/jshint/jshint/releases) - [Changelog](https://github.com/jshint/jshint/blob/main/CHANGELOG.md) - [Commits](jshint/jshint@2.8.0...2.13.6) --- updated-dependencies: - dependency-name: shelljs dependency-type: indirect - dependency-name: jshint dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9dcec9c commit aea3cda

File tree

2 files changed

+28
-53
lines changed

2 files changed

+28
-53
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"jscs": "2.8.0",
22-
"jshint": "2.8.0",
22+
"jshint": "2.13.6",
2323
"mocha": "10.2.0",
2424
"should": "8.2.1"
2525
},

0 commit comments

Comments
 (0)