Skip to content

Commit

Permalink
deps: update react-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
suhdonghwi committed Feb 26, 2021
1 parent 9701dfb commit 45b88b8
Show file tree
Hide file tree
Showing 4 changed files with 4,085 additions and 2,742 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"react-paginate": "^6.3.2",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.1",
"react-scripts": "4.0.3",
"redux-thunk": "^2.3.0",
"styled-components": "^5.1.1",
"sweetalert2": "^9.17.2",
Expand Down
6 changes: 4 additions & 2 deletions src/assets/colors.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
export default {
const colors = {
main: '#FF0090',
textMain: '#212529'
};
};

export default colors;
5 changes: 3 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
"isolatedModules": true,
"noEmit": true,
"jsx": "react",
"baseUrl": "./src"
"baseUrl": "./src",
"noFallthroughCasesInSwitch": true
},
"include": [
"src"
]
}
}
Loading

1 comment on commit 45b88b8

@vercel
Copy link

@vercel vercel bot commented on 45b88b8 Feb 26, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.