Skip to content

Commit 7714abd

Browse files
committed
1.0.7 release
2 parents 735ea01 + c4d77d6 commit 7714abd

File tree

4 files changed

+44
-40
lines changed

4 files changed

+44
-40
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

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

5+
## [1.0.7] - (February 27, 2024)
6+
7+
* Updated dependencies.
8+
59
## [1.0.6] - (December 21, 2023)
610

711
* Updated dependencies.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ ESLint-plugin-Enact is based on work from ESLint-plugin-React and is licensed un
9999
Unless otherwise specified, all content, including all source code files and
100100
documentation files in this repository are:
101101

102-
Copyright (c) 2016-2023 LG Electronics
102+
Copyright (c) 2016-2024 LG Electronics
103103

104104
Unless otherwise specified or set forth in the NOTICE file, all content,
105105
including all source code files and documentation files in this repository are:

npm-shrinkwrap.json

Lines changed: 37 additions & 37 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
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-enact",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"author": "Jason Robitaille <jason.robitaille@lge.com>",
55
"description": "Enact specific linting rules for ESLint",
66
"main": "index.js",
@@ -39,7 +39,7 @@
3939
],
4040
"license": "Apache-2.0",
4141
"devDependencies": {
42-
"eslint": "^8.54.0",
42+
"eslint": "^8.56.0",
4343
"mocha": "^10.2.0"
4444
}
4545
}

0 commit comments

Comments
 (0)