|
10 | 10 | "dev": "pnpm build:watch" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@figma/plugin-typings": "^1.109.0", |
| 13 | + "@figma/plugin-typings": "^1.114.0", |
14 | 14 | "backend": "workspace:*", |
15 | 15 | "clsx": "^2.1.1", |
16 | 16 | "copy-to-clipboard": "^3.3.3", |
17 | 17 | "lucide-react": "^0.483.0", |
18 | | - "motion": "^12.6.2", |
| 18 | + "motion": "^12.18.1", |
19 | 19 | "nanoid": "^5.1.5", |
20 | 20 | "plugin-ui": "workspace:*", |
21 | | - "react": "^19.0.0", |
22 | | - "react-dom": "^19.0.0", |
23 | | - "tailwind-merge": "^3.0.2" |
| 21 | + "react": "^19.1.0", |
| 22 | + "react-dom": "^19.1.0", |
| 23 | + "tailwind-merge": "^3.3.1" |
24 | 24 | }, |
25 | 25 | "devDependencies": { |
26 | | - "@tailwindcss/postcss": "^4.0.17", |
27 | | - "@types/node": "^22.13.14", |
28 | | - "@types/react": "^19.0.12", |
29 | | - "@types/react-dom": "^19.0.4", |
30 | | - "@typescript-eslint/eslint-plugin": "^8.28.0", |
31 | | - "@typescript-eslint/parser": "^8.28.0", |
32 | | - "@vitejs/plugin-react": "^4.3.4", |
33 | | - "@vitejs/plugin-react-swc": "^3.8.1", |
| 26 | + "@tailwindcss/postcss": "^4.1.10", |
| 27 | + "@types/node": "^22.15.32", |
| 28 | + "@types/react": "^19.1.8", |
| 29 | + "@types/react-dom": "^19.1.6", |
| 30 | + "@typescript-eslint/eslint-plugin": "^8.34.1", |
| 31 | + "@typescript-eslint/parser": "^8.34.1", |
| 32 | + "@vitejs/plugin-react": "^4.5.2", |
| 33 | + "@vitejs/plugin-react-swc": "^3.10.2", |
34 | 34 | "concurrently": "^9.1.2", |
35 | | - "esbuild": "^0.25.1", |
| 35 | + "esbuild": "^0.25.5", |
36 | 36 | "eslint-config-custom": "workspace:*", |
37 | 37 | "eslint-plugin-react-hooks": "^5.2.0", |
38 | | - "eslint-plugin-react-refresh": "^0.4.19", |
39 | | - "postcss": "^8.5.3", |
| 38 | + "eslint-plugin-react-refresh": "^0.4.20", |
| 39 | + "postcss": "^8.5.6", |
40 | 40 | "tailwindcss": "4.0.14", |
41 | 41 | "tsconfig": "workspace:*", |
42 | 42 | "types": "workspace:*", |
43 | | - "typescript": "^5.8.2", |
44 | | - "vite": "^5.4.15", |
| 43 | + "typescript": "^5.8.3", |
| 44 | + "vite": "^5.4.19", |
45 | 45 | "vite-plugin-singlefile": "^2.2.0" |
46 | 46 | } |
47 | 47 | } |
0 commit comments