Skip to content

Commit

Permalink
dependencies: upgrade pre-commit sub dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-beguin committed Mar 30, 2020
1 parent 288d765 commit 8430219
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 21 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- **grunt** has been upgraded from 1.0.1 to **1.1.0**
- **grunt-cli** has been upgraded from 1.2.0 to **1.3.2**
- **grunt-eslint** has been upgraded from 20.1.0 to **22.0.0**
- **pre-commit** sub dependencies have been upgraded

# 2.0.1 / 2020-01-13

Expand Down
47 changes: 27 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"grunt": "^1.1.0",
"grunt-cli": "^1.3.2",
"grunt-eslint": "^22.0.0",
"pre-commit": "1.2.2"
"pre-commit": "^1.2.2"
},
"scripts": {
"eslint": "grunt eslint"
Expand Down

0 comments on commit 8430219

Please sign in to comment.