|
70 | 70 | "eslint --fix"
|
71 | 71 | ]
|
72 | 72 | },
|
73 |
| - "dependencies": { |
74 |
| - "@babel/runtime": "^7.24.5", |
75 |
| - "react-layout-kit": "^1.9.0" |
76 |
| - }, |
77 | 73 | "devDependencies": {
|
78 | 74 | "@commitlint/cli": "^18.6.1",
|
79 | 75 | "@lobehub/lint": "latest",
|
80 |
| - "@lobehub/ui": "^1.138.23", |
| 76 | + "@lobehub/ui": "^1.145.5", |
81 | 77 | "@testing-library/react": "^14.3.1",
|
82 | 78 | "@types/lodash-es": "^4.17.12",
|
83 | 79 | "@types/pangu": "^4.0.2",
|
84 | 80 | "@types/query-string": "^6.3.0",
|
85 |
| - "@types/react": "^18.3.2", |
| 81 | + "@types/react": "^18.3.3", |
86 | 82 | "@types/react-dom": "^18.3.0",
|
87 | 83 | "@vitest/coverage-v8": "latest",
|
88 |
| - "antd": "^5.17.0", |
| 84 | + "antd": "^5.18.3", |
89 | 85 | "antd-style": "^3.6.2",
|
90 | 86 | "babel-plugin-antd-style": "latest",
|
91 | 87 | "commitlint": "^18.6.1",
|
|
94 | 90 | "dumi": "2.2.17",
|
95 | 91 | "dumi-theme-lobehub": "latest",
|
96 | 92 | "eslint": "^8.57.0",
|
97 |
| - "father": "^4.4.1", |
98 |
| - "glob": "^10.3.14", |
| 93 | + "father": "^4.4.4", |
| 94 | + "glob": "^10.4.2", |
99 | 95 | "gray-matter": "^4.0.3",
|
100 | 96 | "husky": "^8.0.3",
|
101 | 97 | "jsdom": "^23.2.0",
|
102 |
| - "lint-staged": "^15.2.2", |
| 98 | + "lint-staged": "^15.2.7", |
103 | 99 | "lodash-es": "^4.17.21",
|
104 | 100 | "lucide-react": "latest",
|
105 | 101 | "markdown-table": "^3.0.3",
|
106 |
| - "prettier": "^3.2.5", |
| 102 | + "prettier": "^3.3.2", |
107 | 103 | "react": "^18.3.1",
|
108 | 104 | "react-dom": "^18.3.1",
|
109 | 105 | "remark": "^14.0.3",
|
110 | 106 | "remark-cli": "^11.0.0",
|
111 | 107 | "semantic-release": "^21.1.2",
|
112 | 108 | "stylelint": "^15.11.0",
|
113 | 109 | "svgo-browser": "^1.3.8",
|
114 |
| - "tsx": "^4.9.5", |
115 |
| - "typescript": "^5.4.5", |
| 110 | + "tsx": "^4.15.9", |
| 111 | + "typescript": "^5.5.2", |
116 | 112 | "vitest": "latest"
|
117 | 113 | },
|
118 | 114 | "peerDependencies": {
|
| 115 | + "@babel/runtime": ">=7", |
119 | 116 | "react": ">=18",
|
120 |
| - "react-dom": ">=18" |
| 117 | + "react-dom": ">=18", |
| 118 | + "react-layout-kit": ">=1" |
121 | 119 | },
|
122 | 120 | "publishConfig": {
|
123 | 121 | "access": "public",
|
|
0 commit comments