Skip to content

Commit 1361f11

Browse files
Update eslint
1 parent 1f6d1db commit 1361f11

4 files changed

Lines changed: 301 additions & 378 deletions

File tree

apps/desktop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,13 @@
8686
"electron-builder": "26.9.0",
8787
"electron-builder-squirrel-windows": "26.9.0",
8888
"electron-devtools-installer": "^4.0.0",
89-
"eslint": "^8.26.0",
89+
"eslint": "^10.0.0",
9090
"eslint-config-google": "^0.14.0",
9191
"eslint-config-prettier": "^10.0.0",
9292
"eslint-plugin-import": "^2.25.4",
9393
"eslint-plugin-matrix-org": "^3.0.0",
9494
"eslint-plugin-n": "^17.12.0",
95-
"eslint-plugin-unicorn": "^56.0.0",
95+
"eslint-plugin-unicorn": "^64.0.0",
9696
"glob": "^13.0.0",
9797
"matrix-web-i18n": "catalog:",
9898
"mkdirp": "^3.0.0",

apps/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@
177177
"css-loader": "^7.0.0",
178178
"css-minimizer-webpack-plugin": "^8.0.0",
179179
"dotenv": "^17.0.0",
180-
"eslint": "8.57.1",
180+
"eslint": "10.2.1",
181181
"eslint-config-google": "^0.14.0",
182182
"eslint-config-prettier": "^10.0.0",
183183
"eslint-plugin-deprecate": "0.9.0",
@@ -188,7 +188,7 @@
188188
"eslint-plugin-react": "^7.28.0",
189189
"eslint-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
190190
"eslint-plugin-react-hooks": "^7.0.0",
191-
"eslint-plugin-unicorn": "^56.0.0",
191+
"eslint-plugin-unicorn": "^64.0.0",
192192
"express": "^5.0.0",
193193
"fake-indexeddb": "^6.0.0",
194194
"file-loader": "^6.0.0",

packages/shared-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"@vector-im/compound-web": "catalog:",
9595
"@vitest/browser-playwright": "^4.0.17",
9696
"@vitest/coverage-v8": "^4.0.17",
97-
"eslint": "8",
97+
"eslint": "10",
9898
"eslint-config-google": "^0.14.0",
9999
"eslint-config-prettier": "^10.1.8",
100100
"eslint-plugin-deprecate": "^0.9.0",
@@ -105,7 +105,7 @@
105105
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
106106
"eslint-plugin-react-hooks": "^7.0.1",
107107
"eslint-plugin-storybook": "^10.0.7",
108-
"eslint-plugin-unicorn": "^56.0.0",
108+
"eslint-plugin-unicorn": "^64.0.0",
109109
"prettier": "^3.6.2",
110110
"storybook": "^10.0.7",
111111
"storybook-addon-vis": "^3.1.2",

0 commit comments

Comments
 (0)