|
1 | 1 | { |
2 | 2 | "author": "WeAreAthlon <hello@weareathlon.com> (https://www.weareathlon.com)", |
3 | 3 | "name": "@weareathlon/frontend-webpack-boilerplate", |
4 | | - "version": "5.2.2", |
| 4 | + "version": "5.3.0", |
5 | 5 | "description": "Starter project template boilerplate based on Webpack with SASS/PostCSS and babel ES6/7 support.", |
6 | 6 | "homepage": "https://github.com/WeAreAthlon/frontend-webpack-boilerplate#readme", |
7 | 7 | "browserslist": [ |
|
21 | 21 | ], |
22 | 22 | "dependencies": {}, |
23 | 23 | "devDependencies": { |
24 | | - "@babel/core": "^7.12.10", |
25 | | - "@babel/preset-env": "^7.12.11", |
26 | | - "ajv": "^7.0.3", |
27 | | - "autoprefixer": "^10.2.3", |
| 24 | + "@babel/core": "^7.12.16", |
| 25 | + "@babel/preset-env": "^7.12.16", |
| 26 | + "ajv": "^7.1.0", |
| 27 | + "autoprefixer": "^10.2.4", |
28 | 28 | "babel-loader": "^8.2.2", |
29 | 29 | "clean-webpack-plugin": "^3.0.0", |
30 | 30 | "copy-webpack-plugin": "^7.0.0", |
31 | | - "css-loader": "^5.0.1", |
| 31 | + "css-loader": "^5.0.2", |
32 | 32 | "css-minimizer-webpack-plugin": "^1.2.0", |
33 | | - "eslint": "^7.18.0", |
| 33 | + "eslint": "^7.20.0", |
34 | 34 | "eslint-config-airbnb": "^18.2.1", |
35 | 35 | "eslint-plugin-import": "^2.22.1", |
36 | 36 | "eslint-plugin-jsx-a11y": "^6.4.1", |
37 | 37 | "eslint-plugin-react": "^7.22.0", |
38 | 38 | "eslint-plugin-react-hooks": "^4.2.0", |
39 | 39 | "file-loader": "^6.2.0", |
40 | | - "html-webpack-plugin": "^4.5.1", |
| 40 | + "html-webpack-plugin": "^5.0.1", |
41 | 41 | "image-minimizer-webpack-plugin": "^2.2.0", |
42 | 42 | "imagemin-gifsicle": "^7.0.0", |
43 | 43 | "imagemin-jpegtran": "^7.0.0", |
44 | 44 | "imagemin-optipng": "^8.0.0", |
45 | 45 | "imagemin-svgo": "^8.0.0", |
46 | | - "mini-css-extract-plugin": "^1.3.4", |
47 | | - "postcss": "^8.2.4", |
48 | | - "postcss-loader": "^4.1.0", |
49 | | - "sass": "^1.32.5", |
| 46 | + "mini-css-extract-plugin": "^1.3.7", |
| 47 | + "postcss": "^8.2.6", |
| 48 | + "postcss-loader": "^5.0.0", |
| 49 | + "sass": "^1.32.7", |
50 | 50 | "sass-lint": "^1.13.1", |
51 | | - "sass-loader": "^10.1.1", |
| 51 | + "sass-loader": "^11.0.0", |
52 | 52 | "terser-webpack-plugin": "^5.1.1", |
53 | 53 | "url-loader": "^4.1.1", |
54 | | - "webpack": "^5.16.0", |
| 54 | + "webpack": "^5.22.0", |
55 | 55 | "webpack-bundle-analyzer": "^4.4.0", |
56 | | - "webpack-cli": "^4.4.0", |
| 56 | + "webpack-cli": "^4.5.0", |
57 | 57 | "webpack-dev-server": "^3.11.2", |
58 | 58 | "webpack-merge": "^5.7.3" |
59 | 59 | }, |
|
0 commit comments