Skip to content

Commit a87a8e1

Browse files
Update dependencies, fix ESLint configuration
1 parent fc7b665 commit a87a8e1

File tree

5 files changed

+1563
-1025
lines changed

5 files changed

+1563
-1025
lines changed

.yarn/releases/yarn-4.5.3.cjs renamed to .yarn/releases/yarn-4.6.0.cjs

Lines changed: 287 additions & 287 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
nodeLinker: node-modules
22

3-
yarnPath: .yarn/releases/yarn-4.5.3.cjs
3+
yarnPath: .yarn/releases/yarn-4.6.0.cjs

eslint.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ export default tseslint.config(
2626
react: {
2727
version: 'detect'
2828
}
29-
},
29+
}
30+
},
31+
{
3032
ignores: ['dist', 'node_modules', '.yarn']
3133
}
3234
);

package.json

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -6,38 +6,39 @@
66
"type": "module",
77
"scripts": {
88
"lint": "eslint . --cache --cache-strategy content --cache-location .cache/.eslintcache",
9+
"check-types": "tsc --noEmit",
910
"format": "prettier --config prettier.config.js --write .",
10-
"watch": "tsc && vite build --watch",
11-
"build": "tsc && vite build"
11+
"watch": "vite build --watch",
12+
"build": "vite build"
1213
},
1314
"dependencies": {
14-
"@emotion/react": "^11.13.5",
15-
"@emotion/styled": "^11.13.5",
16-
"@fontsource/roboto": "^5.1.0",
17-
"@mui/icons-material": "^6.1.10",
18-
"@mui/material": "^6.1.10",
19-
"@mui/system": "^6.1.10",
15+
"@emotion/react": "^11.14.0",
16+
"@emotion/styled": "^11.14.0",
17+
"@fontsource/roboto": "^5.1.1",
18+
"@mui/icons-material": "^6.4.1",
19+
"@mui/material": "^6.4.1",
20+
"@mui/system": "^6.4.1",
2021
"axios": "^1.7.9",
2122
"react": "^18.3.1",
2223
"react-dom": "^18.3.1",
23-
"react-router-dom": "^6.28.0"
24+
"react-router-dom": "^6.28.2"
2425
},
2526
"devDependencies": {
26-
"@crxjs/vite-plugin": "2.0.0-beta.28",
27-
"@eslint/js": "^9.16.0",
28-
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
29-
"@types/react": "^18.3.14",
30-
"@types/react-dom": "^18.3.2",
27+
"@crxjs/vite-plugin": "2.0.0-beta.30",
28+
"@eslint/js": "^9.19.0",
29+
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
30+
"@types/react": "^18.3.18",
31+
"@types/react-dom": "^18.3.5",
3132
"@vitejs/plugin-react": "^4.3.4",
32-
"chrome-types": "^0.1.323",
33-
"eslint": "^9.16.0",
34-
"eslint-config-prettier": "^9.1.0",
35-
"eslint-plugin-react": "^7.37.2",
33+
"chrome-types": "^0.1.334",
34+
"eslint": "^9.19.0",
35+
"eslint-config-prettier": "^10.0.1",
36+
"eslint-plugin-react": "^7.37.4",
3637
"eslint-plugin-react-hooks": "^5.1.0",
3738
"prettier": "^3.4.2",
38-
"typescript": "5.7.2",
39-
"typescript-eslint": "^8.17.0",
40-
"vite": "^5.4.11"
39+
"typescript": "5.7.3",
40+
"typescript-eslint": "^8.22.0",
41+
"vite": "^6.0.11"
4142
},
42-
"packageManager": "yarn@4.5.3"
43+
"packageManager": "yarn@4.6.0"
4344
}

0 commit comments

Comments
 (0)