|
5 | 5 | "license": "BSD-3-Clause",
|
6 | 6 | "author": "OVH SAS",
|
7 | 7 | "devDependencies": {
|
8 |
| - "@babel/cli": "^7.5.0", |
9 |
| - "@babel/core": "^7.5.0", |
10 |
| - "@babel/node": "^7.5.0", |
11 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.5.0", |
| 8 | + "@babel/cli": "^7.6.2", |
| 9 | + "@babel/core": "^7.6.2", |
| 10 | + "@babel/node": "^7.6.2", |
| 11 | + "@babel/plugin-proposal-object-rest-spread": "^7.6.2", |
12 | 12 | "@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
13 |
| - "@babel/plugin-transform-runtime": "^7.5.0", |
14 |
| - "@babel/polyfill": "^7.4.4", |
15 |
| - "@babel/preset-env": "^7.4.5", |
16 |
| - "@babel/register": "^7.4.4", |
17 |
| - "@babel/runtime": "^7.4.5", |
| 13 | + "@babel/plugin-transform-runtime": "^7.6.2", |
| 14 | + "@babel/polyfill": "^7.6.0", |
| 15 | + "@babel/preset-env": "^7.6.2", |
| 16 | + "@babel/register": "^7.6.2", |
| 17 | + "@babel/runtime": "^7.6.2", |
18 | 18 | "autoprefixer": "^9.6.0",
|
19 | 19 | "babel-loader": "^8.0.6",
|
20 | 20 | "babel-plugin-angularjs-annotate": "^0.10.0",
|
21 |
| - "babel-plugin-istanbul": "^5.1.4", |
| 21 | + "babel-plugin-istanbul": "^5.2.0", |
22 | 22 | "babel-plugin-lodash": "^3.3.4",
|
23 |
| - "core-js": "^3.1.3", |
24 |
| - "css-loader": "^3.0.0", |
| 23 | + "core-js": "^3.2.1", |
| 24 | + "css-loader": "^3.2.0", |
25 | 25 | "cssnano": "^4.1.10",
|
26 | 26 | "eslint-friendly-formatter": "^4.0.1",
|
27 | 27 | "eslint-loader": "^2.1.2",
|
28 |
| - "file-loader": "^4.0.0", |
| 28 | + "file-loader": "^4.2.0", |
29 | 29 | "html-loader": "^0.5.5",
|
30 | 30 | "istanbul-instrumenter-loader": "^3.0.1",
|
31 |
| - "jasmine-core": "^3.4.0", |
32 |
| - "less": "^3.9.0", |
| 31 | + "jasmine-core": "^3.5.0", |
| 32 | + "less": "^3.10.3", |
33 | 33 | "less-loader": "^5.0.0",
|
34 | 34 | "less-plugin-remcalc": "^0.1.0",
|
35 | 35 | "lodash-webpack-plugin": "^0.11.5",
|
36 |
| - "mini-css-extract-plugin": "^0.7.0", |
| 36 | + "mini-css-extract-plugin": "^0.8.0", |
37 | 37 | "postcss-loader": "^3.0.0",
|
38 |
| - "style-loader": "^0.23.1", |
39 |
| - "webpack": "^4.35.2", |
40 |
| - "webpack-cli": "^3.3.6", |
41 |
| - "webpack-merge": "^4.2.1" |
| 38 | + "style-loader": "^1.0.0", |
| 39 | + "webpack": "^4.41.0", |
| 40 | + "webpack-cli": "^3.3.9", |
| 41 | + "webpack-merge": "^4.2.2" |
42 | 42 | }
|
43 | 43 | }
|
0 commit comments