Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
build: updates
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosoul committed May 12, 2020
1 parent 16124dc commit f1288f9
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 260 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
"react": "^16.13.1",
"react-dev-utils": "^10.2.1",
"react-dom": "^16.13.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"resolve-url-loader": "3.1.1",
"style-loader": "1.2.1",
"styled-components": "^5.1.0",
"styled-reset": "^4.1.4",
"terser-webpack-plugin": "3.0.1",
"url-loader": "4.1.0",
"webpack": "4.43.0",
"webpack-dev-server": "3.10.3",
"webpack-dev-server": "3.11.0",
"webpack-manifest-plugin": "2.2.0",
"workbox-webpack-plugin": "5.1.3"
},
Expand All @@ -43,7 +43,7 @@
"babel-eslint": "10.1.0",
"babel-loader": "^8.1.0",
"babel-plugin-import": "^1.13.0",
"eslint": "^6.8.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Home/styled.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import styled from 'styled-components';

const StyledWrapper = styled.div`
const StyledWrapper = styled.section`
display: flex;
justify-content: center;
align-items: center;
Expand Down
Loading

0 comments on commit f1288f9

Please sign in to comment.