@wang1212/create-web-app
Advanced tools
Comparing version 0.5.0 to 0.5.1
# Changelog | ||
## v0.5.0 (2020-11-09) | ||
- Update | ||
- **webpack** (v4.x to v5.x) | ||
View all dependent version update information https://github.com/wang1212/create-web-app/compare/v0.4.4...v0.5.0 | ||
## v0.4.4 (2020-10-13) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@wang1212/create-web-app", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "web-app", |
@@ -56,3 +56,3 @@ # Create Web App | ||
For more information, read `packages/*app/README.md` file contents. | ||
For more information, read `templates/*app/README.md` file contents. | ||
@@ -59,0 +59,0 @@ ## More |
@@ -56,3 +56,3 @@ # 创建 Web App | ||
更多信息, 阅读 `packages/*app/README.zh-CN.md` 文件的内容。 | ||
更多信息, 阅读 `templates/*app/README.zh-CN.md` 文件的内容。 | ||
@@ -59,0 +59,0 @@ ## 更多 |
@@ -39,6 +39,6 @@ { | ||
"@babel/preset-typescript": "^7.12.1", | ||
"@typescript-eslint/eslint-plugin": "^4.6.1", | ||
"@typescript-eslint/parser": "^4.6.1", | ||
"@typescript-eslint/eslint-plugin": "^4.7.0", | ||
"@typescript-eslint/parser": "^4.7.0", | ||
"babel-jest": "^26.6.3", | ||
"babel-loader": "^8.1.0", | ||
"babel-loader": "^8.2.1", | ||
"case-sensitive-paths-webpack-plugin": "^2.3.0", | ||
@@ -72,3 +72,3 @@ "copy-webpack-plugin": "^6.3.0", | ||
"sass": "^1.29.0", | ||
"sass-loader": "^10.0.5", | ||
"sass-loader": "^10.1.0", | ||
"style-loader": "^2.0.0", | ||
@@ -75,0 +75,0 @@ "stylelint": "^13.7.2", |
@@ -53,6 +53,6 @@ { | ||
"@types/react-router-dom": "^5.1.6", | ||
"@typescript-eslint/eslint-plugin": "^4.6.1", | ||
"@typescript-eslint/parser": "^4.6.1", | ||
"@typescript-eslint/eslint-plugin": "^4.7.0", | ||
"@typescript-eslint/parser": "^4.7.0", | ||
"babel-jest": "^26.6.3", | ||
"babel-loader": "^8.1.0", | ||
"babel-loader": "^8.2.1", | ||
"case-sensitive-paths-webpack-plugin": "^2.3.0", | ||
@@ -90,3 +90,3 @@ "copy-webpack-plugin": "^6.3.0", | ||
"sass": "^1.29.0", | ||
"sass-loader": "^10.0.5", | ||
"sass-loader": "^10.1.0", | ||
"style-loader": "^2.0.0", | ||
@@ -93,0 +93,0 @@ "stylelint": "^13.7.2", |
218660