Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency eslint to v9 #393

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/editor/OT/OTClient/package.json
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@
"@types/socket.io": "3.0.2",
"@typescript-eslint/eslint-plugin": "5.33.1",
"@typescript-eslint/parser": "5.26.0",
"eslint": "8.16.0",
"eslint": "9.20.1",
"eslint-config-standard": "17.0.0",
"eslint-config-standard-with-typescript": "22.0.0",
"eslint-plugin-import": "2.26.0",
478 changes: 321 additions & 157 deletions backend/editor/OT/OTClient/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@
"@types/styled-components": "5.1.25",
"@typescript-eslint/eslint-plugin": "4.33.0",
"@typescript-eslint/parser": "4.33.0",
"eslint": "7.32.0",
"eslint": "9.20.1",
"eslint-plugin-react": "7.29.4",
"eslint-plugin-storybook": "0.5.12",
"typescript": "4.8.3",
4,657 changes: 3,289 additions & 1,368 deletions next/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion next/package.json
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
"@babel/core": "7.19.1",
"@types/node": "17.0.21",
"@types/react": "17.0.44",
"eslint": "8.11.0",
"eslint": "9.20.1",
"eslint-config-next": "12.1.0",
"typescript": "4.8.3"
}
2,097 changes: 1,394 additions & 703 deletions next/yarn.lock

Large diffs are not rendered by default.