Skip to content

Commit 6c5fd15

Browse files
Update eslint
1 parent 0d1d889 commit 6c5fd15

4 files changed

Lines changed: 299 additions & 386 deletions

File tree

apps/desktop/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@
8888
"electron-builder": "26.8.2",
8989
"electron-builder-squirrel-windows": "26.8.2",
9090
"electron-devtools-installer": "^4.0.0",
91-
"eslint": "^8.26.0",
91+
"eslint": "^10.0.0",
9292
"eslint-config-google": "^0.14.0",
9393
"eslint-config-prettier": "^10.0.0",
9494
"eslint-plugin-import": "^2.25.4",
9595
"eslint-plugin-matrix-org": "^3.0.0",
9696
"eslint-plugin-n": "^17.12.0",
97-
"eslint-plugin-unicorn": "^56.0.0",
97+
"eslint-plugin-unicorn": "^64.0.0",
9898
"glob": "^13.0.0",
9999
"matrix-web-i18n": "catalog:",
100100
"mkdirp": "^3.0.0",

apps/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
"css-loader": "^7.0.0",
179179
"css-minimizer-webpack-plugin": "^8.0.0",
180180
"dotenv": "^17.0.0",
181-
"eslint": "8.57.1",
181+
"eslint": "10.1.0",
182182
"eslint-config-google": "^0.14.0",
183183
"eslint-config-prettier": "^10.0.0",
184184
"eslint-plugin-deprecate": "0.9.0",
@@ -189,7 +189,7 @@
189189
"eslint-plugin-react": "^7.28.0",
190190
"eslint-plugin-react-compiler": "^19.0.0-beta-df7b47d-20241124",
191191
"eslint-plugin-react-hooks": "^7.0.0",
192-
"eslint-plugin-unicorn": "^56.0.0",
192+
"eslint-plugin-unicorn": "^64.0.0",
193193
"express": "^5.0.0",
194194
"fake-indexeddb": "^6.0.0",
195195
"file-loader": "^6.0.0",

packages/shared-components/package.json

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

0 commit comments

Comments
 (0)