Skip to content

Commit

Permalink
WRO-231: Merge feature/webpack5 to develop (#115)
Browse files Browse the repository at this point in the history
* WRN-12124: Remove deprecated babel-eslint module (#111)

* use @babel/eslint-parser

* restore eslint-config-enact version

* Update package.json

Co-authored-by: Mikyung Kim <mikyung27.kim@lge.com>

* Remove unused module

Enact-DCO-1.0-Signed-off-by: Mikyung Kim (mikyung27.kim@lge.com)

Co-authored-by: Mikyung Kim <mikyung27.kim@lge.com>

* WRN-12748: Update eslint 8 related modules in tool repos (#112)

* update eslint 8

* Update package.json

Co-authored-by: Mikyung Kim <mikyung27.kim@lge.com>

* Update package.json

Co-authored-by: Mikyung Kim <mikyung27.kim@lge.com>

Co-authored-by: Mikyung Kim <mikyung27.kim@lge.com>

* update CHANGELOG.md

* Update package.json

* node_js: "node"

Co-authored-by: taeyoung.hong <35059065+hong6316@users.noreply.github.com>
Co-authored-by: taeyoung.hong <taeyoung.hong@lge.com>
  • Loading branch information
3 people committed Apr 11, 2022
1 parent 2c98ef5 commit 10d0b3a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "10"
- "node"
install:
- npm install
script:
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change Log

## [unreleased]

* Updated dependencies includes ESLint 8.

## [0.1.1]

* Initial release.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,15 @@
"webdriverio": "^7.9.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.11.0",
"eslint-config-enact": "^3.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint": "^8.12.0",
"eslint-config-enact": "^4.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-enact": "^0.2.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0"
"eslint-plugin-enact": "^1.0.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.3.0"
}
}

0 comments on commit 10d0b3a

Please sign in to comment.