|
126 | 126 | "node": ">=14.0.0"
|
127 | 127 | },
|
128 | 128 | "devDependencies": {
|
129 |
| - "@babel/core": "7.23.7", |
130 |
| - "@babel/preset-env": "7.23.8", |
| 129 | + "@babel/core": "7.23.9", |
| 130 | + "@babel/preset-env": "7.23.9", |
131 | 131 | "@babel/preset-react": "7.23.3",
|
132 | 132 | "@babel/preset-typescript": "7.23.3",
|
133 |
| - "@commitlint/cli": "18.4.4", |
134 |
| - "@commitlint/config-conventional": "18.4.4", |
135 |
| - "@keyv/postgres": "1.4.9", |
| 133 | + "@commitlint/cli": "18.6.0", |
| 134 | + "@commitlint/config-conventional": "18.6.0", |
| 135 | + "@keyv/postgres": "1.4.10", |
136 | 136 | "@ryansonshine/commitizen": "4.2.8",
|
137 | 137 | "@ryansonshine/cz-conventional-changelog": "3.3.4",
|
138 |
| - "@storybook/addon-essentials": "7.6.8", |
139 |
| - "@storybook/addon-interactions": "7.6.8", |
140 |
| - "@storybook/addon-links": "7.6.8", |
141 |
| - "@storybook/blocks": "7.6.8", |
142 |
| - "@storybook/react": "7.6.8", |
143 |
| - "@storybook/react-webpack5": "7.6.8", |
| 138 | + "@storybook/addon-essentials": "7.6.12", |
| 139 | + "@storybook/addon-interactions": "7.6.12", |
| 140 | + "@storybook/addon-links": "7.6.12", |
| 141 | + "@storybook/blocks": "7.6.12", |
| 142 | + "@storybook/react": "7.6.12", |
| 143 | + "@storybook/react-webpack5": "7.6.12", |
144 | 144 | "@storybook/storybook-deployer": "2.8.16",
|
145 | 145 | "@storybook/testing-library": "0.2.2",
|
146 |
| - "@testing-library/jest-dom": "6.2.0", |
147 |
| - "@testing-library/react": "14.1.2", |
| 146 | + "@testing-library/jest-dom": "6.4.1", |
| 147 | + "@testing-library/react": "14.2.0", |
148 | 148 | "@types/bytes": "3.1.4",
|
149 | 149 | "@types/dotenv": "8.2.0",
|
150 |
| - "@types/node": "20.11.0", |
151 |
| - "@types/react": "18.2.47", |
| 150 | + "@types/node": "20.11.16", |
| 151 | + "@types/react": "18.2.51", |
152 | 152 | "@types/react-dom": "18.2.18",
|
153 | 153 | "@types/react-test-renderer": "18.0.7",
|
154 |
| - "@typescript-eslint/eslint-plugin": "6.18.1", |
155 |
| - "@typescript-eslint/parser": "6.18.1", |
| 154 | + "@typescript-eslint/eslint-plugin": "6.20.0", |
| 155 | + "@typescript-eslint/parser": "6.20.0", |
156 | 156 | "@vitejs/plugin-react": "4.2.1",
|
157 |
| - "@vitest/coverage-v8": "1.2.0", |
| 157 | + "@vitest/coverage-v8": "1.2.2", |
158 | 158 | "babel-loader": "9.1.3",
|
159 | 159 | "concurrently": "8.2.2",
|
160 |
| - "dotenv": "16.3.1", |
161 |
| - "drizzle-kit": "0.20.12", |
| 160 | + "dotenv": "16.4.1", |
| 161 | + "drizzle-kit": "0.20.14", |
162 | 162 | "drizzle-orm": "0.29.3",
|
163 | 163 | "eslint": "8.56.0",
|
164 | 164 | "eslint-config-airbnb": "19.0.4",
|
|
176 | 176 | "husky": "8.0.3",
|
177 | 177 | "jsdom": "23.2.0",
|
178 | 178 | "keyv": "4.5.4",
|
179 |
| - "lint-staged": "15.2.0", |
180 |
| - "mysql2": "3.7.0", |
181 |
| - "next": "14.0.4", |
| 179 | + "lint-staged": "15.2.1", |
| 180 | + "mysql2": "3.9.1", |
| 181 | + "next": "14.1.0", |
182 | 182 | "postgres": "3.4.3",
|
183 |
| - "prettier": "3.2.1", |
| 183 | + "prettier": "3.2.4", |
184 | 184 | "prop-types": "15.8.1",
|
185 | 185 | "react": "18.2.0",
|
186 | 186 | "react-dom": "18.2.0",
|
187 | 187 | "react-test-renderer": "18.2.0",
|
188 |
| - "release-it": "17.0.1", |
189 |
| - "storybook": "7.6.8", |
| 188 | + "release-it": "17.0.3", |
| 189 | + "storybook": "7.6.12", |
190 | 190 | "tsdoc-markdown": "0.1.0",
|
191 | 191 | "tsup": "8.0.1",
|
192 | 192 | "typescript": "5.3.3",
|
193 |
| - "vitest": "1.2.0", |
| 193 | + "vitest": "1.2.2", |
194 | 194 | "yalc": "1.0.0-pre.53"
|
195 | 195 | },
|
196 | 196 | "peerDependencies": {
|
|
0 commit comments