|
1 | 1 | {
|
2 | 2 | "devDependencies": {
|
3 |
| - "eslint": "7.14.0", |
| 3 | + "eslint": "7.20.0", |
4 | 4 | "eslint-config-standard": "16.0.2",
|
5 | 5 | "eslint-plugin-import": "2.22.1",
|
6 | 6 | "eslint-plugin-node": "11.1.0",
|
7 |
| - "eslint-plugin-promise": "4.2.1", |
| 7 | + "eslint-plugin-promise": "4.3.1", |
8 | 8 | "eslint-plugin-standard": "4.1.0",
|
9 | 9 | "popper.js": "1.16.1",
|
10 |
| - "stylelint": "13.8.0", |
| 10 | + "stylelint": "13.10.0", |
11 | 11 | "stylelint-config-standard": "20.0.0",
|
12 |
| - "webpack-cli": "4.2.0" |
| 12 | + "webpack-cli": "4.5.0" |
13 | 13 | },
|
14 | 14 | "dependencies": {
|
15 |
| - "@babel/core": "7.12.3", |
16 |
| - "@babel/plugin-transform-modules-commonjs": "7.12.1", |
| 15 | + "@babel/core": "7.12.16", |
| 16 | + "@babel/plugin-transform-modules-commonjs": "7.12.13", |
17 | 17 | "@babel/plugin-transform-runtime": "7.12.1",
|
18 |
| - "@babel/preset-env": "7.12.1", |
19 |
| - "@babel/preset-react": "7.12.5", |
20 |
| - "@babel/runtime": "7.12.5", |
21 |
| - "acorn": "8.0.4", |
22 |
| - "ajv": "6.12.6", |
23 |
| - "autoprefixer": "10.0.2", |
24 |
| - "babel-loader": "8.2.1", |
25 |
| - "bootstrap": "4.5.3", |
26 |
| - "css-loader": "5.0.1", |
| 18 | + "@babel/preset-env": "7.12.16", |
| 19 | + "@babel/preset-react": "7.12.13", |
| 20 | + "@babel/runtime": "7.12.13", |
| 21 | + "acorn": "8.0.5", |
| 22 | + "ajv": "7.1.1", |
| 23 | + "autoprefixer": "10.2.4", |
| 24 | + "babel-loader": "8.2.2", |
| 25 | + "bootstrap": "4.6.0", |
| 26 | + "css-loader": "5.0.2", |
27 | 27 | "file-loader": "6.2.0",
|
28 | 28 | "glslify-loader": "2.0.0",
|
29 | 29 | "jquery": "3.5.1",
|
30 | 30 | "js-util": "git://github.com/ykob/js-util.git",
|
31 | 31 | "liquid-logo": "git://github.com/liqd/liquid-logo.git",
|
32 |
| - "mini-css-extract-plugin": "1.3.1", |
| 32 | + "mini-css-extract-plugin": "1.3.7", |
33 | 33 | "node-libs-browser": "2.2.1",
|
34 | 34 | "node-sass": "5.0.0",
|
35 |
| - "postcss": "8.2.0", |
36 |
| - "postcss-loader": "4.0.4", |
| 35 | + "postcss": "8.2.6", |
| 36 | + "postcss-loader": "4.2.0", |
37 | 37 | "raw-loader": "1.0.0",
|
38 |
| - "sass-loader": "10.1.0", |
39 |
| - "terser-webpack-plugin": "4.2.3", |
| 38 | + "sass-loader": "10.1.1", |
| 39 | + "terser-webpack-plugin": "5.1.1", |
40 | 40 | "url-loader": "4.1.1",
|
41 |
| - "webpack": "4.44.2", |
42 |
| - "webpack-merge": "5.4.0" |
| 41 | + "webpack": "5.9.0", |
| 42 | + "webpack-merge": "5.7.3" |
43 | 43 | },
|
44 | 44 | "scripts": {
|
45 | 45 | "lint": "eslint apps/core -c package.json && stylelint 'apps/core/**/*.scss' --syntax scss",
|
|
0 commit comments