@rjsf/core 4.2.1 → 4.2.2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rjsf/core",
3
- "version": "4.2.1",
3
+ "version": "4.2.2",
4
4
  "description": "A simple React component capable of building HTML forms out of a JSON schema.",
5
5
  "scripts": {
6
6
  "build": "rimraf dist && tsdx build --format cjs,es && cross-env NODE_ENV=production BABEL_ENV=umd webpack --config webpack.config.dist.js",
@@ -97,7 +97,6 @@
97
97
  "rimraf": "^2.5.4",
98
98
  "sinon": "^9.0.2",
99
99
  "style-loader": "^2.0.0",
100
- "webpack-cli": "^3.1.2",
101
100
  "webpack-dev-middleware": "^3.4.0",
102
101
  "webpack-hot-middleware": "^2.13.2"
103
102
  },
@@ -119,5 +118,5 @@
119
118
  "publishConfig": {
120
119
  "access": "public"
121
120
  },
122
- "gitHead": "d355518abef3706fdb4e9ff9ffe51efb4af73438"
121
+ "gitHead": "e4f1545e7a658ad6a0de476682131680c04982f9"
123
122
  }