|
1 | 1 | { |
2 | 2 | "name": "me.theppitak", |
3 | 3 | "private": true, |
4 | | - "version": "1.0.0", |
| 4 | + "version": "1.0.1", |
5 | 5 | "type": "module", |
6 | 6 | "scripts": { |
7 | 7 | "dev": "vite", |
|
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | 13 | "@vercel/analytics": "^1.3.1", |
14 | | - "@vercel/speed-insights": "^1.0.11", |
15 | | - "react": "^18.2.0", |
16 | | - "react-dom": "^18.2.0" |
| 14 | + "@vercel/speed-insights": "^1.0.12", |
| 15 | + "react": "^18.3.1", |
| 16 | + "react-dom": "^18.3.1" |
17 | 17 | }, |
18 | 18 | "devDependencies": { |
19 | 19 | "@tailwindcss/typography": "^0.5.13", |
20 | | - "@types/react": "^18.2.66", |
21 | | - "@types/react-dom": "^18.2.22", |
22 | | - "@vitejs/plugin-react": "^4.2.1", |
| 20 | + "@types/react": "^18.3.3", |
| 21 | + "@types/react-dom": "^18.3.0", |
| 22 | + "@vitejs/plugin-react": "^4.3.1", |
23 | 23 | "autoprefixer": "^10.4.19", |
24 | 24 | "daisyui": "^4.12.2", |
25 | | - "eslint": "^8.57.0", |
26 | | - "eslint-plugin-react": "^7.34.1", |
27 | | - "eslint-plugin-react-hooks": "^4.6.0", |
28 | | - "eslint-plugin-react-refresh": "^0.4.6", |
| 25 | + "eslint": "^9.5.0", |
| 26 | + "eslint-plugin-react": "^7.34.2", |
| 27 | + "eslint-plugin-react-hooks": "^4.6.2", |
| 28 | + "eslint-plugin-react-refresh": "^0.4.7", |
29 | 29 | "postcss": "^8.4.38", |
30 | | - "prettier": "^3.3.1", |
31 | | - "prettier-plugin-tailwindcss": "^0.6.2", |
| 30 | + "prettier": "^3.3.2", |
| 31 | + "prettier-plugin-tailwindcss": "^0.6.4", |
32 | 32 | "react-icons": "^5.2.1", |
33 | 33 | "tailwindcss": "^3.4.4", |
34 | | - "vite": "^5.2.0", |
| 34 | + "vite": "^5.3.1", |
35 | 35 | "vite-plugin-node-polyfills": "^0.22.0" |
36 | 36 | }, |
37 | 37 | "prettier": { |
38 | | - "plugins": ["prettier-plugin-tailwindcss"] |
| 38 | + "plugins": [ |
| 39 | + "prettier-plugin-tailwindcss" |
| 40 | + ] |
39 | 41 | } |
40 | 42 | } |
0 commit comments