|
2 | 2 | "name": "@ant-design/v5-patch-for-react-19",
|
3 | 3 | "version": "0.0.0",
|
4 | 4 | "description": "Patch for antd v5 to support React 19",
|
5 |
| - "engines": { |
6 |
| - "node": ">=12.x" |
7 |
| - }, |
8 | 5 | "keywords": [
|
9 | 6 | "antd",
|
10 | 7 | "react"
|
11 | 8 | ],
|
12 | 9 | "homepage": "https://github.com/ant-design/v5-patch-for-react-19",
|
13 |
| - "author": "", |
| 10 | + "bugs": { |
| 11 | + "url": "https://github.com/ant-design/v5-patch-for-react-19/issues" |
| 12 | + }, |
14 | 13 | "repository": {
|
15 | 14 | "type": "git",
|
16 | 15 | "url": "https://github.com/ant-design/v5-patch-for-react-19.git"
|
17 | 16 | },
|
18 |
| - "bugs": { |
19 |
| - "url": "https://github.com/ant-design/v5-patch-for-react-19/issues" |
20 |
| - }, |
| 17 | + "license": "MIT", |
| 18 | + "author": "", |
| 19 | + "main": "./lib/index", |
| 20 | + "module": "./es/index", |
21 | 21 | "files": [
|
22 | 22 | "es",
|
23 | 23 | "lib"
|
24 | 24 | ],
|
25 |
| - "license": "MIT", |
26 |
| - "main": "./lib/index", |
27 |
| - "module": "./es/index", |
28 | 25 | "scripts": {
|
29 |
| - "start": "dumi dev", |
30 | 26 | "build": "dumi build",
|
31 | 27 | "compile": "father build",
|
32 |
| - "prepublishOnly": "npm run compile && np --yolo --no-publish", |
| 28 | + "coverage": "rc-test --coverage", |
33 | 29 | "lint": "eslint src/ docs/examples/ --ext .tsx,.ts,.jsx,.js",
|
34 |
| - "test": "rc-test", |
35 |
| - "coverage": "rc-test --coverage" |
| 30 | + "prepublishOnly": "npm run compile && np --yolo --no-publish", |
| 31 | + "start": "dumi dev", |
| 32 | + "test": "rc-test" |
| 33 | + }, |
| 34 | + "dependencies": { |
| 35 | + "@babel/runtime": "^7.18.3" |
36 | 36 | },
|
37 | 37 | "devDependencies": {
|
38 | 38 | "@rc-component/father-plugin": "^1.0.0",
|
39 | 39 | "@testing-library/jest-dom": "^5.16.4",
|
40 |
| - "@testing-library/react": "^13.0.0", |
| 40 | + "@testing-library/react": "^16.1.0", |
41 | 41 | "@types/classnames": "^2.2.10",
|
42 | 42 | "@types/jest": "^26.0.15",
|
43 | 43 | "@types/react": "^19.0.0",
|
|
54 | 54 | "regenerator-runtime": "^0.13.7",
|
55 | 55 | "typescript": "^4.0.0"
|
56 | 56 | },
|
57 |
| - "dependencies": { |
58 |
| - "@babel/runtime": "^7.18.3" |
59 |
| - }, |
60 | 57 | "peerDependencies": {
|
61 | 58 | "antd": ">=5.22.6",
|
62 | 59 | "react": ">=19.0.0",
|
63 | 60 | "react-dom": ">=19.0.0"
|
| 61 | + }, |
| 62 | + "engines": { |
| 63 | + "node": ">=12.x" |
64 | 64 | }
|
65 | 65 | }
|
0 commit comments