Skip to content

Commit ef3951b

Browse files
committed
chore(deps): 🔗 update dependencies
Here are the key dependency changes from the diff: 1. Major version upgrades: - rc-steps: 5.0.0 -> 6.0.1 - rc-switch: 3.2.2 -> 4.1.0 - rc-tabs: 12.5.10 -> 15.5.1 - rc-textarea: 0.4.7 -> 1.9.0 - rc-tooltip: 5.2.2 -> 6.4.0 - rc-drawer: 6.3.0 -> 7.2.0 - rc-field-form: 1.38.2 -> 2.7.0 - rc-image: 5.13.0 -> 7.11.0 - rc-input-number: 7.3.11 -> 9.4.0 2. Minor version upgrades: - rc-select: 14.1.18 -> 14.16.6 - rc-slider: 10.0.1 -> 11.1.8 - rc-table: 7.26.0 -> 7.50.2 - rc-tree: 5.7.12 -> 5.13.0 - rc-tree-select: 5.5.5 -> 5.27.0 - rc-util: 5.43.0 -> 5.44.4 3. New dependencies added: - dayjs: 1.11.13 - throttle-debounce: 5.0.2 4. Removed dependencies: - array-tree-filter - async-validator (replaced by @rc-component/async-validator) - computeds - dom-align 5. Build tool updates: - vite: 6.0.2 -> 6.1.0 - typescript: 5.7.2 -> 5.7.3 - esbuild: 0.24.0 -> 0.24.2 - rollup: 4.28.0 -> 4.34.6 The changes appear to be focused on updating RC components to newer major versions and modernizing dependencies while removing some older/unused ones.
1 parent f32b986 commit ef3951b

File tree

2 files changed

+1710
-974
lines changed

2 files changed

+1710
-974
lines changed

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "antd-form-composer",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "A powerful and flexible form composition library for React applications, built on top of Ant Design Form",
55
"license": "MIT",
66
"main": "./dist/index.umd.js",
@@ -52,34 +52,34 @@
5252
]
5353
},
5454
"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",
5858
"@types/react": "18.3.12",
5959
"@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",
6565
"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",
6868
"eslint-plugin-import": "2.31.0",
6969
"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",
7474
"eslint-plugin-simple-import-sort": "12.1.1",
7575
"husky": "9.1.7",
76-
"lint-staged": "15.2.10",
76+
"lint-staged": "15.4.3",
7777
"react": "18.3.1",
7878
"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",
8282
"vite-plugin-checker": "0.8.0",
83-
"vite-tsconfig-paths": "5.1.3"
83+
"vite-tsconfig-paths": "5.1.4"
8484
}
8585
}

0 commit comments

Comments
 (0)