|
22 | 22 | "upgrade:latest": "pnpm upgrade --interactive --latest"
|
23 | 23 | },
|
24 | 24 | "dependencies": {
|
25 |
| - "@genql/cli": "^6.2.1", |
26 |
| - "@hookform/resolvers": "^3.3.1", |
| 25 | + "@genql/cli": "^6.3.1", |
| 26 | + "@hookform/resolvers": "^3.3.4", |
27 | 27 | "@radix-ui/react-accordion": "^1.1.2",
|
28 | 28 | "@radix-ui/react-collapsible": "^1.0.3",
|
29 | 29 | "@radix-ui/react-dialog": "^1.0.5",
|
30 | 30 | "@radix-ui/react-form": "^0.0.3",
|
31 | 31 | "@radix-ui/react-navigation-menu": "^1.1.4",
|
32 |
| - "@vercel/analytics": "^1.1.0", |
33 |
| - "framer-motion": "^10.16.4", |
34 |
| - "next": "14.0.2", |
35 |
| - "next-intl": "3.0.0-beta.9", |
| 32 | + "@vercel/analytics": "^1.1.2", |
| 33 | + "framer-motion": "^11.0.3", |
| 34 | + "next": "14.1.0", |
| 35 | + "next-intl": "3.5.4", |
36 | 36 | "react": "18.2.0",
|
37 | 37 | "react-dom": "18.2.0",
|
38 |
| - "react-hook-form": "^7.48.2", |
| 38 | + "react-hook-form": "^7.50.0", |
39 | 39 | "zod": "3.22.4"
|
40 | 40 | },
|
41 | 41 | "devDependencies": {
|
42 |
| - "@2digits/prettier-config": "^0.9.4", |
43 |
| - "@storybook/addon-essentials": "^7.5.3", |
44 |
| - "@storybook/addon-interactions": "^7.5.3", |
45 |
| - "@storybook/addon-links": "^7.5.3", |
46 |
| - "@storybook/blocks": "^7.5.3", |
47 |
| - "@storybook/nextjs": "^7.5.3", |
48 |
| - "@storybook/react": "^7.5.3", |
| 42 | + "@storybook/addon-essentials": "^7.6.12", |
| 43 | + "@storybook/addon-interactions": "^7.6.12", |
| 44 | + "@storybook/addon-links": "^7.6.12", |
| 45 | + "@storybook/blocks": "^7.6.12", |
| 46 | + "@storybook/nextjs": "^7.6.12", |
| 47 | + "@storybook/react": "^7.6.12", |
49 | 48 | "@storybook/testing-library": "^0.2.2",
|
50 |
| - "@types/node": "20.9.0", |
51 |
| - "@types/react": "18.2.37", |
52 |
| - "@types/react-dom": "18.2.15", |
53 |
| - "autoprefixer": "10.4.16", |
54 |
| - "clsx": "^2.0.0", |
55 |
| - "eslint": "8.53.0", |
56 |
| - "eslint-config-next": "14.0.2", |
57 |
| - "eslint-plugin-storybook": "^0.6.14", |
58 |
| - "postcss": "8.4.31", |
59 |
| - "prettier": "^2.8.8", |
60 |
| - "storybook": "^7.5.3", |
61 |
| - "tailwind-merge": "^2.0.0", |
62 |
| - "tailwind-variants": "^0.1.18", |
63 |
| - "tailwindcss": "3.3.5", |
64 |
| - "typescript": "5.2.2" |
| 49 | + "@types/node": "20.11.16", |
| 50 | + "@types/react": "18.2.51", |
| 51 | + "@types/react-dom": "18.2.18", |
| 52 | + "autoprefixer": "10.4.17", |
| 53 | + "clsx": "^2.1.0", |
| 54 | + "eslint": "8.56.0", |
| 55 | + "eslint-config-next": "14.1.0", |
| 56 | + "eslint-plugin-storybook": "^0.6.15", |
| 57 | + "eslint-plugin-unused-imports": "^3.0.0", |
| 58 | + "postcss": "8.4.33", |
| 59 | + "prettier": "^3.2.4", |
| 60 | + "prettier-plugin-tailwindcss": "^0.5.11", |
| 61 | + "storybook": "^7.6.12", |
| 62 | + "tailwind-merge": "^2.2.1", |
| 63 | + "tailwind-variants": "^0.1.20", |
| 64 | + "tailwindcss": "3.4.1", |
| 65 | + "typescript": "5.3.3" |
65 | 66 | },
|
66 |
| - "packageManager": "pnpm@8.10.2" |
| 67 | + "packageManager": "pnpm@8.15.1" |
67 | 68 | }
|
0 commit comments