Skip to content

Commit

Permalink
Merge pull request #608 from nyaggah/dependabot-npm_and_yarn-eslint-9…
Browse files Browse the repository at this point in the history
….15.0

fix(deps): bump eslint from 9.13.0 to 9.15.0
  • Loading branch information
JoeyDoey authored Nov 20, 2024
2 parents 2ce26aa + b4e5753 commit e9655d8
Show file tree
Hide file tree
Showing 7 changed files with 151 additions and 128 deletions.
2 changes: 1 addition & 1 deletion examples/devtools-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.10.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/overlay-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.10.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/popup-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.10.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/sidepanel-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.10.2",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/prompts": "^2.4.9",
"commitizen": "^4.3.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-config-bedframe": "workspace:^",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-bedframe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"main": "index.js",
"dependencies": {
"eslint": "^9.13.0",
"eslint": "^9.15.0",
"eslint-config-next": "14.2.15",
"eslint-config-prettier": "^9.1.0",
"eslint-config-turbo": "^2.1.3",
Expand Down
Loading

0 comments on commit e9655d8

Please sign in to comment.