fix: upgrading from 5.0.1 to latest now works, code style changes etc

This commit is contained in:
David Ralph
2021-06-20 13:09:41 +01:00
parent 796896571d
commit dc442ef917
9 changed files with 30 additions and 26 deletions

View File

@@ -28,7 +28,7 @@
"weather-icons-react": "1.2.0"
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/core": "^7.14.6",
"@babel/eslint-parser": "^7.14.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-transform-react-constant-elements": "^7.13.15",
@@ -43,10 +43,10 @@
"eslint-config-react-app": "^6.0.0",
"html-webpack-plugin": "^5.3.1",
"mini-css-extract-plugin": "^1.6.0",
"sass": "^1.34.1",
"sass-loader": "^12.1.0",
"sass": "^1.35.1",
"sass-loader": "^7.3.1",
"source-map-loader": "^3.0.0",
"webpack": "^5.38.1",
"webpack": "^5.39.1",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},