Skip to content

Commit a159d6f

Browse files
Optimized and updated imports in core package.json (rjsf-team#2931)
* Optimized and updated imports in core package.json - Updated `tsdx` build to also run umd, eliminating the need for the one-off webpack version build - Deleted the `test-old` and `build-umd` scripts - Added `@rjsf/utils` to `peerDependencies` - Removed all of the webpack and cross-env related packages no longer needed for the one-off build - Also removed `express`, `gh-pages`, `estraverse*` and `husky` - Updated a bunch of the `peerDependencies` package versions to the latest - Deleted the now unnecessary `webpack.config.dist.js` * - Removed `prettier` from `package.json` as it differs from the version used in the main `package.json` - Ran `cs-format` to fix all of the prettier errors reported by `cs-check` * - Bumped `prettier` to pickup latest typescript support - Switched from `jsxBracketSameLine: true` to `bracketSameLine: false` - Ran `cs-format` over `playground` as well
1 parent afc3066 commit a159d6f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+99817
-18443
lines changed

package-lock.json

+1,119-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
},
1818
"dependencies": {
1919
"lerna": "^4.0.0",
20-
"prettier": "^1.18.2"
20+
"prettier": "^2.7.1"
2121
},
2222
"prettier": {
23-
"jsxBracketSameLine": true,
23+
"bracketSameLine": false,
2424
"trailingComma": "es5",
2525
"useTabs": false,
2626
"semi": true,
@@ -30,6 +30,7 @@
3030
"homepage": "https://github.com/rjsf-team/react-jsonschema-form",
3131
"devDependencies": {
3232
"husky": "^3.1.0",
33+
"lint-staged": "^10.1.3",
3334
"source-map-loader": "^1.1.2",
3435
"ts-loader": "^8.4.0",
3536
"tsdx": "^0.14.1",

0 commit comments

Comments
 (0)