Skip to content

Commit

Permalink
Merge pull request #439 from arduino/dependabot/npm_and_yarn/eslint-8…
Browse files Browse the repository at this point in the history
….56.0

Bump eslint from 8.55.0 to 8.56.0
  • Loading branch information
per1234 authored Dec 20, 2023
2 parents 2d749b8 + 609eac9 commit 97360d8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 17 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"devDependencies": {
"ajv-cli": "^5.0.0",
"ajv-formats": "^2.1.1",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
Expand Down
2 changes: 1 addition & 1 deletion workflow-templates/check-javascript-task.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co
Add the dependencies by running this command:

```text
npm install --save-dev eslint@^8.55.0 eslint-config-prettier@^9.1.0
npm install --save-dev eslint@^8.56.0 eslint-config-prettier@^9.1.0
npx install-peerdeps --dev eslint-config-airbnb-base
```

Expand Down

0 comments on commit 97360d8

Please sign in to comment.