Skip to content

Commit

Permalink
chore(deps): Add missing eslint dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lordrip committed Sep 10, 2024
1 parent e8354d0 commit 948a9bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ui-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.35.2",
"eslint-plugin-react-hooks": "5.1.0-rc-eb3ad065-20240822",
"msw": "^2.0.2",
"msw-storybook-addon": "^2.0.3",
"prettier": "^3.0.0",
Expand Down
2 changes: 2 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2808,6 +2808,8 @@ __metadata:
eslint: "npm:^9.10.0"
eslint-config-prettier: "npm:^9.1.0"
eslint-plugin-prettier: "npm:^5.2.1"
eslint-plugin-react: "npm:^7.35.2"
eslint-plugin-react-hooks: "npm:5.1.0-rc-eb3ad065-20240822"
msw: "npm:^2.0.2"
msw-storybook-addon: "npm:^2.0.3"
prettier: "npm:^3.0.0"
Expand Down

0 comments on commit 948a9bd

Please sign in to comment.