Skip to content

Commit

Permalink
1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hong6316 committed May 30, 2022
1 parent 6131fc9 commit f5ad9cb
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 127 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The following is a curated list of changes in the Enact eslint plugin:

## [unreleased]
## [1.0.1] - (May 30, 2022)

* Updated the `lockfileVersion` of npm-shrinkwrap file to v2.

Expand Down
163 changes: 42 additions & 121 deletions npm-shrinkwrap.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-enact",
"version": "1.0.0",
"version": "1.0.1",
"author": "Jason Robitaille <[email protected]>",
"description": "Enact specific linting rules for ESLint",
"main": "index.js",
Expand All @@ -21,8 +21,8 @@
"bugs": "https://github.com/enactjs/eslint-plugin-enact/issues",
"dependencies": {
"doctrine": "^3.0.0",
"jsx-ast-utils": "^3.2.2",
"minimatch": "^5.0.1"
"jsx-ast-utils": "^3.3.0",
"minimatch": "^5.1.0"
},
"peerDependencies": {
"eslint": ">=8.0.0"
Expand All @@ -39,7 +39,7 @@
],
"license": "Apache-2.0",
"devDependencies": {
"eslint": "^8.12.0",
"mocha": "^9.2.2"
"eslint": "^8.16.0",
"mocha": "^10.0.0"
}
}

0 comments on commit f5ad9cb

Please sign in to comment.