Skip to content

Commit 8130751

Browse files
authored
Merge pull request #1757 from swagger-api/shockey-patch-1
fix: make `react-ace` and `brace` production dependencies
2 parents 66f1635 + 3e17a96 commit 8130751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"dependencies": {
4343
"ajv": "^5.2.2",
4444
"boron": "^0.2.3",
45+
"brace": "^0.10.0",
4546
"classnames": "^2.1.3",
4647
"core-js": "^2.4.1",
4748
"deepmerge": "^1.3.2",
@@ -51,6 +52,7 @@
5152
"json-refs": "^3.0.4",
5253
"prop-types": "15.6.0",
5354
"react": "^15.6.2",
55+
"react-ace": "^4.1.6",
5456
"react-addons-css-transition-group": "^15.4.2",
5557
"react-dd-menu": "^2.0.0",
5658
"react-dom": "^15.6.2",
@@ -78,7 +80,6 @@
7880
"babel-preset-react": "^6.23.0",
7981
"babel-preset-stage-0": "^6.22.0",
8082
"babel-runtime": "^6.23.0",
81-
"brace": "^0.10.0",
8283
"cross-env": "^5.1.3",
8384
"css-loader": "0.22.0",
8485
"deep-extend": "^0.4.1",
@@ -110,7 +111,6 @@
110111
"postcss-loader": "0.7.0",
111112
"promise-worker": "^1.1.1",
112113
"raw-loader": "0.5.1",
113-
"react-ace": "^4.1.6",
114114
"react-hot-loader": "^1.3.1",
115115
"react-immutable-proptypes": "^2.1.0",
116116
"reselect": "^2.5.4",

0 commit comments

Comments
 (0)