@rjsf/antd 5.24.9 → 5.24.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +6 -33
package/package.json CHANGED
@@ -1,37 +1,10 @@
1
1
  {
2
2
  "name": "@rjsf/antd",
3
- "version": "5.24.9",
3
+ "version": "5.24.11",
4
4
  "description": "Ant Design theme, fields and widgets for react-jsonschema-form",
5
5
  "main": "dist/index.js",
6
6
  "module": "lib/index.js",
7
7
  "typings": "lib/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "require": "./dist/index.js",
11
- "import": "./lib/index.js",
12
- "types": "./lib/index.d.ts"
13
- },
14
- "./lib": {
15
- "require": "./dist/index.js",
16
- "import": "./lib/index.js",
17
- "types": "./lib/index.d.ts"
18
- },
19
- "./lib/*.js": {
20
- "require": "./dist/*.js",
21
- "import": "./lib/*.js",
22
- "types": "./lib/*.d.ts"
23
- },
24
- "./dist": {
25
- "require": "./dist/index.js",
26
- "import": "./lib/index.js",
27
- "types": "./lib/index.d.ts"
28
- },
29
- "./dist/*.js": {
30
- "require": "./dist/*.js",
31
- "import": "./lib/*.js",
32
- "types": "./lib/*.d.ts"
33
- }
34
- },
35
8
  "scripts": {
36
9
  "compileReplacer": "tsc -p tsconfig.replacer.json",
37
10
  "build:ts": "npm run compileReplacer && rimraf ./lib && tsc -b tsconfig.build.json && tsc-alias -p tsconfig.build.json",
@@ -84,10 +57,10 @@
84
57
  "@babel/preset-env": "^7.23.9",
85
58
  "@babel/preset-react": "^7.23.3",
86
59
  "@babel/preset-typescript": "^7.23.3",
87
- "@rjsf/core": "^5.24.9",
88
- "@rjsf/snapshot-tests": "^5.24.9",
89
- "@rjsf/utils": "^5.24.9",
90
- "@rjsf/validator-ajv8": "^5.24.9",
60
+ "@rjsf/core": "^5.24.11",
61
+ "@rjsf/snapshot-tests": "^5.24.11",
62
+ "@rjsf/utils": "^5.24.11",
63
+ "@rjsf/validator-ajv8": "^5.24.11",
91
64
  "@rollup/plugin-replace": "^5.0.5",
92
65
  "@types/jest": "^29.5.12",
93
66
  "@types/lodash": "^4.14.202",
@@ -134,5 +107,5 @@
134
107
  "publishConfig": {
135
108
  "access": "public"
136
109
  },
137
- "gitHead": "c5d47c86b6065718c2dc0fd96c0a4cf1d67c0b55"
110
+ "gitHead": "7e80bfedc8884ba68b2832f404eba8e6bd11416f"
138
111
  }