Skip to content
This repository has been archived by the owner on Dec 4, 2022. It is now read-only.

Commit

Permalink
upgrade react-scripts + dep
Browse files Browse the repository at this point in the history
  • Loading branch information
huynhsamha committed Jan 31, 2021
1 parent 4535a55 commit cb430bb
Show file tree
Hide file tree
Showing 4 changed files with 9,449 additions and 4,393 deletions.
18 changes: 15 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dontpad",
"version": "1.0.1",
"version": "1.1.0",
"homepage": "https://dontpad.herokuapp.com/",
"private": true,
"description": "Advanced Dontpad - Editor online without identity",
Expand Down Expand Up @@ -30,7 +30,7 @@
"react-redux": "^5.0.7",
"react-reveal": "^1.2.2",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.0",
"react-scripts": "4.0.1",
"react-share": "^2.2.0",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
Expand Down Expand Up @@ -76,5 +76,17 @@
"url",
"format",
"realtime"
]
],
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
Loading

0 comments on commit cb430bb

Please sign in to comment.