|
137 | 137 | "lint-staged"
|
138 | 138 | ],
|
139 | 139 | "devDependencies": {
|
140 |
| - "@babel/cli": "^7.2.3", |
141 |
| - "@babel/core": "^7.3.4", |
| 140 | + "@babel/cli": "^7.4.4", |
| 141 | + "@babel/core": "^7.4.4", |
142 | 142 | "@babel/plugin-external-helpers": "^7.2.0",
|
143 |
| - "@babel/plugin-proposal-class-properties": "^7.3.4", |
144 |
| - "@babel/plugin-proposal-decorators": "^7.3.0", |
| 143 | + "@babel/plugin-proposal-class-properties": "^7.4.4", |
| 144 | + "@babel/plugin-proposal-decorators": "^7.4.4", |
145 | 145 | "@babel/plugin-proposal-json-strings": "^7.2.0",
|
146 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.3.4", |
| 146 | + "@babel/plugin-proposal-object-rest-spread": "^7.4.4", |
147 | 147 | "@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
148 | 148 | "@babel/plugin-syntax-import-meta": "^7.2.0",
|
149 |
| - "@babel/plugin-transform-async-to-generator": "^7.3.4", |
150 |
| - "@babel/plugin-transform-modules-commonjs": "^7.2.0", |
| 149 | + "@babel/plugin-transform-async-to-generator": "^7.4.4", |
| 150 | + "@babel/plugin-transform-modules-commonjs": "^7.4.4", |
151 | 151 | "@babel/plugin-transform-react-constant-elements": "^7.2.0",
|
152 | 152 | "@babel/plugin-transform-react-inline-elements": "^7.2.0",
|
153 |
| - "@babel/plugin-transform-runtime": "^7.3.4", |
154 |
| - "@babel/preset-env": "^7.3.4", |
| 153 | + "@babel/plugin-transform-runtime": "^7.4.4", |
| 154 | + "@babel/preset-env": "^7.4.4", |
155 | 155 | "@babel/preset-react": "^7.0.0",
|
156 |
| - "@rollup-umd/documentation": "^2.0.1", |
157 |
| - "@rollup-umd/ncu": "^1.0.5", |
| 156 | + "@rollup-umd/documentation": "^2.0.2", |
| 157 | + "@rollup-umd/ncu": "^1.0.9", |
158 | 158 | "@semantic-release/changelog": "^3.0.2",
|
159 | 159 | "@semantic-release/git": "^7.0.8",
|
160 | 160 | "@semantic-release/github": "^5.2.10",
|
161 |
| - "@semantic-release/npm": "^5.1.4", |
162 |
| - "@yeutech-lab/documentation": "^2.0.0", |
| 161 | + "@semantic-release/npm": "^5.1.7", |
| 162 | + "@yeutech-lab/documentation": "^2.0.1", |
163 | 163 | "@yeutech-lab/test-polyfill": "^1.1.5",
|
164 | 164 | "babel-eslint": "^10.0.1",
|
165 |
| - "babel-jest": "^24.3.1", |
166 |
| - "babel-loader": "^8.0.5", |
167 |
| - "babel-merge": "^2.0.1", |
168 |
| - "babel-plugin-add-module-exports": "^1.0.0", |
| 165 | + "babel-jest": "^24.8.0", |
| 166 | + "babel-loader": "^8.0.6", |
| 167 | + "babel-merge": "^3.0.0", |
| 168 | + "babel-plugin-add-module-exports": "^1.0.2", |
169 | 169 | "babel-plugin-array-includes": "^2.0.3",
|
170 | 170 | "babel-plugin-dynamic-import-node": "^2.2.0",
|
171 | 171 | "babel-plugin-react-transform": "^3.0.0",
|
172 | 172 | "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
173 | 173 | "cz-conventional-changelog": "^2.1.0",
|
174 |
| - "eslint": "^5.15.1", |
| 174 | + "eslint": "^5.16.0", |
175 | 175 | "eslint-config-airbnb-base": "^13.1.0",
|
176 |
| - "eslint-plugin-import": "^2.16.0", |
| 176 | + "eslint-plugin-import": "^2.17.2", |
177 | 177 | "exports-loader": "^0.7.0",
|
178 |
| - "istanbul-api": "^2.1.1", |
179 |
| - "istanbul-reports": "^2.1.1", |
180 |
| - "jest-cli": "^24.3.1", |
| 178 | + "istanbul-api": "^3.0.0", |
| 179 | + "istanbul-reports": "^2.2.4", |
| 180 | + "jest-cli": "^24.8.0", |
181 | 181 | "jest-sonar-reporter": "^2.0.0",
|
182 |
| - "lint-staged": "^8.1.5", |
| 182 | + "lint-staged": "^8.1.6", |
183 | 183 | "pre-commit": "^1.2.2",
|
184 |
| - "rollup": "^1.6.0", |
185 |
| - "semantic-release": "^15.13.3", |
| 184 | + "rollup": "^1.11.3", |
| 185 | + "semantic-release": "^15.13.12", |
186 | 186 | "toctoc": "^0.3.2",
|
187 |
| - "webpack": "^4.29.6" |
| 187 | + "webpack": "^4.31.0" |
188 | 188 | },
|
189 | 189 | "dependencies": {
|
190 | 190 | "rollup-plugin-babel": "^4.3.2",
|
191 | 191 | "rollup-plugin-cleanup": "^3.1.1",
|
192 |
| - "rollup-plugin-commonjs": "^9.2.1", |
| 192 | + "rollup-plugin-commonjs": "^9.3.4", |
193 | 193 | "rollup-plugin-inject": "^2.2.0",
|
194 |
| - "rollup-plugin-json": "^3.1.0", |
| 194 | + "rollup-plugin-json": "^4.0.0", |
195 | 195 | "rollup-plugin-node-builtins": "^2.1.2",
|
196 |
| - "rollup-plugin-node-resolve": "^4.0.1", |
197 |
| - "rollup-plugin-replace": "^2.1.0", |
| 196 | + "rollup-plugin-node-resolve": "^4.2.4", |
| 197 | + "rollup-plugin-replace": "^2.2.0", |
198 | 198 | "rollup-plugin-terser": "^4.0.4",
|
199 |
| - "rollup-plugin-visualizer": "^1.0.2", |
| 199 | + "rollup-plugin-visualizer": "^1.1.1", |
200 | 200 | "rollup-watch": "^4.3.1"
|
201 | 201 | },
|
202 | 202 | "peerDependencies": {},
|
|
0 commit comments