|
44 | 44 | "commit": "cz" |
45 | 45 | }, |
46 | 46 | "dependencies": { |
47 | | - "@heroicons/react": "^2.1.3", |
48 | | - "@hookform/resolvers": "^3.3.4", |
49 | | - "@radix-ui/react-dropdown-menu": "^2.0.6", |
50 | | - "@radix-ui/react-label": "^2.0.2", |
51 | | - "@radix-ui/react-scroll-area": "^1.0.5", |
52 | | - "@radix-ui/react-select": "^2.0.0", |
53 | | - "@radix-ui/react-toast": "^1.1.5", |
| 47 | + "@heroicons/react": "^2.1.4", |
| 48 | + "@hookform/resolvers": "^3.6.0", |
| 49 | + "@radix-ui/react-dropdown-menu": "^2.1.1", |
| 50 | + "@radix-ui/react-label": "^2.1.0", |
| 51 | + "@radix-ui/react-scroll-area": "^1.1.0", |
| 52 | + "@radix-ui/react-select": "^2.1.1", |
| 53 | + "@radix-ui/react-toast": "^1.2.1", |
54 | 54 | "@t3-oss/env-nextjs": "^0.10.1", |
55 | 55 | "@tailwindcss/typography": "^0.5.13", |
56 | | - "@tanstack/react-query": "^5.36.2", |
57 | | - "@tanstack/react-query-devtools": "^5.36.2", |
| 56 | + "@tanstack/react-query": "^5.49.2", |
| 57 | + "@tanstack/react-query-devtools": "^5.49.2", |
58 | 58 | "@trpc/client": "11.0.0-rc.370", |
59 | 59 | "@trpc/next": "11.0.0-rc.370", |
60 | 60 | "@trpc/react-query": "11.0.0-rc.370", |
61 | 61 | "@trpc/server": "11.0.0-rc.370", |
62 | 62 | "clsx": "^2.1.1", |
63 | | - "glob": "^10.3.15", |
| 63 | + "glob": "^10.4.2", |
64 | 64 | "luxon": "^3.4.4", |
65 | | - "next": "^14.2.3", |
| 65 | + "next": "^14.2.4", |
66 | 66 | "next-auth": "^4.24.7", |
67 | 67 | "next-themes": "^0.3.0", |
68 | 68 | "nextjs-toploader": "^1.6.12", |
69 | | - "path-to-regexp": "^6.2.2", |
| 69 | + "path-to-regexp": "^7.0.0", |
70 | 70 | "postcss-calc": "^10.0.0", |
71 | 71 | "postcss-import": "^16.1.0", |
72 | 72 | "postcss-mixins": "^10.0.1", |
73 | 73 | "postcss-simple-vars": "^7.0.1", |
74 | 74 | "postgres": "^3.4.4", |
75 | | - "react": "~18.2.0", |
76 | | - "react-dom": "~18.2.0", |
77 | | - "react-hook-form": "^7.51.4", |
| 75 | + "react": "~18.3.1", |
| 76 | + "react-dom": "~18.3.1", |
| 77 | + "react-hook-form": "^7.52.0", |
78 | 78 | "server-only": "^0.0.1", |
79 | | - "sharp": "^0.33.3", |
| 79 | + "sharp": "^0.33.4", |
80 | 80 | "superjson": "^2.2.1", |
81 | 81 | "tailwind-merge": "^2.3.0", |
82 | 82 | "tailwindcss-animate": "^1.0.7", |
83 | | - "zod": "^3.23.6", |
84 | | - "zustand": "^4.5.2" |
| 83 | + "zod": "^3.23.8", |
| 84 | + "zustand": "^4.5.4" |
85 | 85 | }, |
86 | 86 | "devDependencies": { |
87 | 87 | "@commitlint/cli": "^19.3.0", |
88 | 88 | "@commitlint/config-conventional": "^19.2.2", |
89 | 89 | "@commitlint/cz-commitlint": "^19.2.0", |
90 | | - "@next/bundle-analyzer": "^14.2.3", |
91 | | - "@playwright/test": "^1.43.1", |
| 90 | + "@next/bundle-analyzer": "^14.2.4", |
| 91 | + "@playwright/test": "^1.45.0", |
92 | 92 | "@savvywombat/tailwindcss-grid-areas": "^4.0.0", |
93 | 93 | "@semantic-release/changelog": "^6.0.3", |
94 | 94 | "@semantic-release/git": "^10.0.1", |
95 | | - "@storybook/addon-essentials": "^7.6.19", |
96 | | - "@storybook/addon-interactions": "^7.6.19", |
97 | | - "@storybook/addon-links": "^7.6.19", |
98 | | - "@storybook/blocks": "^7.6.19", |
99 | | - "@storybook/nextjs": "^7.6.19", |
100 | | - "@storybook/react": "^7.6.19", |
101 | | - "@storybook/test": "^7.6.19", |
102 | | - "@storybook/test-runner": "^0.16.0", |
| 95 | + "@storybook/addon-essentials": "^8.1.11", |
| 96 | + "@storybook/addon-interactions": "^8.1.11", |
| 97 | + "@storybook/addon-links": "^8.1.11", |
| 98 | + "@storybook/blocks": "^8.1.11", |
| 99 | + "@storybook/nextjs": "^8.1.11", |
| 100 | + "@storybook/react": "^8.1.11", |
| 101 | + "@storybook/test": "^8.1.11", |
| 102 | + "@storybook/test-runner": "^0.19.0", |
103 | 103 | "@tailwindcss/container-queries": "^0.1.1", |
104 | | - "@testing-library/jest-dom": "^6.4.5", |
105 | | - "@testing-library/react": "^15.0.6", |
| 104 | + "@testing-library/jest-dom": "^6.4.6", |
| 105 | + "@testing-library/react": "^16.0.0", |
106 | 106 | "@testing-library/user-event": "^14.5.2", |
107 | 107 | "@total-typescript/ts-reset": "^0.5.1", |
108 | 108 | "@types/jest": "^29.5.12", |
109 | 109 | "@types/luxon": "^3.4.2", |
110 | | - "@types/node": "^20.12.9", |
111 | | - "@types/react": "^18.3.1", |
112 | | - "@typescript-eslint/eslint-plugin": "^7.8.0", |
113 | | - "@typescript-eslint/parser": "^7.8.0", |
| 110 | + "@types/node": "^20.14.9", |
| 111 | + "@types/react": "^18.3.3", |
| 112 | + "@typescript-eslint/eslint-plugin": "^7.14.1", |
| 113 | + "@typescript-eslint/parser": "^7.14.1", |
114 | 114 | "autoprefixer": "^10.4.19", |
115 | 115 | "commitizen": "^4.3.0", |
116 | 116 | "cross-env": "^7.0.3", |
117 | | - "cssnano": "^7.0.1", |
| 117 | + "cssnano": "^7.0.3", |
118 | 118 | "dotenv": "^16.4.5", |
119 | | - "eslint": "^8.57.0", |
| 119 | + "eslint": "^9.6.0", |
120 | 120 | "eslint-config-airbnb": "^19.0.4", |
121 | 121 | "eslint-config-airbnb-typescript": "^18.0.0", |
122 | | - "eslint-config-next": "^14.2.3", |
| 122 | + "eslint-config-next": "^14.2.4", |
123 | 123 | "eslint-config-prettier": "^9.1.0", |
124 | 124 | "eslint-plugin-import": "^2.29.1", |
125 | | - "eslint-plugin-jest": "^28.5.0", |
| 125 | + "eslint-plugin-jest": "^28.6.0", |
126 | 126 | "eslint-plugin-jest-dom": "^5.4.0", |
127 | 127 | "eslint-plugin-jest-formatting": "^3.1.0", |
128 | | - "eslint-plugin-jsx-a11y": "^6.8.0", |
| 128 | + "eslint-plugin-jsx-a11y": "^6.9.0", |
129 | 129 | "eslint-plugin-mdx": "^3.1.5", |
130 | | - "eslint-plugin-playwright": "^1.6.0", |
| 130 | + "eslint-plugin-playwright": "^1.6.2", |
131 | 131 | "eslint-plugin-prettier": "^5.1.3", |
132 | | - "eslint-plugin-react": "^7.34.1", |
| 132 | + "eslint-plugin-react": "^7.34.3", |
133 | 133 | "eslint-plugin-react-hooks": "^4.6.2", |
134 | 134 | "eslint-plugin-simple-import-sort": "^12.1.0", |
135 | 135 | "eslint-plugin-storybook": "^0.8.0", |
136 | | - "eslint-plugin-tailwindcss": "^3.15.1", |
| 136 | + "eslint-plugin-tailwindcss": "^3.17.4", |
137 | 137 | "eslint-plugin-testing-library": "^6.2.2", |
138 | | - "eslint-plugin-unused-imports": "^3.2.0", |
| 138 | + "eslint-plugin-unused-imports": "^4.0.0", |
139 | 139 | "http-server": "^14.1.1", |
140 | 140 | "husky": "^9.0.11", |
141 | 141 | "jest": "^29.7.0", |
142 | 142 | "jest-environment-jsdom": "^29.7.0", |
143 | | - "jest-fail-on-console": "^3.2.0", |
144 | | - "jiti": "^1.21.0", |
145 | | - "lint-staged": "^15.2.2", |
| 143 | + "jest-fail-on-console": "^3.3.0", |
| 144 | + "jiti": "^1.21.6", |
| 145 | + "lint-staged": "^15.2.7", |
146 | 146 | "npm-run-all": "^4.1.5", |
147 | | - "postcss": "^8.4.38", |
148 | | - "prettier": "^3.2.5", |
| 147 | + "postcss": "^8.4.39", |
| 148 | + "prettier": "^3.3.2", |
149 | 149 | "prettier-plugin-embed": "^0.4.15", |
150 | 150 | "prettier-plugin-sql": "^0.18.0", |
151 | | - "prettier-plugin-tailwindcss": "^0.5.14", |
152 | | - "rimraf": "^5.0.5", |
153 | | - "semantic-release": "^23.0.8", |
154 | | - "start-server-and-test": "^2.0.3", |
155 | | - "storybook": "^7.6.19", |
156 | | - "stylelint": "^16.5.0", |
157 | | - "stylelint-config-standard": "^36.0.0", |
| 151 | + "prettier-plugin-tailwindcss": "^0.6.5", |
| 152 | + "rimraf": "^5.0.7", |
| 153 | + "semantic-release": "^24.0.0", |
| 154 | + "start-server-and-test": "^2.0.4", |
| 155 | + "storybook": "^8.1.11", |
| 156 | + "stylelint": "^16.6.1", |
| 157 | + "stylelint-config-standard": "^36.0.1", |
158 | 158 | "stylelint-order": "^6.0.4", |
159 | 159 | "stylelint-prettier": "^5.0.0", |
160 | 160 | "stylelint-selector-bem-pattern": "^4.0.0", |
161 | | - "tailwindcss": "^3.4.3", |
| 161 | + "tailwindcss": "^3.4.4", |
162 | 162 | "ts-node": "^10.9.2", |
163 | | - "tsx": "^4.9.3", |
164 | | - "typescript": "^5.4.5" |
| 163 | + "tsx": "^4.16.0", |
| 164 | + "typescript": "^5.5.2" |
165 | 165 | }, |
166 | 166 | "engines": { |
167 | 167 | "node": ">=20.12.2" |
|
0 commit comments