|
10 | 10 | "dev": "pnpm build:watch" |
11 | 11 | }, |
12 | 12 | "dependencies": { |
13 | | - "@figma/plugin-typings": "github:figma/plugin-typings#readonly-preview", |
| 13 | + "@figma/plugin-typings": "^1.76.0", |
14 | 14 | "backend": "workspace:*", |
15 | 15 | "plugin-ui": "workspace:*", |
16 | 16 | "react": "^18.2.0", |
17 | 17 | "react-dom": "^18.2.0" |
18 | 18 | }, |
19 | 19 | "devDependencies": { |
20 | | - "@types/node": "^20.5.0", |
21 | | - "@types/react": "^18.2.20", |
| 20 | + "@types/node": "^20.6.0", |
| 21 | + "@types/react": "^18.2.21", |
22 | 22 | "@types/react-dom": "^18.2.7", |
23 | | - "@typescript-eslint/eslint-plugin": "^6.4.0", |
24 | | - "@typescript-eslint/parser": "^6.4.0", |
| 23 | + "@typescript-eslint/eslint-plugin": "^6.7.0", |
| 24 | + "@typescript-eslint/parser": "^6.7.0", |
25 | 25 | "@vitejs/plugin-react": "^4.0.4", |
26 | 26 | "@vitejs/plugin-react-swc": "^3.3.2", |
27 | 27 | "autoprefixer": "^10.4.15", |
28 | | - "concurrently": "^8.2.0", |
| 28 | + "concurrently": "^8.2.1", |
29 | 29 | "esbuild": "^0.19.2", |
30 | 30 | "eslint-config-custom": "workspace:*", |
31 | 31 | "eslint-plugin-react-hooks": "^4.6.0", |
32 | 32 | "eslint-plugin-react-refresh": "^0.4.3", |
33 | | - "postcss": "^8.4.27", |
| 33 | + "postcss": "^8.4.29", |
34 | 34 | "tailwindcss": "3.3.3", |
35 | 35 | "tsconfig": "workspace:*", |
36 | | - "typescript": "^5.1.6", |
| 36 | + "typescript": "^5.2.2", |
37 | 37 | "vite": "^4.4.9", |
38 | 38 | "vite-plugin-singlefile": "^0.13.5" |
39 | 39 | } |
|
0 commit comments