Skip to content

Commit

Permalink
Merge branch 'main' into add-npm-rc
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Mallimo authored Jan 10, 2025
2 parents ec64e68 + 99bdb8e commit 36bd6b7
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 12 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [16.6.1](https://github.com/americanexpress/eslint-config-amex/compare/v16.6.0...v16.6.1) (2025-01-10)


### Bug Fixes

* **deps:** use semver for @babel/eslint-parser ([#140](https://github.com/americanexpress/eslint-config-amex/issues/140)) ([af799e2](https://github.com/americanexpress/eslint-config-amex/commit/af799e2d6cf7537237fa6f5f5183a3d9a97142a1))

# [16.6.0](https://github.com/americanexpress/eslint-config-amex/compare/v16.5.0...v16.6.0) (2025-01-10)


Expand Down
30 changes: 20 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-amex",
"version": "16.6.0",
"version": "16.6.1",
"description": "American Express' ESLint config",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"node": ">= 12.0.0"
},
"dependencies": {
"@babel/eslint-parser": "7.16.5",
"@babel/eslint-parser": "^7.25.9",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-eslint-comments": "^3.2.0",
Expand Down

0 comments on commit 36bd6b7

Please sign in to comment.