|
6 | 6 | "type": "module",
|
7 | 7 | "scripts": {
|
8 | 8 | "lint": "eslint . --cache --cache-strategy content --cache-location .cache/.eslintcache",
|
| 9 | + "check-types": "tsc --noEmit", |
9 | 10 | "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" |
12 | 13 | },
|
13 | 14 | "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", |
20 | 21 | "axios": "^1.7.9",
|
21 | 22 | "react": "^18.3.1",
|
22 | 23 | "react-dom": "^18.3.1",
|
23 |
| - "react-router-dom": "^6.28.0" |
| 24 | + "react-router-dom": "^6.28.2" |
24 | 25 | },
|
25 | 26 | "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", |
31 | 32 | "@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", |
36 | 37 | "eslint-plugin-react-hooks": "^5.1.0",
|
37 | 38 | "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" |
41 | 42 | },
|
42 |
| - "packageManager": "yarn@4.5.3" |
| 43 | + "packageManager": "yarn@4.6.0" |
43 | 44 | }
|
0 commit comments