Skip to content

Commit

Permalink
Merge pull request #50 from itslearning/49-UpdateEslintutils
Browse files Browse the repository at this point in the history
Updated eslint-utils to v1.4.1
  • Loading branch information
furstenberg authored Aug 27, 2019
2 parents 786bd4c + bd59299 commit 0ee45b3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v9.6.1] - 27.08.2019

### Changed

- Updated eslint-utils to v1.4.1

## [v9.6.0] - 09.08.2019

### Changed
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@itslearning/protomorph",
"description": "Shared build config for frontend applications",
"version": "9.6.0",
"version": "9.6.1",
"author": "Gavin King <[email protected]>",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -77,6 +77,7 @@
"webpack": "4.27.1"
},
"resolutions": {
"eslint-utils": "1.4.1",
"js-yaml": "^3.13.1",
"lodash": "4.17.14",
"lodash.mergewith": "4.6.2",
Expand Down
9 changes: 6 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2332,9 +2332,12 @@ eslint-scope@^4.0.0, eslint-scope@^4.0.3:
esrecurse "^4.1.0"
estraverse "^4.1.1"

eslint-utils@^1.3.0, eslint-utils@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.3.1.tgz#9a851ba89ee7c460346f97cf8939c7298827e512"
[email protected], eslint-utils@^1.3.0, eslint-utils@^1.3.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-1.4.1.tgz#73f99ce55beebe4d956bfe51cb087bab2399fd9e"
integrity sha512-mRQKp/gEImJj7aP2be4F0cIQMxlgY9em9RFtxDmkwqV3cUKCK/mvso36wGQFJCNnrBKrEMBZkOLDrMSM+BpG3A==
dependencies:
eslint-visitor-keys "^1.0.0"

eslint-visitor-keys@^1.0.0:
version "1.0.0"
Expand Down

0 comments on commit 0ee45b3

Please sign in to comment.