|
17 | 17 | "validate": "npm-run-all --parallel check-types && lint-staged"
|
18 | 18 | },
|
19 | 19 | "dependencies": {
|
20 |
| - "@headlessui/react": "1.6.5", |
21 |
| - "@loadable/component": "5.15.2", |
22 |
| - "dompurify": "2.3.8", |
23 |
| - "eiromplays-ui": "1.5.0-18", |
| 20 | + "@headlessui/react": "1.7.19", |
| 21 | + "@loadable/component": "5.16.4", |
| 22 | + "dompurify": "2.5.6", |
| 23 | + "eiromplays-ui": "1.6.9", |
24 | 24 | "intersection-observer": "0.12.2",
|
25 |
| - "marked": "4.0.17", |
26 |
| - "react": "18.2.0", |
27 |
| - "react-dom": "18.2.0", |
28 |
| - "react-hook-form": "7.32.2", |
29 |
| - "react-icons": "4.4.0", |
30 |
| - "react-image-crop": "10.0.4", |
31 |
| - "react-select": "5.3.2", |
32 |
| - "sass": "1.53.0", |
| 25 | + "marked": "4.3.0", |
| 26 | + "react": "18.3.1", |
| 27 | + "react-dom": "18.3.1", |
| 28 | + "react-hook-form": "7.53.0", |
| 29 | + "react-icons": "4.12.0", |
| 30 | + "react-image-crop": "10.1.8", |
| 31 | + "react-select": "5.8.0", |
| 32 | + "sass": "1.77.8", |
33 | 33 | "vite-plugin-proxy-middleware": "1.0.2",
|
34 |
| - "zod": "3.17.3" |
| 34 | + "zod": "3.23.8" |
35 | 35 | },
|
36 | 36 | "devDependencies": {
|
37 |
| - "@tailwindcss/typography": "0.5.2", |
| 37 | + "@tailwindcss/typography": "0.5.15", |
38 | 38 | "@tailwindcss/ui": "0.7.2",
|
39 | 39 | "@types/node": "17.0.45",
|
40 |
| - "@types/react": "18.0.14", |
41 |
| - "@types/react-dom": "18.0.5", |
42 |
| - "@typescript-eslint/eslint-plugin": "5.30.4", |
43 |
| - "@typescript-eslint/parser": "5.30.4", |
| 40 | + "@types/react": "18.3.5", |
| 41 | + "@types/react-dom": "18.3.0", |
| 42 | + "@typescript-eslint/eslint-plugin": "5.62.0", |
| 43 | + "@typescript-eslint/parser": "5.62.0", |
44 | 44 | "@vitejs/plugin-react": "1.3.2",
|
45 |
| - "autoprefixer": "10.4.7", |
46 |
| - "eslint": "8.18.0", |
47 |
| - "eslint-config-prettier": "8.5.0", |
| 45 | + "autoprefixer": "10.4.20", |
| 46 | + "eslint": "8.57.0", |
| 47 | + "eslint-config-prettier": "8.10.0", |
48 | 48 | "eslint-import-resolver-typescript": "2.7.1",
|
49 |
| - "eslint-plugin-import": "2.26.0", |
50 |
| - "eslint-plugin-jsx-a11y": "6.5.1", |
51 |
| - "eslint-plugin-prettier": "4.0.0", |
52 |
| - "eslint-plugin-react": "7.30.0", |
53 |
| - "eslint-plugin-react-hooks": "4.6.0", |
| 49 | + "eslint-plugin-import": "2.29.1", |
| 50 | + "eslint-plugin-jsx-a11y": "6.9.0", |
| 51 | + "eslint-plugin-prettier": "4.2.1", |
| 52 | + "eslint-plugin-react": "7.35.0", |
| 53 | + "eslint-plugin-react-hooks": "4.6.2", |
54 | 54 | "eslint-plugin-simple-import-sort": "7.0.0",
|
55 |
| - "postcss": "8.4.14", |
56 |
| - "prettier": "2.7.1", |
57 |
| - "tailwindcss": "3.1.4", |
58 |
| - "typescript": "4.7.4", |
59 |
| - "vite": "2.9.12", |
| 55 | + "postcss": "8.4.41", |
| 56 | + "prettier": "2.8.8", |
| 57 | + "tailwindcss": "3.4.10", |
| 58 | + "typescript": "4.9.5", |
| 59 | + "vite": "2.9.18", |
60 | 60 | "vite-plugin-env-compatible": "1.1.1",
|
61 |
| - "vite-plugin-mkcert": "1.7.2", |
62 |
| - "vite-tsconfig-paths": "3.5.0" |
| 61 | + "vite-plugin-mkcert": "1.17.6", |
| 62 | + "vite-tsconfig-paths": "3.6.0" |
63 | 63 | },
|
64 | 64 | "eslintConfig": {
|
65 | 65 | "overrides": [
|
|
0 commit comments