|
17 | 17 | "lint:check": "next lint" |
18 | 18 | }, |
19 | 19 | "dependencies": { |
20 | | - "@emotion/react": "^11.13.3", |
21 | | - "@emotion/styled": "^11.13.0", |
22 | | - "@mui/icons-material": "^5.16.7", |
23 | | - "@mui/material": "^5.15.5", |
24 | | - "@plasmohq/messaging": "^0.6.2", |
25 | | - "@plasmohq/storage": "^1.12.0", |
| 20 | + "@emotion/react": "^11.14.0", |
| 21 | + "@emotion/styled": "^11.14.0", |
| 22 | + "@mui/icons-material": "^5.17.1", |
| 23 | + "@mui/material": "^5.17.1", |
| 24 | + "@plasmohq/messaging": "^0.7.1", |
| 25 | + "@plasmohq/storage": "^1.15.0", |
26 | 26 | "@types/firefox-webext-browser": "^120.0.4", |
27 | | - "apexcharts": "^4.2.0", |
28 | | - "next": "^14.2.15", |
29 | | - "plasmo": "^0.89.3", |
30 | | - "react": "^18.3.1", |
| 27 | + "apexcharts": "^4.7.0", |
| 28 | + "next": "^15.3.1", |
| 29 | + "plasmo": "^0.90.3", |
| 30 | + "react": "^19.1.0", |
31 | 31 | "react-apexcharts": "^1.7.0", |
32 | | - "react-dom": "^18.3.1" |
| 32 | + "react-dom": "^19.1.0" |
33 | 33 | }, |
34 | 34 | "devDependencies": { |
35 | | - "@types/chrome": "^0.0.277", |
36 | | - "@types/node": "^22.7.5", |
37 | | - "@types/react": "^18.3.11", |
38 | | - "@types/react-dom": "^18.3.0", |
39 | | - "@typescript-eslint/eslint-plugin": "^8.8.1", |
40 | | - "autoprefixer": "^10.4.20", |
41 | | - "eslint": "^8.57.1", |
42 | | - "eslint-config-next": "^14.2.15", |
43 | | - "eslint-config-prettier": "^9.0.0", |
44 | | - "eslint-plugin-jsx-a11y": "^6.10.0", |
45 | | - "eslint-plugin-react": "^7.37.1", |
46 | | - "eslint-plugin-react-hooks": "^4.6.2", |
| 35 | + "@types/chrome": "^0.0.318", |
| 36 | + "@types/node": "^22.15.3", |
| 37 | + "@types/react": "^19.1.2", |
| 38 | + "@types/react-dom": "^19.1.3", |
| 39 | + "@typescript-eslint/eslint-plugin": "^8.31.1", |
| 40 | + "autoprefixer": "^10.4.21", |
| 41 | + "eslint": "^9.26.0", |
| 42 | + "eslint-config-next": "^15.3.1", |
| 43 | + "eslint-config-prettier": "^10.1.2", |
| 44 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 45 | + "eslint-plugin-react": "^7.37.5", |
| 46 | + "eslint-plugin-react-hooks": "^5.2.0", |
47 | 47 | "eslint-plugin-simple-import-sort": "^12.1.1", |
48 | | - "postcss": "^8.4.47", |
49 | | - "prettier": "^3.3.3", |
50 | | - "tailwindcss": "^3.4.13", |
51 | | - "typescript": "^5.6.3" |
| 48 | + "postcss": "^8.5.3", |
| 49 | + "prettier": "^3.5.3", |
| 50 | + "tailwindcss": "^3.4.17", |
| 51 | + "typescript": "^5.8.3" |
52 | 52 | }, |
53 | 53 | "eslintConfig": { |
54 | 54 | "root": true, |
|
0 commit comments