Skip to content

Commit

Permalink
Merge pull request #1757 from swagger-api/shockey-patch-1
Browse files Browse the repository at this point in the history
fix: make `react-ace` and `brace` production dependencies
  • Loading branch information
shockey authored May 16, 2018
2 parents 66f1635 + 3e17a96 commit 8130751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"dependencies": {
"ajv": "^5.2.2",
"boron": "^0.2.3",
"brace": "^0.10.0",
"classnames": "^2.1.3",
"core-js": "^2.4.1",
"deepmerge": "^1.3.2",
Expand All @@ -51,6 +52,7 @@
"json-refs": "^3.0.4",
"prop-types": "15.6.0",
"react": "^15.6.2",
"react-ace": "^4.1.6",
"react-addons-css-transition-group": "^15.4.2",
"react-dd-menu": "^2.0.0",
"react-dom": "^15.6.2",
Expand Down Expand Up @@ -78,7 +80,6 @@
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"babel-runtime": "^6.23.0",
"brace": "^0.10.0",
"cross-env": "^5.1.3",
"css-loader": "0.22.0",
"deep-extend": "^0.4.1",
Expand Down Expand Up @@ -110,7 +111,6 @@
"postcss-loader": "0.7.0",
"promise-worker": "^1.1.1",
"raw-loader": "0.5.1",
"react-ace": "^4.1.6",
"react-hot-loader": "^1.3.1",
"react-immutable-proptypes": "^2.1.0",
"reselect": "^2.5.4",
Expand Down

0 comments on commit 8130751

Please sign in to comment.