|
11 | 11 | "license": "ISC",
|
12 | 12 | "devDependencies": {
|
13 | 13 | "@alp/internal-core": "*",
|
14 |
| - "@faker-js/faker": "^8.0.2", |
15 |
| - "@nx/devkit": "^16.9.1", |
16 |
| - "@nx/eslint-plugin": "^16.9.1", |
17 |
| - "@nx/jest": "^16.9.1", |
18 |
| - "@nx/js": "^16.9.1", |
19 |
| - "@nx/linter": "^16.9.1", |
20 |
| - "@nx/node": "^16.9.1", |
21 |
| - "@nx/plugin": "^16.9.1", |
22 |
| - "@nx/react": "^16.9.1", |
23 |
| - "@nx/storybook": "^16.9.1", |
24 |
| - "@nx/web": "^16.9.1", |
25 |
| - "@storybook/addon-essentials": "^7.4.5", |
26 |
| - "@storybook/core-server": "^7.4.5", |
27 |
| - "@storybook/nextjs": "^7.4.5", |
28 |
| - "@storybook/react": "^7.4.5", |
29 |
| - "@swc-node/register": "^1.6.8", |
30 |
| - "@swc/core": "^1.3.90", |
31 |
| - "@testing-library/dom": "^9.3.3", |
32 |
| - "@testing-library/jest-dom": "^6.1.3", |
33 |
| - "@testing-library/react": "^14.0.0", |
| 14 | + "@faker-js/faker": "^8.4.1", |
| 15 | + "@nx/devkit": "^16.10.0", |
| 16 | + "@nx/eslint-plugin": "^16.10.0", |
| 17 | + "@nx/jest": "^16.10.0", |
| 18 | + "@nx/js": "^16.10.0", |
| 19 | + "@nx/linter": "^16.10.0", |
| 20 | + "@nx/node": "^16.10.0", |
| 21 | + "@nx/plugin": "^16.10.0", |
| 22 | + "@nx/react": "^16.10.0", |
| 23 | + "@nx/storybook": "^16.10.0", |
| 24 | + "@nx/web": "^16.10.0", |
| 25 | + "@storybook/addon-essentials": "^7.6.17", |
| 26 | + "@storybook/core-server": "^7.6.17", |
| 27 | + "@storybook/nextjs": "^7.6.17", |
| 28 | + "@storybook/react": "^7.6.17", |
| 29 | + "@swc-node/register": "^1.9.0", |
| 30 | + "@swc/core": "^1.4.5", |
| 31 | + "@testing-library/dom": "^9.3.4", |
| 32 | + "@testing-library/jest-dom": "^6.4.2", |
| 33 | + "@testing-library/react": "^14.2.1", |
34 | 34 | "@testing-library/react-hooks": "^8.0.1",
|
35 |
| - "@testing-library/user-event": "^14.5.1", |
36 |
| - "@trivago/prettier-plugin-sort-imports": "^4.1.1", |
37 |
| - "@types/jest": "^29.5.5", |
38 |
| - "@types/node": "^20.6.3", |
39 |
| - "@types/ramda": "^0.29.4", |
40 |
| - "@types/react": "^18.2.23", |
41 |
| - "@types/react-dom": "^18.2.8", |
42 |
| - "@types/testing-library__jest-dom": "^5.14.5", |
43 |
| - "@typescript-eslint/eslint-plugin": "^5.59.2", |
44 |
| - "@typescript-eslint/parser": "^5.59.2", |
| 35 | + "@testing-library/user-event": "^14.5.2", |
| 36 | + "@trivago/prettier-plugin-sort-imports": "^4.3.0", |
| 37 | + "@types/jest": "^29.5.12", |
| 38 | + "@types/node": "^20.11.25", |
| 39 | + "@types/ramda": "^0.29.11", |
| 40 | + "@types/react": "^18.2.64", |
| 41 | + "@types/react-dom": "^18.2.21", |
| 42 | + "@types/testing-library__jest-dom": "^5.14.9", |
| 43 | + "@typescript-eslint/eslint-plugin": "^5.62.0", |
| 44 | + "@typescript-eslint/parser": "^5.62.0", |
45 | 45 | "env-cmd": "^10.1.0",
|
46 |
| - "eslint": "8.39.0", |
47 |
| - "eslint-config-prettier": "^8.8.0", |
48 |
| - "eslint-import-resolver-typescript": "^3.5.5", |
49 |
| - "eslint-plugin-formatjs": "^4.10.5", |
50 |
| - "eslint-plugin-react": "^7.32.2", |
| 46 | + "eslint": "8.57.0", |
| 47 | + "eslint-config-prettier": "^8.10.0", |
| 48 | + "eslint-import-resolver-typescript": "^3.6.1", |
| 49 | + "eslint-plugin-formatjs": "^4.12.2", |
| 50 | + "eslint-plugin-react": "^7.34.0", |
51 | 51 | "eslint-plugin-react-hooks": "^4.6.0",
|
52 |
| - "eslint-plugin-testing-library": "^6.0.1", |
53 |
| - "husky": "^8.0.3", |
54 |
| - "jest": "^29.5.0", |
55 |
| - "jest-environment-jsdom": "^29.5.0", |
56 |
| - "jest-matcher-utils": "^29.6.2", |
| 52 | + "eslint-plugin-testing-library": "^6.2.0", |
| 53 | + "husky": "^9.0.11", |
| 54 | + "jest": "^29.7.0", |
| 55 | + "jest-environment-jsdom": "^29.7.0", |
| 56 | + "jest-matcher-utils": "^29.7.0", |
57 | 57 | "jest-watch-typeahead": "^2.2.2",
|
58 |
| - "jsonc-eslint-parser": "^2.2.0", |
59 |
| - "lint-staged": "^13.2.2", |
60 |
| - "nx": "^16.9.1", |
| 58 | + "jsonc-eslint-parser": "^2.4.0", |
| 59 | + "lint-staged": "^15.2.2", |
| 60 | + "nx": "^16.10.0", |
61 | 61 | "prettier": "^2.8.8",
|
62 |
| - "storybook": "^7.4.5", |
63 |
| - "storybook-dark-mode": "^3.0.1", |
64 |
| - "ts-jest": "^29.1.1", |
65 |
| - "ts-node": "^10.9.1", |
66 |
| - "tslib": "^2.5.0", |
67 |
| - "typescript": "5.0.4" |
| 62 | + "storybook": "^7.6.17", |
| 63 | + "storybook-dark-mode": "^3.0.3", |
| 64 | + "ts-jest": "^29.1.2", |
| 65 | + "ts-node": "^10.9.2", |
| 66 | + "tslib": "^2.6.2", |
| 67 | + "typescript": "5.4.2" |
68 | 68 | },
|
69 | 69 | "dependencies": {
|
70 |
| - "@apollo/client": "^3.8.4", |
| 70 | + "@apollo/client": "^3.9.6", |
71 | 71 | "@apollo/experimental-nextjs-app-support": "^0.8.0",
|
72 |
| - "@apollo/server": "^4.10.0", |
73 |
| - "@emotion/react": "^11.11.1", |
74 |
| - "@mantine/core": "^6.0.11", |
75 |
| - "@mantine/form": "^6.0.17", |
76 |
| - "@mantine/hooks": "^6.0.11", |
77 |
| - "@mantine/modals": "^6.0.17", |
78 |
| - "@tabler/icons-react": "^2.30.0", |
| 72 | + "@apollo/server": "^4.10.1", |
| 73 | + "@emotion/react": "^11.11.4", |
| 74 | + "@mantine/core": "^6.0.21", |
| 75 | + "@mantine/form": "^6.0.21", |
| 76 | + "@mantine/hooks": "^6.0.21", |
| 77 | + "@mantine/modals": "^6.0.21", |
| 78 | + "@tabler/icons-react": "^2.47.0", |
79 | 79 | "graphql": "^16.8.1",
|
80 |
| - "next": "14.1.2", |
81 |
| - "next-auth": "^4.24.6", |
82 |
| - "ramda": "^0.29.0", |
| 80 | + "next": "14.1.3", |
| 81 | + "next-auth": "^4.24.7", |
| 82 | + "ramda": "^0.29.1", |
83 | 83 | "react": "^18.2.0",
|
84 | 84 | "react-dom": "^18.2.0",
|
85 | 85 | "react-intl": "^6.6.2",
|
86 | 86 | "typeorm": "^0.3.20",
|
87 |
| - "zod": "^3.21.4" |
| 87 | + "zod": "^3.22.4" |
88 | 88 | },
|
89 | 89 | "pnpm": {
|
90 | 90 | "overrides": {
|
|
0 commit comments