Skip to content

Commit

Permalink
6.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hong6316 committed May 18, 2023
2 parents 408e304 + d366da7 commit 7164860
Show file tree
Hide file tree
Showing 5 changed files with 14,079 additions and 54,521 deletions.
7 changes: 7 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ module.exports = {
node: true
},
extends: ['enact', 'plugin:prettier/recommended', 'prettier'],
parserOptions: {
ecmaFeatures: {
jsx: true
},
ecmaVersion: 'latest',
sourceType: 'module'
},
plugins: ['import'],
rules: {
'import/no-unresolved': ['error', {commonjs: true, caseSensitive: true}],
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 6.0.0 (May 18, 2023)

* Updated all dependencies to the latest.
* Updated the minimum version of Node to `14.15.0` and dropped the support for Node 12 and 17.
* Updated `eslint-plugin-react` version to `^7.32.2`.

# 5.1.2 (April 6, 2023)

* Updated dependencies.
Expand Down
Loading

0 comments on commit 7164860

Please sign in to comment.