|
9 | 9 | "prettier": "prettier -l \"src/**/*.ts(x)\"", |
10 | 10 | "prettier:fix": "prettier -wl \"src/**/*.ts(x)\"", |
11 | 11 | "preview": "vite preview", |
12 | | - "storybook": "storybook dev -p 6006", |
13 | | - "build-storybook": "storybook build", |
14 | 12 | "introspection": "graphql-codegen --config graphql-codegen.yml", |
15 | 13 | "i18next": "i18next -s", |
16 | 14 | "prepare": "husky" |
17 | 15 | }, |
18 | 16 | "dependencies": { |
19 | 17 | "@apollo/client": "^3.8.3", |
20 | | - "@bu-sail/saas-view": "^0.0.2", |
| 18 | + "@bu-sail/saas-view": "^0.0.4", |
21 | 19 | "@emotion/react": "^11.11.1", |
22 | 20 | "@emotion/styled": "^11.11.0", |
23 | 21 | "@firebase/app": "^0.14.7", |
24 | 22 | "@firebase/auth": "^1.12.0", |
25 | | - "@jsonforms/core": "3.2.0", |
26 | | - "@jsonforms/material-renderers": "3.2.0", |
27 | | - "@jsonforms/react": "3.2.0", |
28 | | - "@mui/icons-material": "^5.11.16", |
29 | | - "@mui/material": "^5.13.5", |
30 | | - "@mui/x-data-grid": "^6.11.0", |
31 | | - "@mui/x-data-grid-pro": "^6.10.1", |
32 | | - "@mui/x-date-pickers": "^6.9.0", |
| 23 | + "@jsonforms/core": "^3.7.0", |
| 24 | + "@jsonforms/material-renderers": "^3.7.0", |
| 25 | + "@jsonforms/react": "^3.7.0", |
| 26 | + "@mui/icons-material": "^7.3.9", |
| 27 | + "@mui/material": "^7.3.9", |
| 28 | + "@mui/x-data-grid": "^7.3.9", |
| 29 | + "@mui/x-data-grid-pro": "^7.3.9", |
| 30 | + "@mui/x-date-pickers": "^8.0.0", |
33 | 31 | "ajv": "^8.12.0", |
34 | 32 | "ajv-errors": "^3.0.0", |
35 | 33 | "axios": "^1.6.2", |
36 | 34 | "esbuild": "^0.19.0", |
37 | 35 | "firebaseui": "^6.1.0", |
38 | 36 | "graphql": "^16.8.0", |
39 | | - "i18next": "^23.8.2", |
| 37 | + "i18next": "^25.10.9", |
40 | 38 | "i18next-browser-languagedetector": "^7.2.0", |
41 | 39 | "i18next-http-backend": "^2.4.3", |
42 | 40 | "injection-js": "^2.4.0", |
43 | 41 | "jwt-decode": "^3.1.2", |
44 | | - "react": "^18.2.0", |
45 | | - "react-dom": "^18.2.0", |
46 | | - "react-i18next": "^14.0.1", |
47 | | - "react-router-dom": "^6.12.1", |
| 42 | + "react": "^19.2.0", |
| 43 | + "react-dom": "^19.2.0", |
| 44 | + "react-i18next": "^16.6.1", |
| 45 | + "react-router-dom": "^7.13.2", |
48 | 46 | "styled-components": "^5.3.10" |
49 | 47 | }, |
50 | 48 | "devDependencies": { |
51 | 49 | "@graphql-codegen/cli": "^5.0.0", |
52 | 50 | "@graphql-codegen/client-preset": "^4.1.0", |
53 | 51 | "@graphql-codegen/near-operation-file-preset": "^2.5.0", |
54 | 52 | "@graphql-codegen/typescript-react-apollo": "^3.3.7", |
55 | | - "@storybook/addon-essentials": "^7.0.20", |
56 | | - "@storybook/addon-interactions": "^7.0.20", |
57 | | - "@storybook/addon-links": "^7.0.20", |
58 | | - "@storybook/blocks": "^7.0.20", |
59 | | - "@storybook/react": "^7.0.20", |
60 | | - "@storybook/react-vite": "^7.0.20", |
61 | | - "@storybook/testing-library": "^0.0.14-next.2", |
62 | 53 | "@types/react": "^18.0.37", |
63 | 54 | "@types/react-dom": "^18.0.11", |
64 | 55 | "@types/styled-components": "^5.1.26", |
|
73 | 64 | "i18next-parser": "^9.0.0", |
74 | 65 | "prettier": "2.8.8", |
75 | 66 | "prop-types": "^15.8.1", |
76 | | - "storybook": "^7.0.20", |
77 | 67 | "typescript": "^5.0.2", |
78 | 68 | "vite": "^4.3.9" |
79 | 69 | }, |
|
0 commit comments