|
1 | 1 | {
|
2 | 2 | "name": "webpack-typescript-react",
|
3 |
| - "version": "1.0.5", |
| 3 | + "version": "1.0.6", |
4 | 4 | "description": "Webpack 5 boilerplate with support of most common loaders and modules",
|
5 | 5 | "keywords": [
|
6 | 6 | "react",
|
|
29 | 29 | }
|
30 | 30 | },
|
31 | 31 | "dependencies": {
|
32 |
| - "@types/classnames": "^2.2.10", |
33 |
| - "@types/react": "^16.9.53", |
34 |
| - "@types/react-dom": "^16.9.8", |
35 |
| - "classnames": "^2.2.6", |
| 32 | + "@types/classnames": "^2.3.0", |
| 33 | + "@types/react": "^17.0.37", |
| 34 | + "@types/react-dom": "^17.0.11", |
| 35 | + "classnames": "^2.3.1", |
36 | 36 | "normalize.css": "^8.0.1",
|
37 |
| - "react": "^17.0.1", |
38 |
| - "react-dom": "^17.0.1" |
| 37 | + "react": "^17.0.2", |
| 38 | + "react-dom": "^17.0.2" |
39 | 39 | },
|
40 | 40 | "devDependencies": {
|
41 |
| - "@babel/core": "~7.12.3", |
42 |
| - "@babel/plugin-proposal-class-properties": "~7.12.1", |
43 |
| - "@babel/plugin-proposal-export-default-from": "^7.12.1", |
44 |
| - "@babel/plugin-proposal-export-namespace-from": "~7.12.1", |
45 |
| - "@babel/plugin-proposal-object-rest-spread": "~7.12.1", |
46 |
| - "@babel/plugin-proposal-throw-expressions": "~7.12.1", |
| 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", |
47 | 47 | "@babel/plugin-syntax-dynamic-import": "~7.8.3",
|
48 |
| - "@babel/plugin-transform-runtime": "~7.12.1", |
49 |
| - "@babel/preset-env": "~7.12.1", |
50 |
| - "@babel/preset-react": "~7.12.1", |
51 |
| - "@babel/register": "~7.12.1", |
52 |
| - "@pmmmwh/react-refresh-webpack-plugin": "~0.5.1", |
53 |
| - "@svgr/webpack": "~5.4.0", |
54 |
| - "@teamsupercell/typings-for-css-modules-loader": "~2.4.0", |
55 |
| - "@typescript-eslint/eslint-plugin": "~4.7.0", |
56 |
| - "@typescript-eslint/parser": "~4.7.0", |
57 |
| - "autoprefixer": "~10.0.1", |
| 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", |
| 53 | + "@svgr/webpack": "~6.1.2", |
| 54 | + "@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", |
58 | 58 | "babel-eslint": "~10.1.0",
|
59 |
| - "babel-loader": "~8.2.1", |
60 |
| - "clean-webpack-plugin": "~3.0.0", |
61 |
| - "copy-webpack-plugin": "~6.3.0", |
62 |
| - "core-js": "~3.7.0", |
| 59 | + "babel-loader": "~8.2.3", |
| 60 | + "clean-webpack-plugin": "~4.0.0", |
| 61 | + "copy-webpack-plugin": "~10.1.0", |
| 62 | + "core-js": "~3.19.3", |
63 | 63 | "cross-env": "^7.0.3",
|
64 |
| - "css-loader": "~5.0.0", |
65 |
| - "cssnano": "~4.1.10", |
66 |
| - "eslint": "~7.13.0", |
67 |
| - "eslint-config-airbnb-base": "~14.2.0", |
68 |
| - "eslint-config-airbnb-typescript": "~12.0.0", |
69 |
| - "eslint-config-prettier": "~6.15.0", |
| 64 | + "css-loader": "~6.5.1", |
| 65 | + "cssnano": "~5.0.12", |
| 66 | + "eslint": "~8.4.1", |
| 67 | + "eslint-config-airbnb-base": "~15.0.0", |
| 68 | + "eslint-config-airbnb-typescript": "~16.1.0", |
| 69 | + "eslint-config-prettier": "~8.3.0", |
70 | 70 | "eslint-import-resolver-alias": "~1.1.2",
|
71 |
| - "eslint-plugin-import": "~2.22.1", |
72 |
| - "eslint-plugin-jsx-a11y": "~6.4.1", |
73 |
| - "eslint-plugin-react": "~7.21.5", |
74 |
| - "eslint-plugin-react-hooks": "~4.2.0", |
75 |
| - "eslint-webpack-plugin": "~2.2.1", |
76 |
| - "fork-ts-checker-webpack-plugin": "~6.0.1", |
77 |
| - "html-loader": "~1.3.2", |
78 |
| - "html-webpack-plugin": "~5.0.0-alpha.6", |
79 |
| - "husky": "~4.3.0", |
| 71 | + "eslint-plugin-import": "~2.25.3", |
| 72 | + "eslint-plugin-jsx-a11y": "~6.5.1", |
| 73 | + "eslint-plugin-react": "~7.27.1", |
| 74 | + "eslint-plugin-react-hooks": "~4.3.0", |
| 75 | + "eslint-webpack-plugin": "~3.1.1", |
| 76 | + "fork-ts-checker-webpack-plugin": "~6.5.0", |
| 77 | + "html-loader": "~3.0.1", |
| 78 | + "html-webpack-plugin": "~5.5.0", |
| 79 | + "husky": "~7.0.4", |
80 | 80 | "import-sort-style-module-and-prefix": "~0.1.3",
|
81 | 81 | "is-windows": "~1.0.2",
|
82 |
| - "less": "~3.12.2", |
83 |
| - "less-loader": "~7.0.2", |
84 |
| - "lint-staged": "~10.5.0", |
85 |
| - "mini-css-extract-plugin": "~1.3.0", |
| 82 | + "less": "~4.1.2", |
| 83 | + "less-loader": "~10.2.0", |
| 84 | + "lint-staged": "~12.1.2", |
| 85 | + "mini-css-extract-plugin": "~2.4.5", |
86 | 86 | "path": "~0.12.7",
|
87 |
| - "postcss": "~8.2.5", |
88 |
| - "postcss-loader": "~4.0.4", |
89 |
| - "prettier": "~2.1.2", |
90 |
| - "prettier-plugin-import-sort": "~0.0.6", |
91 |
| - "pretty-quick": "~3.1.0", |
92 |
| - "react-refresh": "~0.10.0", |
93 |
| - "regenerator-runtime": "~0.13.7", |
94 |
| - "resolve-url-loader": "~3.1.2", |
95 |
| - "sass": "~1.29.0", |
96 |
| - "sass-loader": "~10.0.4", |
97 |
| - "sass-resources-loader": "~2.1.1", |
98 |
| - "style-loader": "~2.0.0", |
99 |
| - "svg-url-loader": "~6.0.0", |
100 |
| - "terser-webpack-plugin": "~5.0.1", |
101 |
| - "ts-loader": "~8.0.7", |
102 |
| - "typescript": "~4.0.3", |
| 87 | + "postcss": "~8.4.5", |
| 88 | + "postcss-loader": "~6.2.1", |
| 89 | + "prettier": "~2.5.1", |
| 90 | + "prettier-plugin-import-sort": "~0.0.7", |
| 91 | + "pretty-quick": "~3.1.2", |
| 92 | + "react-refresh": "~0.11.0", |
| 93 | + "regenerator-runtime": "~0.13.9", |
| 94 | + "resolve-url-loader": "~4.0.0", |
| 95 | + "sass": "~1.45.0", |
| 96 | + "sass-loader": "~12.4.0", |
| 97 | + "sass-resources-loader": "~2.2.4", |
| 98 | + "style-loader": "~3.3.1", |
| 99 | + "svg-url-loader": "~7.1.1", |
| 100 | + "terser-webpack-plugin": "~5.2.5", |
| 101 | + "ts-loader": "~9.2.6", |
| 102 | + "typescript": "~4.5.3", |
103 | 103 | "url-loader": "~4.1.1",
|
104 |
| - "webpack": "~5.64.0", |
| 104 | + "webpack": "~5.65.0", |
105 | 105 | "webpack-bundle-analyzer": "~4.5.0",
|
106 | 106 | "webpack-cli": "~4.9.1",
|
107 |
| - "webpack-dev-server": "~4.5.0", |
| 107 | + "webpack-dev-server": "~4.6.0", |
108 | 108 | "webpack-merge": "~5.8.0"
|
109 | 109 | },
|
110 | 110 | "importSort": {
|
|
0 commit comments