|
51 | 51 | "license-check": "license-checker --production --onlyAllow 'MIT;ISC;Apache-2.0;BSD;BSD-2-Clause;BSD-3-Clause' --summary" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | | - "@babel/core": "7.0.0-rc.1", |
55 | | - "@babel/plugin-syntax-decorators": "7.0.0-rc.1", |
56 | | - "@babel/plugin-syntax-jsx": "7.0.0-rc.1", |
57 | | - "@babel/plugin-syntax-typescript": "7.0.0-rc.1", |
| 54 | + "@babel/core": "7.0.0-rc.2", |
| 55 | + "@babel/plugin-syntax-decorators": "7.0.0-rc.2", |
| 56 | + "@babel/plugin-syntax-jsx": "7.0.0-rc.2", |
| 57 | + "@babel/plugin-syntax-typescript": "7.0.0-rc.2", |
58 | 58 | "@cypress/webpack-preprocessor": "2.0.1", |
59 | 59 | "@types/chai": "4.1.4", |
60 | 60 | "@types/dompurify": "^0.0.31", |
|
65 | 65 | "@types/lodash": "^4.14.116", |
66 | 66 | "@types/lunr": "^2.1.6", |
67 | 67 | "@types/mark.js": "^8.11.1", |
68 | | - "@types/marked": "^0.4.0", |
| 68 | + "@types/marked": "^0.4.1", |
69 | 69 | "@types/prismjs": "^1.6.4", |
70 | 70 | "@types/prop-types": "^15.5.5", |
71 | 71 | "@types/react": "^16.4.11", |
72 | 72 | "@types/react-dom": "^16.0.7", |
73 | 73 | "@types/react-hot-loader": "^4.1.0", |
74 | 74 | "@types/react-tabs": "^1.0.5", |
75 | 75 | "@types/tapable": "1.0.4", |
76 | | - "@types/webpack": "^4.4.10", |
| 76 | + "@types/webpack": "^4.4.11", |
77 | 77 | "@types/webpack-env": "^1.13.0", |
78 | 78 | "@types/yargs": "^11.1.1", |
79 | 79 | "babel-loader": "8.0.0-beta.2", |
80 | 80 | "babel-plugin-styled-components": "^1.5.1", |
81 | 81 | "beautify-benchmark": "^0.2.4", |
82 | 82 | "bundlesize": "^0.17.0", |
83 | | - "conventional-changelog-cli": "^2.0.1", |
| 83 | + "conventional-changelog-cli": "^2.0.5", |
84 | 84 | "copy-webpack-plugin": "^4.5.2", |
85 | 85 | "core-js": "^2.5.7", |
86 | 86 | "coveralls": "^3.0.2", |
87 | 87 | "css-loader": "^1.0.0", |
88 | 88 | "cypress": "~3.1.0", |
89 | 89 | "deploy-to-gh-pages": "^1.3.6", |
90 | | - "enzyme": "^3.4.3", |
| 90 | + "enzyme": "^3.4.4", |
91 | 91 | "enzyme-adapter-react-16": "^1.2.0", |
92 | 92 | "enzyme-to-json": "^3.3.4", |
93 | 93 | "fork-ts-checker-webpack-plugin": "0.4.3", |
|
113 | 113 | "tslint": "^5.11.0", |
114 | 114 | "tslint-react": "^3.4.0", |
115 | 115 | "typescript": "^3.0.1", |
116 | | - "webpack": "^4.16.5", |
| 116 | + "webpack": "^4.17.1", |
117 | 117 | "webpack-cli": "^3.1.0", |
118 | 118 | "webpack-dev-server": "^3.1.5", |
119 | 119 | "webpack-node-externals": "^1.6.0", |
|
139 | 139 | "mobx-react": "^5.2.5", |
140 | 140 | "openapi-sampler": "1.0.0-beta.14", |
141 | 141 | "perfect-scrollbar": "^1.4.0", |
142 | | - "polished": "^1.9.3", |
| 142 | + "polished": "^2.0.2", |
143 | 143 | "prismjs": "^1.15.0", |
144 | 144 | "prop-types": "^15.6.2", |
145 | | - "react-dropdown": "^1.6.1", |
146 | | - "react-hot-loader": "^4.3.4", |
| 145 | + "react-dropdown": "^1.6.2", |
| 146 | + "react-hot-loader": "^4.3.5", |
147 | 147 | "react-tabs": "^2.0.0", |
148 | 148 | "slugify": "^1.3.1", |
149 | 149 | "stickyfill": "^1.1.1", |
150 | | - "styled-components": "^3.4.2", |
| 150 | + "styled-components": "^3.4.5", |
151 | 151 | "tslib": "^1.9.3" |
152 | 152 | }, |
153 | 153 | "resolutions": { |
|
0 commit comments