|
1 | 1 | {
|
2 | 2 | "name": "swagger-ui",
|
3 |
| - "version": "3.0.17", |
| 3 | + "version": "3.1.2", |
4 | 4 | "main": "dist/swagger-ui.js",
|
5 | 5 | "repository": "[email protected]:swagger-api/swagger-ui.git",
|
6 | 6 | "contributors": [
|
|
40 | 40 | },
|
41 | 41 | "dependencies": {
|
42 | 42 | "base64-js": "^1.2.0",
|
| 43 | + "brace": "0.7.0", |
43 | 44 | "deep-extend": "0.4.1",
|
44 | 45 | "expect": "1.20.2",
|
45 |
| - "getbase": "^3.4.2", |
| 46 | + "getbase": "^2.8.2", |
46 | 47 | "ieee754": "^1.1.8",
|
47 | 48 | "immutable": "^3.x.x",
|
48 | 49 | "js-yaml": "^3.5.5",
|
49 | 50 | "less": "2.7.1",
|
50 |
| - "lodash": "4.17.4", |
51 |
| - "matcher": "^1.0.0", |
52 |
| - "memoizee": "0.4.5", |
| 51 | + "lodash": "4.17.2", |
| 52 | + "matcher": "^0.1.2", |
| 53 | + "memoizee": "0.4.1", |
53 | 54 | "promise-worker": "^1.1.1",
|
54 | 55 | "prop-types": "^15.5.10",
|
55 | 56 | "react": "^15.4.0",
|
56 |
| - "react-addons-perf": "15.4.2", |
57 |
| - "react-addons-shallow-compare": "15.6.0", |
| 57 | + "react-addons-perf": "0.14.8", |
| 58 | + "react-addons-shallow-compare": "0.14.8", |
58 | 59 | "react-addons-test-utils": "^15.4.0",
|
59 |
| - "react-collapse": "4.0.2", |
| 60 | + "react-collapse": "2.3.1", |
60 | 61 | "react-dom": "^15.4.0",
|
61 |
| - "react-height": "^3.0.0", |
| 62 | + "react-height": "^2.0.0", |
62 | 63 | "react-hot-loader": "1.3.1",
|
63 | 64 | "react-immutable-proptypes": "2.1.0",
|
64 |
| - "react-motion": "0.5.0", |
| 65 | + "react-markdown": "^2.5.0", |
| 66 | + "react-motion": "0.4.4", |
65 | 67 | "react-object-inspector": "0.2.1",
|
66 |
| - "react-redux": "^5.x.x", |
| 68 | + "react-redux": "^4.x.x", |
67 | 69 | "react-remarkable": "1.1.1",
|
68 |
| - "react-split-pane": "0.1.63", |
| 70 | + "react-split-pane": "0.1.57", |
69 | 71 | "redux": "^3.x.x",
|
70 |
| - "redux-immutable": "4.0.0", |
| 72 | + "redux-immutable": "3.0.8", |
71 | 73 | "redux-logger": "*",
|
72 |
| - "reselect": "3.0.1", |
| 74 | + "reselect": "2.5.3", |
73 | 75 | "sanitize-html": "^1.14.1",
|
| 76 | + "scroll-to-element": "^2.0.0", |
74 | 77 | "serialize-error": "2.0.0",
|
75 | 78 | "shallowequal": "0.2.2",
|
76 |
| - "swagger-client": "3.0.16", |
| 79 | + "swagger-client": "3.0.19", |
77 | 80 | "url-parse": "^1.1.8",
|
78 |
| - "whatwg-fetch": "2.0.3", |
79 |
| - "worker-loader": "^0.8.0", |
| 81 | + "whatwg-fetch": "0.11.1", |
| 82 | + "worker-loader": "^0.7.1", |
80 | 83 | "xml": "1.0.1",
|
81 | 84 | "yaml-js": "0.2.0"
|
82 | 85 | },
|
|
0 commit comments