|
1 | 1 | { |
2 | 2 | "name": "webpack-typescript-react", |
3 | | - "version": "1.0.6", |
| 3 | + "version": "1.0.7", |
4 | 4 | "description": "Webpack 5 boilerplate with support of most common loaders and modules", |
5 | 5 | "keywords": [ |
6 | 6 | "react", |
|
22 | 22 | "start": "cross-env WEBPACK_IS_DEV_SERVER=true NODE_ENV=development webpack serve --config webpack.config.babel.js", |
23 | 23 | "release": "npm version patch" |
24 | 24 | }, |
25 | | - "husky": { |
26 | | - "hooks": { |
27 | | - "pre-commit": "lint-staged", |
28 | | - "post-commit": "git update-index --again" |
29 | | - } |
| 25 | + "simple-git-hooks": { |
| 26 | + "pre-commit": "npx lint-staged", |
| 27 | + "post-commit": "git update-index --again" |
30 | 28 | }, |
31 | 29 | "dependencies": { |
32 | 30 | "@types/classnames": "^2.3.0", |
33 | | - "@types/react": "^17.0.37", |
| 31 | + "@types/react": "^17.0.38", |
34 | 32 | "@types/react-dom": "^17.0.11", |
35 | 33 | "classnames": "^2.3.1", |
36 | 34 | "normalize.css": "^8.0.1", |
37 | 35 | "react": "^17.0.2", |
38 | 36 | "react-dom": "^17.0.2" |
39 | 37 | }, |
40 | 38 | "devDependencies": { |
41 | | - "@babel/core": "~7.16.0", |
42 | | - "@babel/plugin-proposal-class-properties": "~7.16.0", |
43 | | - "@babel/plugin-proposal-export-default-from": "^7.16.0", |
44 | | - "@babel/plugin-proposal-export-namespace-from": "~7.16.0", |
45 | | - "@babel/plugin-proposal-object-rest-spread": "~7.16.0", |
46 | | - "@babel/plugin-proposal-throw-expressions": "~7.16.0", |
| 39 | + "@babel/core": "~7.16.7", |
| 40 | + "@babel/plugin-proposal-class-properties": "~7.16.7", |
| 41 | + "@babel/plugin-proposal-export-default-from": "^7.16.7", |
| 42 | + "@babel/plugin-proposal-export-namespace-from": "~7.16.7", |
| 43 | + "@babel/plugin-proposal-object-rest-spread": "~7.16.7", |
| 44 | + "@babel/plugin-proposal-throw-expressions": "~7.16.7", |
47 | 45 | "@babel/plugin-syntax-dynamic-import": "~7.8.3", |
48 | | - "@babel/plugin-transform-runtime": "~7.16.4", |
49 | | - "@babel/preset-env": "~7.16.4", |
50 | | - "@babel/preset-react": "~7.16.0", |
51 | | - "@babel/register": "~7.16.0", |
52 | | - "@pmmmwh/react-refresh-webpack-plugin": "~0.5.3", |
| 46 | + "@babel/plugin-transform-runtime": "~7.16.7", |
| 47 | + "@babel/preset-env": "~7.16.7", |
| 48 | + "@babel/preset-react": "~7.16.7", |
| 49 | + "@babel/register": "~7.16.7", |
| 50 | + "@pmmmwh/react-refresh-webpack-plugin": "~0.5.4", |
53 | 51 | "@svgr/webpack": "~6.1.2", |
54 | 52 | "@teamsupercell/typings-for-css-modules-loader": "~2.5.1", |
55 | | - "@typescript-eslint/eslint-plugin": "~5.6.0", |
56 | | - "@typescript-eslint/parser": "~5.6.0", |
57 | | - "autoprefixer": "~10.4.0", |
| 53 | + "@typescript-eslint/eslint-plugin": "~5.9.0", |
| 54 | + "@typescript-eslint/parser": "~5.9.0", |
| 55 | + "autoprefixer": "~10.4.2", |
58 | 56 | "babel-eslint": "~10.1.0", |
59 | 57 | "babel-loader": "~8.2.3", |
60 | 58 | "clean-webpack-plugin": "~4.0.0", |
61 | | - "copy-webpack-plugin": "~10.1.0", |
62 | | - "core-js": "~3.19.3", |
| 59 | + "copy-webpack-plugin": "~10.2.0", |
| 60 | + "core-js": "~3.20.2", |
63 | 61 | "cross-env": "^7.0.3", |
64 | 62 | "css-loader": "~6.5.1", |
65 | | - "cssnano": "~5.0.12", |
66 | | - "eslint": "~8.4.1", |
| 63 | + "cssnano": "~5.0.15", |
| 64 | + "eslint": "~8.6.0", |
67 | 65 | "eslint-config-airbnb-base": "~15.0.0", |
68 | 66 | "eslint-config-airbnb-typescript": "~16.1.0", |
69 | 67 | "eslint-config-prettier": "~8.3.0", |
70 | 68 | "eslint-import-resolver-alias": "~1.1.2", |
71 | | - "eslint-plugin-import": "~2.25.3", |
| 69 | + "eslint-plugin-import": "~2.25.4", |
72 | 70 | "eslint-plugin-jsx-a11y": "~6.5.1", |
73 | | - "eslint-plugin-react": "~7.27.1", |
| 71 | + "eslint-plugin-react": "~7.28.0", |
74 | 72 | "eslint-plugin-react-hooks": "~4.3.0", |
75 | 73 | "eslint-webpack-plugin": "~3.1.1", |
76 | 74 | "fork-ts-checker-webpack-plugin": "~6.5.0", |
77 | | - "html-loader": "~3.0.1", |
| 75 | + "html-loader": "~3.1.0", |
78 | 76 | "html-webpack-plugin": "~5.5.0", |
79 | | - "husky": "~7.0.4", |
80 | 77 | "import-sort-style-module-and-prefix": "~0.1.3", |
81 | | - "is-windows": "~1.0.2", |
82 | 78 | "less": "~4.1.2", |
83 | 79 | "less-loader": "~10.2.0", |
84 | | - "lint-staged": "~12.1.2", |
85 | | - "mini-css-extract-plugin": "~2.4.5", |
| 80 | + "mini-css-extract-plugin": "~2.4.6", |
86 | 81 | "path": "~0.12.7", |
87 | 82 | "postcss": "~8.4.5", |
88 | 83 | "postcss-loader": "~6.2.1", |
89 | 84 | "prettier": "~2.5.1", |
90 | 85 | "prettier-plugin-import-sort": "~0.0.7", |
91 | | - "pretty-quick": "~3.1.2", |
| 86 | + "pretty-quick": "~3.1.3", |
92 | 87 | "react-refresh": "~0.11.0", |
93 | 88 | "regenerator-runtime": "~0.13.9", |
94 | 89 | "resolve-url-loader": "~4.0.0", |
95 | | - "sass": "~1.45.0", |
| 90 | + "sass": "~1.47.0", |
96 | 91 | "sass-loader": "~12.4.0", |
97 | 92 | "sass-resources-loader": "~2.2.4", |
| 93 | + "simple-git-hooks": "^2.7.0", |
98 | 94 | "style-loader": "~3.3.1", |
99 | 95 | "svg-url-loader": "~7.1.1", |
100 | | - "terser-webpack-plugin": "~5.2.5", |
| 96 | + "terser-webpack-plugin": "~5.3.0", |
101 | 97 | "ts-loader": "~9.2.6", |
102 | | - "typescript": "~4.5.3", |
| 98 | + "typescript": "~4.5.4", |
103 | 99 | "url-loader": "~4.1.1", |
104 | 100 | "webpack": "~5.65.0", |
105 | 101 | "webpack-bundle-analyzer": "~4.5.0", |
106 | 102 | "webpack-cli": "~4.9.1", |
107 | | - "webpack-dev-server": "~4.6.0", |
| 103 | + "webpack-dev-server": "~4.7.2", |
108 | 104 | "webpack-merge": "~5.8.0" |
109 | 105 | }, |
110 | 106 | "importSort": { |
|
0 commit comments