|
1 | 1 | { |
2 | 2 | "author": "WeAreAthlon <hello@weareathlon.com> (https://www.weareathlon.com)", |
3 | 3 | "name": "@weareathlon/frontend-webpack-boilerplate", |
4 | | - "version": "5.12.1", |
| 4 | + "version": "5.13.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": [ |
|
20 | 20 | } |
21 | 21 | ], |
22 | 22 | "devDependencies": { |
23 | | - "@babel/core": "^7.16.0", |
| 23 | + "@babel/core": "^7.17.9", |
24 | 24 | "@babel/preset-env": "^7.16.0", |
25 | 25 | "autoprefixer": "^10.4.0", |
26 | 26 | "babel-loader": "^8.2.3", |
27 | 27 | "clean-webpack-plugin": "^4.0.0", |
28 | 28 | "copy-webpack-plugin": "^10.2.3", |
29 | 29 | "css-loader": "^6.5.1", |
30 | 30 | "css-minimizer-webpack-plugin": "^3.1.1", |
31 | | - "eslint": "^8.2.0", |
| 31 | + "eslint": "^8.13.0", |
32 | 32 | "eslint-config-airbnb": "^19.0.0", |
33 | | - "eslint-plugin-import": "^2.25.3", |
| 33 | + "eslint-plugin-import": "^2.26.0", |
34 | 34 | "eslint-plugin-jsx-a11y": "^6.5.1", |
35 | 35 | "eslint-plugin-react": "^7.27.0", |
36 | 36 | "eslint-plugin-react-hooks": "^4.3.0", |
|
44 | 44 | "mini-css-extract-plugin": "^2.4.4", |
45 | 45 | "postcss": "^8.3.11", |
46 | 46 | "postcss-loader": "^6.2.0", |
47 | | - "sass": "^1.43.4", |
| 47 | + "sass": "^1.50.1", |
48 | 48 | "sass-lint": "^1.13.1", |
49 | 49 | "sass-loader": "^12.3.0", |
50 | 50 | "terser-webpack-plugin": "^5.2.5", |
51 | | - "webpack": "^5.68.0", |
| 51 | + "webpack": "^5.72.0", |
52 | 52 | "webpack-bundle-analyzer": "^4.5.0", |
53 | 53 | "webpack-cli": "^4.9.1", |
54 | | - "webpack-dev-server": "^4.4.0", |
| 54 | + "webpack-dev-server": "^4.8.1", |
55 | 55 | "webpack-merge": "^5.8.0" |
56 | 56 | }, |
57 | 57 | "engines": { |
|
0 commit comments