|
18 | 18 | "build-storybook": "storybook build"
|
19 | 19 | },
|
20 | 20 | "dependencies": {
|
21 |
| - "@emotion/react": "^11.14.0", |
22 |
| - "@emotion/styled": "^11.14.0", |
23 |
| - "@faker-js/faker": "^9.8.0", |
24 |
| - "@fontsource/roboto": "^5.2.6", |
25 |
| - "@hookform/resolvers": "^5.1.1", |
26 |
| - "@mui/icons-material": "^7.1.1", |
27 |
| - "@mui/material": "^7.1.1", |
28 |
| - "@mui/x-date-pickers": "^8.5.2", |
29 |
| - "@react-oauth/google": "^0.12.2", |
30 |
| - "@tanstack/react-query": "^5.80.7", |
31 |
| - "@tanstack/react-query-devtools": "^5.80.7", |
| 21 | + "@emotion/react": "11.14.0", |
| 22 | + "@emotion/styled": "11.14.1", |
| 23 | + "@faker-js/faker": "9.8.0", |
| 24 | + "@fontsource/roboto": "5.2.6", |
| 25 | + "@hookform/resolvers": "5.1.1", |
| 26 | + "@mui/icons-material": "7.1.2", |
| 27 | + "@mui/material": "7.1.2", |
| 28 | + "@mui/x-date-pickers": "8.5.3", |
| 29 | + "@react-oauth/google": "0.12.2", |
| 30 | + "@tanstack/react-query": "5.80.7", |
| 31 | + "@tanstack/react-query-devtools": "5.80.7", |
32 | 32 | "@types/node": "24.0.1",
|
33 | 33 | "@types/react": "19.1.8",
|
34 | 34 | "@types/react-dom": "19.1.6",
|
35 |
| - "accept-language": "^3.0.20", |
36 |
| - "date-fns": "^3.6.0", |
37 |
| - "dotenv": "^16.5.0", |
| 35 | + "accept-language": "3.0.20", |
| 36 | + "date-fns": "3.6.0", |
| 37 | + "dotenv": "16.5.0", |
38 | 38 | "eslint": "8.57.1",
|
39 | 39 | "eslint-config-next": "15.4.2",
|
40 | 40 | "i18next": "25.2.1",
|
41 |
| - "i18next-browser-languagedetector": "^8.2.0", |
42 |
| - "i18next-resources-to-backend": "^1.2.1", |
43 |
| - "js-cookie": "^3.0.5", |
44 |
| - "mui-tiptap": "^1.18.1", |
45 |
| - "nanoid": "^5.1.5", |
| 41 | + "i18next-browser-languagedetector": "8.2.0", |
| 42 | + "i18next-resources-to-backend": "1.2.1", |
| 43 | + "js-cookie": "3.0.5", |
| 44 | + "mui-tiptap": "1.18.1", |
| 45 | + "nanoid": "5.1.5", |
46 | 46 | "next": "15.4.2",
|
47 | 47 | "react": "19.1.0",
|
48 | 48 | "react-dom": "19.1.0",
|
49 |
| - "react-dropzone": "^14.3.8", |
50 |
| - "react-hook-form": "^7.57.0", |
51 |
| - "react-i18next": "^15.5.3", |
52 |
| - "react-toastify": "^11.0.5", |
| 49 | + "react-dropzone": "14.3.8", |
| 50 | + "react-hook-form": "7.58.1", |
| 51 | + "react-i18next": "15.5.3", |
| 52 | + "react-toastify": "11.0.5", |
53 | 53 | "react-virtuoso": "4.13.0",
|
54 | 54 | "typescript": "5.8.3",
|
55 |
| - "yup": "^1.6.1" |
| 55 | + "yup": "1.6.1" |
56 | 56 | },
|
57 | 57 | "devDependencies": {
|
58 |
| - "@chromatic-com/storybook": "^4.0.1", |
59 |
| - "@commitlint/cli": "^19.8.1", |
60 |
| - "@commitlint/config-conventional": "^19.8.1", |
61 |
| - "@playwright/test": "^1.53.0", |
62 |
| - "@release-it/conventional-changelog": "^8.0.1", |
63 |
| - "@storybook/addon-links": "^9.0.18", |
64 |
| - "@storybook/addon-onboarding": "^9.0.18", |
65 |
| - "@storybook/nextjs": "^9.0.18", |
66 |
| - "@types/js-cookie": "^3.0.6", |
67 |
| - "@typescript-eslint/eslint-plugin": "^7.0.0", |
68 |
| - "@typescript-eslint/parser": "^7.0.0", |
69 |
| - "eslint-config-prettier": "^10.0.0", |
70 |
| - "eslint-plugin-prettier": "^5.4.1", |
71 |
| - "eslint-plugin-storybook": "^9.0.18", |
72 |
| - "husky": "^9.1.7", |
73 |
| - "hygen": "^6.2.11", |
74 |
| - "is-ci": "^4.1.0", |
75 |
| - "prettier": "^3.5.3", |
76 |
| - "release-it": "^17.1.1", |
77 |
| - "storybook": "^9.0.18", |
78 |
| - "@storybook/addon-docs": "^9.0.18" |
| 58 | + "@chromatic-com/storybook": "4.0.1", |
| 59 | + "@commitlint/cli": "19.8.1", |
| 60 | + "@commitlint/config-conventional": "19.8.1", |
| 61 | + "@playwright/test": "1.54.1", |
| 62 | + "@release-it/conventional-changelog": "8.0.2", |
| 63 | + "@storybook/addon-links": "9.0.18", |
| 64 | + "@storybook/addon-onboarding": "9.0.18", |
| 65 | + "@storybook/nextjs": "9.0.18", |
| 66 | + "@types/js-cookie": "3.0.6", |
| 67 | + "@typescript-eslint/eslint-plugin": "7.18.0", |
| 68 | + "@typescript-eslint/parser": "7.18.0", |
| 69 | + "eslint-config-prettier": "10.1.8", |
| 70 | + "eslint-plugin-prettier": "5.5.3", |
| 71 | + "eslint-plugin-storybook": "9.0.18", |
| 72 | + "husky": "9.1.7", |
| 73 | + "hygen": "6.2.11", |
| 74 | + "is-ci": "4.1.0", |
| 75 | + "prettier": "3.6.2", |
| 76 | + "release-it": "17.11.0", |
| 77 | + "storybook": "9.0.18", |
| 78 | + "@storybook/addon-docs": "9.0.18" |
79 | 79 | },
|
80 | 80 | "release-it": {
|
81 | 81 | "git": {
|
|
0 commit comments