|
44 | 44 | "prepublishOnly": "pnpm lint && pnpm test && pnpm build" |
45 | 45 | }, |
46 | 46 | "peerDependencies": { |
47 | | - "@ant-design/icons": "^6.1.0", |
48 | | - "@tanstack/react-query": "^5.90.19", |
49 | | - "ahooks": "^3.9.6", |
50 | | - "antd": "^6.2.1", |
51 | | - "antd-style": "^3.7.1", |
52 | | - "graphql": "^16.12.0", |
53 | | - "i18next": "^25.8.0", |
54 | | - "react": "^19.2.3", |
55 | | - "react-dom": "^19.2.3", |
56 | | - "react-i18next": "^16.5.3", |
57 | | - "react-relay": "^20.1.1", |
58 | | - "react-router-dom": "^6.30.3", |
59 | | - "relay-runtime": "^20.1.1" |
| 47 | + "@ant-design/icons": "catalog:", |
| 48 | + "@tanstack/react-query": "catalog:", |
| 49 | + "ahooks": "catalog:", |
| 50 | + "antd": "catalog:", |
| 51 | + "antd-style": "catalog:", |
| 52 | + "graphql": "catalog:", |
| 53 | + "i18next": "catalog:", |
| 54 | + "react": "catalog:", |
| 55 | + "react-dom": "catalog:", |
| 56 | + "react-i18next": "catalog:", |
| 57 | + "react-relay": "catalog:", |
| 58 | + "react-router-dom": "catalog:", |
| 59 | + "relay-runtime": "catalog:" |
60 | 60 | }, |
61 | 61 | "dependencies": { |
62 | 62 | "@dnd-kit/core": "^6.3.1", |
63 | 63 | "@dnd-kit/modifiers": "^9.0.0", |
64 | 64 | "@dnd-kit/sortable": "^10.0.0", |
65 | 65 | "@dnd-kit/utilities": "^3.2.2", |
66 | | - "big.js": "^7.0.1", |
67 | | - "classnames": "^2.5.1", |
68 | | - "dayjs": "^1.11.19", |
69 | | - "lodash": "^4.17.23", |
70 | | - "lucide-react": "^0.552.0", |
71 | | - "react-copy-to-clipboard": "^5.1.0", |
| 66 | + "big.js": "catalog:", |
| 67 | + "classnames": "catalog:", |
| 68 | + "dayjs": "catalog:", |
| 69 | + "lodash": "catalog:", |
| 70 | + "lucide-react": "catalog:", |
| 71 | + "react-copy-to-clipboard": "catalog:", |
72 | 72 | "react-draggable": "^4.5.0", |
73 | 73 | "react-error-boundary": "^6.1.0", |
74 | 74 | "react-resizable": "^3.1.3" |
75 | 75 | }, |
76 | 76 | "devDependencies": { |
77 | | - "@eslint/js": "^9.18.0", |
78 | | - "@jest/expect": "30.2.0", |
79 | | - "@jest/globals": "30.2.0", |
| 77 | + "eslint-config-bai": "workspace:*", |
| 78 | + "@eslint/js": "catalog:", |
| 79 | + "@jest/expect": "catalog:", |
| 80 | + "@jest/globals": "catalog:", |
80 | 81 | "@storybook/addon-docs": "^10.1.11", |
81 | 82 | "@storybook/addon-onboarding": "^10.1.11", |
82 | 83 | "@storybook/react-vite": "^10.1.11", |
83 | | - "@testing-library/jest-dom": "^6.9.1", |
84 | | - "@testing-library/react": "^16.3.2", |
85 | | - "@testing-library/user-event": "^14.6.1", |
86 | | - "@trivago/prettier-plugin-sort-imports": "^4.3.0", |
87 | | - "@types/big.js": "^6.2.2", |
88 | | - "@types/lodash": "^4.17.23", |
89 | | - "@types/react": "^19.2.9", |
90 | | - "@types/react-copy-to-clipboard": "^5.0.7", |
91 | | - "@types/react-dom": "^19.2.3", |
92 | | - "@types/react-relay": "^18.2.1", |
| 84 | + "@testing-library/jest-dom": "catalog:", |
| 85 | + "@testing-library/react": "catalog:", |
| 86 | + "@testing-library/user-event": "catalog:", |
| 87 | + "@trivago/prettier-plugin-sort-imports": "catalog:", |
| 88 | + "@types/big.js": "catalog:", |
| 89 | + "@types/lodash": "catalog:", |
| 90 | + "@types/react": "catalog:", |
| 91 | + "@types/react-copy-to-clipboard": "catalog:", |
| 92 | + "@types/react-dom": "catalog:", |
| 93 | + "@types/react-relay": "catalog:", |
93 | 94 | "@types/react-resizable": "^3.0.8", |
94 | | - "@types/relay-runtime": "^19.0.3", |
95 | | - "@types/relay-test-utils": "^19.0.0", |
| 95 | + "@types/relay-runtime": "catalog:", |
| 96 | + "@types/relay-test-utils": "catalog:", |
96 | 97 | "@vitejs/plugin-react": "^4.7.0", |
97 | 98 | "@vueless/storybook-dark-mode": "^10.0.6", |
98 | | - "babel-jest": "^30.2.0", |
99 | | - "babel-plugin-react-compiler": "^1.0.0", |
100 | | - "eslint": "^9.18.0", |
101 | | - "eslint-config-bai": "workspace:*", |
102 | | - "eslint-plugin-import": "^2.31.0", |
103 | | - "eslint-plugin-react": "^7.37.5", |
104 | | - "eslint-plugin-react-hooks": "^7.0.1", |
105 | | - "eslint-plugin-json-schema-validator": "^5.5.1", |
| 99 | + "babel-jest": "catalog:", |
| 100 | + "babel-plugin-react-compiler": "catalog:", |
| 101 | + "eslint": "catalog:", |
| 102 | + "eslint-plugin-import": "catalog:", |
| 103 | + "eslint-plugin-react": "catalog:", |
| 104 | + "eslint-plugin-react-hooks": "catalog:", |
| 105 | + "eslint-plugin-json-schema-validator": "catalog:", |
106 | 106 | "eslint-plugin-storybook": "^10.1.11", |
107 | | - "globals": "^16.0.0", |
108 | | - "jsonc-eslint-parser": "^2.4.2", |
109 | | - "typescript-eslint": "^8.23.0", |
| 107 | + "globals": "catalog:", |
| 108 | + "jsonc-eslint-parser": "catalog:", |
| 109 | + "typescript-eslint": "catalog:", |
110 | 110 | "fast-glob": "^3.3.3", |
111 | | - "jest": "^29.7.0", |
112 | | - "jest-environment-jsdom": "^29.7.0", |
113 | | - "prettier-plugin-sort-json": "^4.2.0", |
114 | | - "relay-test-utils": "^20.1.1", |
| 111 | + "jest": "catalog:", |
| 112 | + "jest-environment-jsdom": "catalog:", |
| 113 | + "prettier-plugin-sort-json": "catalog:", |
| 114 | + "relay-test-utils": "catalog:", |
115 | 115 | "storybook": "^10.2.10", |
116 | | - "ts-jest": "^29.4.6", |
| 116 | + "ts-jest": "catalog:", |
117 | 117 | "typescript": "^5.9.3", |
118 | 118 | "vite": "^6.4.1", |
119 | 119 | "vite-plugin-dts": "^4.5.4", |
|
0 commit comments