|
10 | 10 | "dev": "pnpm build:watch" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@figma/plugin-typings": "^1.84.0", |
| 13 | + "@figma/plugin-typings": "^1.92.0", |
14 | 14 | "backend": "workspace:*", |
15 | 15 | "plugin-ui": "workspace:*", |
16 | | - "react": "^18.2.0", |
17 | | - "react-dom": "^18.2.0" |
| 16 | + "react": "^18.3.1", |
| 17 | + "react-dom": "^18.3.1" |
18 | 18 | }, |
19 | 19 | "devDependencies": { |
20 | | - "@types/node": "^20.11.6", |
21 | | - "@types/react": "^18.2.48", |
22 | | - "@types/react-dom": "^18.2.18", |
23 | | - "@typescript-eslint/eslint-plugin": "^6.19.1", |
24 | | - "@typescript-eslint/parser": "^6.19.1", |
| 20 | + "@types/node": "^20.12.8", |
| 21 | + "@types/react": "^18.3.1", |
| 22 | + "@types/react-dom": "^18.3.0", |
| 23 | + "@typescript-eslint/eslint-plugin": "^7.8.0", |
| 24 | + "@typescript-eslint/parser": "^7.8.0", |
25 | 25 | "@vitejs/plugin-react": "^4.2.1", |
26 | | - "@vitejs/plugin-react-swc": "^3.5.0", |
27 | | - "autoprefixer": "^10.4.17", |
| 26 | + "@vitejs/plugin-react-swc": "^3.6.0", |
| 27 | + "autoprefixer": "^10.4.19", |
28 | 28 | "concurrently": "^8.2.2", |
29 | | - "esbuild": "^0.19.12", |
| 29 | + "esbuild": "^0.20.2", |
30 | 30 | "eslint-config-custom": "workspace:*", |
31 | | - "eslint-plugin-react-hooks": "^4.6.0", |
32 | | - "eslint-plugin-react-refresh": "^0.4.5", |
33 | | - "postcss": "^8.4.33", |
34 | | - "tailwindcss": "3.4.1", |
| 31 | + "eslint-plugin-react-hooks": "^4.6.2", |
| 32 | + "eslint-plugin-react-refresh": "^0.4.6", |
| 33 | + "postcss": "^8.4.38", |
| 34 | + "tailwindcss": "3.4.3", |
35 | 35 | "tsconfig": "workspace:*", |
36 | | - "typescript": "^5.3.3", |
37 | | - "vite": "^5.0.12", |
38 | | - "vite-plugin-singlefile": "^1.0.0" |
| 36 | + "typescript": "^5.4.5", |
| 37 | + "vite": "^5.2.10", |
| 38 | + "vite-plugin-singlefile": "^2.0.1" |
39 | 39 | } |
40 | 40 | } |
0 commit comments