Skip to content

Commit

Permalink
[NPM-Dev]: Bump eslint from 8.27.0 to 8.56.0
Browse files Browse the repository at this point in the history
Bumps [eslint](https://github.com/eslint/eslint) from 8.27.0 to 8.56.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.27.0...v8.56.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2023
1 parent 489039e commit d242319
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 108 deletions.
2 changes: 1 addition & 1 deletion apps/landing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/node": "^17.0.45",
"@types/react": "18.2.42",
"@types/react-dom": "18.2.17",
"eslint": "^8.24.0",
"eslint": "^8.56.0",
"eslint-config-next": "^13.0.2",
"typescript": "^5.3.3"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@types/react-lottie": "^1.2.10",
"@types/semver": "^7.3.12",
"@types/w3c-web-serial": "^1.0.2",
"eslint": "8.27.0",
"eslint": "8.56.0",
"eslint-config-custom": "*",
"next-transpile-modules": "10.0.0",
"prettier": "^2.7.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,md,mdx}\""
},
"devDependencies": {
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-config-custom": "latest",
"prettier": "^3.1.1",
"turbo": "^1.11.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-github-release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@docusaurus/types": "^3.0.1",
"@packages/tsconfig": "workspace:*",
"dotenv-vault-core": "^0.6.1",
"eslint": "^8.26.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.7.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/react": "18.2.42",
"@types/react-dom": "18.2.17",
"@typescript-eslint/eslint-plugin": "^5.36.0",
"eslint": "^8.23.0",
"eslint": "^8.56.0",
"eslint-config-custom": "*",
"prettier": "^2.7.1",
"typescript": "^5.3.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^5.36.0",
"eslint": "^8.23.0",
"eslint": "^8.56.0",
"eslint-config-custom": "*",
"prettier": "^2.7.1",
"sass": "^1.56.1",
Expand Down
111 changes: 9 additions & 102 deletions pnpm-lock.yaml

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

0 comments on commit d242319

Please sign in to comment.