|
9 | 9 | "build": "rimraf dist && tsdx build --format cjs,es,umd",
|
10 | 10 | "test": "tsdx test",
|
11 | 11 | "test:update": "tsdx test --u"
|
12 |
| - }, |
| 12 | + }, |
13 | 13 | "files": [
|
14 | 14 | "dist"
|
15 | 15 | ],
|
|
24 | 24 | },
|
25 | 25 | "peerDependencies": {
|
26 | 26 | "@ant-design/icons": "^4.0.0",
|
27 |
| - "@rjsf/core": "^4.0.0", |
| 27 | + "@rjsf/core": "^4.2.0", |
| 28 | + "@rjsf/utils": "^4.2.0", |
28 | 29 | "antd": "^4.0.0",
|
29 |
| - "antd-dayjs-webpack-plugin": "1.0.0", |
30 | 30 | "dayjs": "^1.8.0",
|
31 |
| - "lodash": "^4.17.15", |
32 |
| - "lodash-es": "^4.17.15", |
33 | 31 | "react": ">=16"
|
34 | 32 | },
|
35 | 33 | "devDependencies": {
|
36 | 34 | "@ant-design/icons": "^4.0.0",
|
37 |
| - "@babel/cli": "^7.4.4", |
38 |
| - "@babel/core": "^7.4.5", |
39 |
| - "@babel/plugin-proposal-class-properties": "^7.5.5", |
40 |
| - "@babel/plugin-transform-react-jsx": "^7.3.0", |
41 |
| - "@babel/preset-env": "^7.10.3", |
42 |
| - "@babel/preset-react": "^7.0.0", |
43 |
| - "@babel/register": "^7.4.4", |
| 35 | + "@babel/cli": "^7.18.6", |
| 36 | + "@babel/core": "^7.18.6", |
| 37 | + "@babel/plugin-proposal-class-properties": "^7.18.6", |
| 38 | + "@babel/plugin-transform-react-jsx": "^7.18.6", |
| 39 | + "@babel/preset-env": "^7.18.6", |
| 40 | + "@babel/preset-react": "^7.18.6", |
| 41 | + "@babel/register": "^7.18.6", |
44 | 42 | "@rjsf/core": "^4.2.0",
|
| 43 | + "@rjsf/utils": "^4.2.0", |
| 44 | + "@rjsf/validator-ajv6": "^4.2.0", |
45 | 45 | "antd": "^4.0.0",
|
46 | 46 | "atob": "^2.0.3",
|
47 | 47 | "babel-eslint": "^10.0.1",
|
48 |
| - "babel-loader": "^8.0.6", |
49 |
| - "concurrently": "^5.1.0", |
50 |
| - "cross-env": "^2.0.1", |
51 |
| - "css-loader": "^3.2.0", |
52 |
| - "dayjs": "^1.8.0", |
53 |
| - "eslint": "^4.9.0", |
54 |
| - "eslint-config-react-app": "^2.0.1", |
55 |
| - "eslint-plugin-flowtype": "^2.39.1", |
56 |
| - "eslint-plugin-import": "^2.21.2", |
57 |
| - "eslint-plugin-jsx-a11y": "^5.1.1", |
58 |
| - "eslint-plugin-react": "^7.4.0", |
59 |
| - "jest": "24.9.0", |
60 |
| - "less": "^3.10.3", |
61 |
| - "less-loader": "^5.0.0", |
| 48 | + "dayjs": "^1.11.3", |
| 49 | + "eslint": "^8.19.0", |
| 50 | + "eslint-plugin-import": "^2.26.0", |
62 | 51 | "lodash": "^4.17.15",
|
63 | 52 | "lodash-es": "^4.17.15",
|
64 |
| - "react": "^16.8.6", |
65 |
| - "react-dom": "^16.8.6", |
66 |
| - "react-test-renderer": "^16.13.1", |
| 53 | + "react": "^16.14.0", |
| 54 | + "react-dom": "^16.14.0", |
| 55 | + "react-test-renderer": "^16.14.0", |
67 | 56 | "rimraf": "^3.0.2",
|
68 |
| - "style-loader": "^2.0.0", |
69 |
| - "webpack": "^4.20.2", |
70 |
| - "webpack-cli": "^3.1.2", |
71 |
| - "webpack-dev-middleware": "^3.4.0", |
72 |
| - "webpack-hot-middleware": "^2.13.2" |
| 57 | + "tsdx": "^0.14.1" |
73 | 58 | },
|
74 | 59 | "repository": {
|
75 | 60 | "type": "git",
|
|
86 | 71 | "rjsf-antd"
|
87 | 72 | ],
|
88 | 73 | "author": "Delyan Ruskov <[email protected]>",
|
| 74 | + "contributors": [ |
| 75 | + "Heath Chiavettone <[email protected]" |
| 76 | + ], |
89 | 77 | "license": "Apache-2.0",
|
90 | 78 | "bugs": {
|
91 | 79 | "url": "https://github.com/rjsf-team/react-jsonschema-form/issues"
|
|
0 commit comments