|
34 | 34 | "version:dry-run": "nx affected --target version --dryRun --parallel=1 --verbose"
|
35 | 35 | },
|
36 | 36 | "devDependencies": {
|
37 |
| - "@babel/core": "^7.24.4", |
38 |
| - "@babel/preset-react": "^7.24.1", |
| 37 | + "@babel/core": "^7.25.2", |
| 38 | + "@babel/preset-react": "^7.24.7", |
39 | 39 | "@chromatic-com/storybook": "^1.3.3",
|
40 | 40 | "@commitlint/cli": "^18.6.0",
|
41 | 41 | "@commitlint/config-conventional": "^18.6.0",
|
42 | 42 | "@commitlint/config-nx-scopes": "^18.6.0",
|
43 |
| - "@jscutlery/semver": "^5.2.2", |
| 43 | + "@jscutlery/semver": "^5.3.1", |
44 | 44 | "@mui/lab": "^5.0.0-alpha.147",
|
45 |
| - "@mui/x-data-grid": "^7.2.0", |
| 45 | + "@mui/x-data-grid": "^7.18.0", |
46 | 46 | "@nx/devkit": "19.3.1",
|
47 |
| - "@nx/eslint": "19.3.1", |
48 |
| - "@nx/eslint-plugin": "19.3.1", |
49 |
| - "@nx/jest": "19.3.1", |
50 |
| - "@nx/js": "19.3.1", |
51 |
| - "@nx/plugin": "19.3.1", |
52 |
| - "@nx/react": "19.3.1", |
53 |
| - "@nx/storybook": "19.3.1", |
54 |
| - "@nx/vite": "19.3.1", |
55 |
| - "@nx/workspace": "19.3.1", |
| 47 | + "@nx/eslint": "19.8.0", |
| 48 | + "@nx/eslint-plugin": "19.8.0", |
| 49 | + "@nx/jest": "19.8.0", |
| 50 | + "@nx/js": "19.8.0", |
| 51 | + "@nx/plugin": "19.8.0", |
| 52 | + "@nx/react": "19.8.0", |
| 53 | + "@nx/storybook": "19.8.0", |
| 54 | + "@nx/vite": "19.8.0", |
| 55 | + "@nx/workspace": "19.8.0", |
56 | 56 | "@storybook/addon-a11y": "7.6.17",
|
57 | 57 | "@storybook/addon-essentials": "7.6.17",
|
58 | 58 | "@storybook/addon-themes": "7.6.17",
|
59 | 59 | "@storybook/core-server": "7.6.17",
|
60 | 60 | "@storybook/mdx1-csf": "^1.0.0",
|
61 | 61 | "@storybook/react-vite": "7.6.17",
|
62 |
| - "@testing-library/jest-dom": "^6.4.2", |
| 62 | + "@testing-library/jest-dom": "^6.5.0", |
63 | 63 | "@testing-library/react": "15.0.6",
|
64 | 64 | "@testing-library/user-event": "^14.5.2",
|
65 |
| - "@types/jest": "29.4.4", |
| 65 | + "@types/jest": "29.5.13", |
66 | 66 | "@types/node": "18.19.31",
|
67 |
| - "@types/react": "18.3.1", |
| 67 | + "@types/react": "18.3.9", |
68 | 68 | "@types/react-dom": "18.3.0",
|
69 | 69 | "@typescript-eslint/eslint-plugin": "7.6.0",
|
70 | 70 | "@typescript-eslint/parser": "7.6.0",
|
71 |
| - "babel-jest": "29.4.3", |
| 71 | + "babel-jest": "29.7.0", |
72 | 72 | "eslint": "8.57.0",
|
73 | 73 | "eslint-config-prettier": "9.1.0",
|
74 |
| - "eslint-plugin-import": "2.27.5", |
75 |
| - "eslint-plugin-jsx-a11y": "6.7.1", |
76 |
| - "eslint-plugin-react": "7.32.2", |
77 |
| - "eslint-plugin-react-hooks": "4.6.0", |
78 |
| - "husky": "^9.0.11", |
| 74 | + "eslint-plugin-import": "2.30.0", |
| 75 | + "eslint-plugin-jsx-a11y": "6.10.0", |
| 76 | + "eslint-plugin-react": "7.36.1", |
| 77 | + "eslint-plugin-react-hooks": "4.6.2", |
| 78 | + "husky": "^9.1.6", |
79 | 79 | "is-ci": "^3.0.1",
|
80 |
| - "jest": "29.4.3", |
81 |
| - "jest-environment-jsdom": "29.4.3", |
| 80 | + "jest": "29.7.0", |
| 81 | + "jest-environment-jsdom": "29.7.0", |
82 | 82 | "jest-environment-jsdom-global": "^4.0.0",
|
83 | 83 | "jsdom": "22.1.0",
|
84 | 84 | "jsonc-eslint-parser": "^2.4.0",
|
85 |
| - "libphonenumber-js": "1.11.4", |
| 85 | + "libphonenumber-js": "1.11.9", |
86 | 86 | "lint-staged": "^15.2.10",
|
87 |
| - "nx": "19.3.1", |
88 |
| - "prettier": "^3.2.5", |
| 87 | + "nx": "19.8.0", |
| 88 | + "prettier": "^3.3.3", |
89 | 89 | "react-hook-form": "^7.51.3",
|
90 | 90 | "react-imask": "7.6.1",
|
91 |
| - "react-number-format": "5.4.0", |
| 91 | + "react-number-format": "5.4.2", |
92 | 92 | "remark-gfm": "^4.0.0",
|
93 |
| - "ts-jest": "29.1.2", |
94 |
| - "ts-node": "10.9.1", |
| 93 | + "ts-jest": "29.2.5", |
| 94 | + "ts-node": "10.9.2", |
95 | 95 | "tslib": "^2.6.2",
|
96 |
| - "typescript": "5.4.5", |
| 96 | + "typescript": "5.6.2", |
97 | 97 | "undici": "^5.28.4",
|
98 |
| - "vite": "5.2.8" |
| 98 | + "vite": "5.4.7" |
99 | 99 | },
|
100 | 100 | "resolutions": {
|
101 | 101 | "markdown-to-jsx": "7.1.9"
|
|
0 commit comments