|
44 | 44 | }, |
45 | 45 | "dependencies": { |
46 | 46 | "@heroicons/react": "^2.1.3", |
47 | | - "@hookform/resolvers": "^3.3.4", |
| 47 | + "@hookform/resolvers": "^3.4.0", |
48 | 48 | "@radix-ui/react-dropdown-menu": "^2.0.6", |
49 | 49 | "@radix-ui/react-label": "^2.0.2", |
50 | 50 | "@radix-ui/react-scroll-area": "^1.0.5", |
51 | 51 | "@radix-ui/react-select": "^2.0.0", |
52 | 52 | "@radix-ui/react-toast": "^1.1.5", |
53 | 53 | "@t3-oss/env-nextjs": "^0.10.1", |
54 | 54 | "@tailwindcss/typography": "^0.5.13", |
55 | | - "@tanstack/react-query": "^5.36.2", |
56 | | - "@tanstack/react-query-devtools": "^5.36.2", |
| 55 | + "@tanstack/react-query": "^5.37.1", |
| 56 | + "@tanstack/react-query-devtools": "^5.37.1", |
57 | 57 | "@trpc/client": "11.0.0-rc.370", |
58 | 58 | "@trpc/next": "11.0.0-rc.370", |
59 | 59 | "@trpc/react-query": "11.0.0-rc.370", |
|
71 | 71 | "postcss-mixins": "^10.0.1", |
72 | 72 | "postcss-simple-vars": "^7.0.1", |
73 | 73 | "postgres": "^3.4.4", |
74 | | - "react": "~18.2.0", |
75 | | - "react-dom": "~18.2.0", |
| 74 | + "react": "~18.3.1", |
| 75 | + "react-dom": "~18.3.1", |
76 | 76 | "react-hook-form": "^7.51.4", |
77 | 77 | "server-only": "^0.0.1", |
78 | | - "sharp": "^0.33.3", |
| 78 | + "sharp": "^0.33.4", |
79 | 79 | "superjson": "^2.2.1", |
80 | 80 | "tailwind-merge": "^2.3.0", |
81 | 81 | "tailwindcss-animate": "^1.0.7", |
82 | | - "zod": "^3.23.6", |
| 82 | + "zod": "^3.23.8", |
83 | 83 | "zustand": "^4.5.2" |
84 | 84 | }, |
85 | 85 | "devDependencies": { |
86 | 86 | "@commitlint/cli": "^19.3.0", |
87 | 87 | "@commitlint/config-conventional": "^19.2.2", |
88 | 88 | "@commitlint/cz-commitlint": "^19.2.0", |
89 | 89 | "@next/bundle-analyzer": "^14.2.3", |
90 | | - "@percy/cli": "1.28.5", |
| 90 | + "@percy/cli": "1.28.6", |
91 | 91 | "@percy/playwright": "^1.0.5", |
92 | | - "@playwright/test": "^1.43.1", |
| 92 | + "@playwright/test": "^1.44.0", |
93 | 93 | "@savvywombat/tailwindcss-grid-areas": "^4.0.0", |
94 | 94 | "@semantic-release/changelog": "^6.0.3", |
95 | 95 | "@semantic-release/git": "^10.0.1", |
96 | | - "@storybook/addon-essentials": "^7.6.19", |
97 | | - "@storybook/addon-interactions": "^7.6.19", |
98 | | - "@storybook/addon-links": "^7.6.19", |
99 | | - "@storybook/blocks": "^7.6.19", |
100 | | - "@storybook/nextjs": "^7.6.19", |
101 | | - "@storybook/react": "^7.6.19", |
102 | | - "@storybook/test": "^7.6.19", |
103 | | - "@storybook/test-runner": "^0.16.0", |
| 96 | + "@storybook/addon-essentials": "^8.1.1", |
| 97 | + "@storybook/addon-interactions": "^8.1.1", |
| 98 | + "@storybook/addon-links": "^8.1.1", |
| 99 | + "@storybook/blocks": "^8.1.1", |
| 100 | + "@storybook/nextjs": "^8.1.1", |
| 101 | + "@storybook/react": "^8.1.1", |
| 102 | + "@storybook/test": "^8.1.1", |
| 103 | + "@storybook/test-runner": "^0.18.1", |
104 | 104 | "@tailwindcss/container-queries": "^0.1.1", |
105 | 105 | "@testing-library/jest-dom": "^6.4.5", |
106 | | - "@testing-library/react": "^15.0.6", |
| 106 | + "@testing-library/react": "^15.0.7", |
107 | 107 | "@testing-library/user-event": "^14.5.2", |
108 | 108 | "@total-typescript/ts-reset": "^0.5.1", |
109 | 109 | "@types/jest": "^29.5.12", |
110 | 110 | "@types/luxon": "^3.4.2", |
111 | | - "@types/node": "^20.12.9", |
112 | | - "@types/react": "^18.3.1", |
113 | | - "@typescript-eslint/eslint-plugin": "^7.8.0", |
114 | | - "@typescript-eslint/parser": "^7.8.0", |
| 111 | + "@types/node": "^20.12.12", |
| 112 | + "@types/react": "^18.3.2", |
| 113 | + "@typescript-eslint/eslint-plugin": "^7.10.0", |
| 114 | + "@typescript-eslint/parser": "^7.10.0", |
115 | 115 | "autoprefixer": "^10.4.19", |
116 | 116 | "commitizen": "^4.3.0", |
117 | 117 | "cross-env": "^7.0.3", |
118 | 118 | "cssnano": "^7.0.1", |
119 | 119 | "dotenv": "^16.4.5", |
120 | | - "eslint": "^8.57.0", |
| 120 | + "eslint": "^9.3.0", |
121 | 121 | "eslint-config-airbnb": "^19.0.4", |
122 | 122 | "eslint-config-airbnb-typescript": "^18.0.0", |
123 | 123 | "eslint-config-next": "^14.2.3", |
|
128 | 128 | "eslint-plugin-jest-formatting": "^3.1.0", |
129 | 129 | "eslint-plugin-jsx-a11y": "^6.8.0", |
130 | 130 | "eslint-plugin-mdx": "^3.1.5", |
131 | | - "eslint-plugin-playwright": "^1.6.0", |
| 131 | + "eslint-plugin-playwright": "^1.6.1", |
132 | 132 | "eslint-plugin-prettier": "^5.1.3", |
133 | 133 | "eslint-plugin-react": "^7.34.1", |
134 | 134 | "eslint-plugin-react-hooks": "^4.6.2", |
135 | 135 | "eslint-plugin-simple-import-sort": "^12.1.0", |
136 | 136 | "eslint-plugin-storybook": "^0.8.0", |
137 | | - "eslint-plugin-tailwindcss": "^3.15.1", |
| 137 | + "eslint-plugin-tailwindcss": "^3.15.2", |
138 | 138 | "eslint-plugin-testing-library": "^6.2.2", |
139 | 139 | "eslint-plugin-unused-imports": "^3.2.0", |
140 | 140 | "http-server": "^14.1.1", |
141 | 141 | "husky": "^9.0.11", |
142 | 142 | "jest": "^29.7.0", |
143 | 143 | "jest-environment-jsdom": "^29.7.0", |
144 | | - "jest-fail-on-console": "^3.2.0", |
| 144 | + "jest-fail-on-console": "^3.3.0", |
145 | 145 | "jiti": "^1.21.0", |
146 | 146 | "lint-staged": "^15.2.2", |
147 | 147 | "npm-run-all": "^4.1.5", |
|
150 | 150 | "prettier-plugin-embed": "^0.4.15", |
151 | 151 | "prettier-plugin-sql": "^0.18.0", |
152 | 152 | "prettier-plugin-tailwindcss": "^0.5.14", |
153 | | - "rimraf": "^5.0.5", |
154 | | - "semantic-release": "^23.0.8", |
| 153 | + "rimraf": "^5.0.7", |
| 154 | + "semantic-release": "^23.1.1", |
155 | 155 | "start-server-and-test": "^2.0.3", |
156 | | - "storybook": "^7.6.19", |
| 156 | + "storybook": "^8.1.1", |
157 | 157 | "stylelint": "^16.5.0", |
158 | 158 | "stylelint-config-standard": "^36.0.0", |
159 | 159 | "stylelint-order": "^6.0.4", |
160 | 160 | "stylelint-prettier": "^5.0.0", |
161 | 161 | "stylelint-selector-bem-pattern": "^4.0.0", |
162 | 162 | "tailwindcss": "^3.4.3", |
163 | 163 | "ts-node": "^10.9.2", |
164 | | - "tsx": "^4.9.3", |
| 164 | + "tsx": "^4.10.5", |
165 | 165 | "typescript": "^5.4.5" |
166 | 166 | }, |
167 | 167 | "engines": { |
|
0 commit comments