Skip to content

Commit

Permalink
fix playground material example
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarprudnikov committed Feb 4, 2022
1 parent 97f89d3 commit b1d0099
Show file tree
Hide file tree
Showing 3 changed files with 116 additions and 72 deletions.
176 changes: 110 additions & 66 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"node": ">=10"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.9.0",
"@rjsf/core": ">=2.0.0",
"core-js": "^2.5.7"
"core-js": "^2.5.7",
"prop-types": "^15.7.2",
"react": "^16.9.0"
},
"dependencies": {
"deepcopy": "^2.0.0",
Expand All @@ -72,8 +72,9 @@
"@babel/runtime-corejs2": "^7.8.7",
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.4",
"@rjsf/core": "^3.2.1",
"@rjsf/material-ui": "^3.0.0",
"@rjsf/material-ui": "^3.2.1",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.0.0",
"babel-eslint": "^10.1.0",
Expand Down
3 changes: 1 addition & 2 deletions webpack.playground.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ module.exports = {

// https://webpack.js.org/configuration/dev-server/
devServer: {
port: 8080,
writeToDisk: false // https://webpack.js.org/configuration/dev-server/#devserverwritetodisk-
port: 8080
},

// https://webpack.js.org/plugins/html-webpack-plugin/
Expand Down

0 comments on commit b1d0099

Please sign in to comment.