|
1 | 1 | { |
2 | 2 | "name": "antd-form-composer", |
3 | | - "version": "1.0.2", |
| 3 | + "version": "1.0.3", |
4 | 4 | "description": "A powerful and flexible form composition library for React applications, built on top of Ant Design Form", |
5 | 5 | "license": "MIT", |
6 | 6 | "main": "./dist/index.umd.js", |
|
52 | 52 | ] |
53 | 53 | }, |
54 | 54 | "devDependencies": { |
55 | | - "@commitlint/cli": "19.6.0", |
56 | | - "@commitlint/config-conventional": "19.6.0", |
57 | | - "@types/node": "22.10.1", |
| 55 | + "@commitlint/cli": "19.7.1", |
| 56 | + "@commitlint/config-conventional": "19.7.1", |
| 57 | + "@types/node": "22.13.1", |
58 | 58 | "@types/react": "18.3.12", |
59 | 59 | "@types/react-dom": "18.3.1", |
60 | | - "@typescript-eslint/eslint-plugin": "8.17.0", |
61 | | - "@typescript-eslint/parser": "8.17.0", |
62 | | - "@vitejs/plugin-react": "1.2.0", |
63 | | - "@vitejs/plugin-react-swc": "3.7.2", |
64 | | - "antd": "4.24.16", |
| 60 | + "@typescript-eslint/eslint-plugin": "8.24.0", |
| 61 | + "@typescript-eslint/parser": "8.24.0", |
| 62 | + "@vitejs/plugin-react": "4.3.4", |
| 63 | + "@vitejs/plugin-react-swc": "3.8.0", |
| 64 | + "antd": "5.24.0", |
65 | 65 | "devmoji": "2.3.0", |
66 | | - "eslint": "9.16.0", |
67 | | - "eslint-config-prettier": "9.1.0", |
| 66 | + "eslint": "9.20.1", |
| 67 | + "eslint-config-prettier": "10.0.1", |
68 | 68 | "eslint-plugin-import": "2.31.0", |
69 | 69 | "eslint-plugin-jsx-a11y": "6.10.2", |
70 | | - "eslint-plugin-prettier": "5.2.1", |
71 | | - "eslint-plugin-react": "7.37.2", |
72 | | - "eslint-plugin-react-hooks": "5.0.0", |
73 | | - "eslint-plugin-react-refresh": "0.4.16", |
| 70 | + "eslint-plugin-prettier": "5.2.3", |
| 71 | + "eslint-plugin-react": "7.37.4", |
| 72 | + "eslint-plugin-react-hooks": "5.1.0", |
| 73 | + "eslint-plugin-react-refresh": "0.4.19", |
74 | 74 | "eslint-plugin-simple-import-sort": "12.1.1", |
75 | 75 | "husky": "9.1.7", |
76 | | - "lint-staged": "15.2.10", |
| 76 | + "lint-staged": "15.4.3", |
77 | 77 | "react": "18.3.1", |
78 | 78 | "react-dom": "18.3.1", |
79 | | - "typescript": "5.7.2", |
80 | | - "vite": "6.0.2", |
81 | | - "vite-plugin-dts": "4.3.0", |
| 79 | + "typescript": "5.7.3", |
| 80 | + "vite": "6.1.0", |
| 81 | + "vite-plugin-dts": "4.5.0", |
82 | 82 | "vite-plugin-checker": "0.8.0", |
83 | | - "vite-tsconfig-paths": "5.1.3" |
| 83 | + "vite-tsconfig-paths": "5.1.4" |
84 | 84 | } |
85 | 85 | } |
0 commit comments