@wang1212/create-web-app
Advanced tools
Comparing version 0.4.4 to 0.4.5
# Changelog | ||
## v0.4.4 (2020-10-13) | ||
- Add | ||
- **cssnano** | ||
View all dependent version update information https://github.com/wang1212/create-web-app/compare/v0.4.0...v0.4.4 | ||
## v0.4.0 (2020-09-08) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@wang1212/create-web-app", | ||
"version": "0.4.4", | ||
"version": "0.4.5", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "web-app", |
@@ -33,11 +33,11 @@ { | ||
"devDependencies": { | ||
"@babel/core": "^7.11.6", | ||
"@babel/plugin-proposal-class-properties": "^7.10.4", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.11.0", | ||
"@babel/core": "^7.12.3", | ||
"@babel/plugin-proposal-class-properties": "^7.12.1", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.12.1", | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"@babel/preset-env": "^7.11.5", | ||
"@babel/preset-typescript": "^7.10.4", | ||
"@typescript-eslint/eslint-plugin": "^4.4.1", | ||
"@typescript-eslint/parser": "^4.4.1", | ||
"babel-jest": "^26.5.2", | ||
"@babel/preset-env": "^7.12.1", | ||
"@babel/preset-typescript": "^7.12.1", | ||
"@typescript-eslint/eslint-plugin": "^4.5.0", | ||
"@typescript-eslint/parser": "^4.5.0", | ||
"babel-jest": "^26.6.1", | ||
"babel-loader": "^8.1.0", | ||
@@ -47,8 +47,8 @@ "case-sensitive-paths-webpack-plugin": "^2.3.0", | ||
"cross-env": "^7.0.2", | ||
"css-loader": "^4.3.0", | ||
"css-loader": "^5.0.0", | ||
"cssnano": "^4.1.10", | ||
"del": "^6.0.0", | ||
"docdash": "^1.2.0", | ||
"eslint": "^7.11.0", | ||
"eslint-config-prettier": "^6.12.0", | ||
"eslint": "^7.12.0", | ||
"eslint-config-prettier": "^6.14.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
@@ -60,7 +60,7 @@ "file-loader": "^6.1.1", | ||
"image-webpack-loader": "^7.0.1", | ||
"jest": "^26.5.3", | ||
"jest": "^26.6.1", | ||
"jsdoc": "^3.6.6", | ||
"jsdoc-babel": "^0.5.0", | ||
"lint-staged": "^10.4.0", | ||
"mini-css-extract-plugin": "^1.0.0", | ||
"lint-staged": "^10.4.2", | ||
"mini-css-extract-plugin": "^1.2.0", | ||
"optimize-css-assets-webpack-plugin": "^5.0.4", | ||
@@ -74,3 +74,3 @@ "postcss-flexbugs-fixes": "^4.2.1", | ||
"sass": "^1.27.0", | ||
"sass-loader": "^10.0.3", | ||
"sass-loader": "^10.0.4", | ||
"style-loader": "^2.0.0", | ||
@@ -77,0 +77,0 @@ "stylelint": "^13.7.2", |
@@ -30,7 +30,7 @@ { | ||
"dependencies": { | ||
"@loadable/component": "^5.13.2", | ||
"@loadable/component": "^5.14.1", | ||
"@rematch/core": "^1.4.0", | ||
"axios": "^0.20.0", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"axios": "^0.21.0", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1", | ||
"react-jss": "^10.4.0", | ||
@@ -42,17 +42,17 @@ "react-redux": "^7.2.1", | ||
"devDependencies": { | ||
"@babel/core": "^7.11.6", | ||
"@babel/plugin-proposal-class-properties": "^7.10.4", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.11.0", | ||
"@babel/core": "^7.12.3", | ||
"@babel/plugin-proposal-class-properties": "^7.12.1", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.12.1", | ||
"@babel/plugin-syntax-dynamic-import": "^7.8.3", | ||
"@babel/preset-env": "^7.11.5", | ||
"@babel/preset-react": "^7.10.4", | ||
"@babel/preset-typescript": "^7.10.4", | ||
"@babel/preset-env": "^7.12.1", | ||
"@babel/preset-react": "^7.12.1", | ||
"@babel/preset-typescript": "^7.12.1", | ||
"@pmmmwh/react-refresh-webpack-plugin": "^0.4.2", | ||
"@types/loadable__component": "^5.13.1", | ||
"@types/react": "^16.9.52", | ||
"@types/react": "^16.9.53", | ||
"@types/react-redux": "^7.1.9", | ||
"@types/react-router-dom": "^5.1.6", | ||
"@typescript-eslint/eslint-plugin": "^4.4.1", | ||
"@typescript-eslint/parser": "^4.4.1", | ||
"babel-jest": "^26.5.2", | ||
"@typescript-eslint/eslint-plugin": "^4.5.0", | ||
"@typescript-eslint/parser": "^4.5.0", | ||
"babel-jest": "^26.6.1", | ||
"babel-loader": "^8.1.0", | ||
@@ -62,11 +62,11 @@ "case-sensitive-paths-webpack-plugin": "^2.3.0", | ||
"cross-env": "^7.0.2", | ||
"css-loader": "^4.3.0", | ||
"css-loader": "^5.0.0", | ||
"cssnano": "^4.1.10", | ||
"del": "^6.0.0", | ||
"docdash": "^1.2.0", | ||
"eslint": "^7.11.0", | ||
"eslint-config-prettier": "^6.12.0", | ||
"eslint": "^7.12.0", | ||
"eslint-config-prettier": "^6.14.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"eslint-plugin-react": "^7.21.4", | ||
"eslint-plugin-react-hooks": "^4.1.2", | ||
"eslint-plugin-react": "^7.21.5", | ||
"eslint-plugin-react-hooks": "^4.2.0", | ||
"file-loader": "^6.1.1", | ||
@@ -77,7 +77,7 @@ "html-loader": "^1.3.2", | ||
"image-webpack-loader": "^7.0.1", | ||
"jest": "^26.5.3", | ||
"jest": "^26.6.1", | ||
"jsdoc": "^3.6.6", | ||
"jsdoc-babel": "^0.5.0", | ||
"lint-staged": "^10.4.0", | ||
"mini-css-extract-plugin": "^1.0.0", | ||
"lint-staged": "^10.4.2", | ||
"mini-css-extract-plugin": "^1.2.0", | ||
"optimize-css-assets-webpack-plugin": "^5.0.4", | ||
@@ -90,6 +90,6 @@ "postcss-flexbugs-fixes": "^4.2.1", | ||
"prettier": "2.1.2", | ||
"react-refresh": "^0.8.3", | ||
"react-refresh": "^0.9.0", | ||
"redux-logger": "^3.0.6", | ||
"sass": "^1.27.0", | ||
"sass-loader": "^10.0.3", | ||
"sass-loader": "^10.0.4", | ||
"style-loader": "^2.0.0", | ||
@@ -96,0 +96,0 @@ "stylelint": "^13.7.2", |
218545