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

Commit

Permalink
Fix CSS on Build (#18)
Browse files Browse the repository at this point in the history
* Use same version of SC as in rLogin.

* ignore windows debug.log file.

* revert jsx setting caused by build.

* Set fixed version of typescript, ref: facebook/create-react-app#10110.
  • Loading branch information
jessgusclark authored Dec 4, 2020
1 parent b33da3d commit c436234
Show file tree
Hide file tree
Showing 3 changed files with 701 additions and 709 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
debug.log
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"react-dom": "^17.0.1",
"react-scripts": "4.0.0",
"rskjs-util": "^1.0.3",
"typescript": "^4.0.3"
"typescript": "~4.0.5"
},
"devDependencies": {
"@rsksmart/ipfs-cpinner-client": "^0.1.1-beta.2",
Expand Down Expand Up @@ -62,7 +62,7 @@
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"styled-components": "^5.2.1",
"styled-components": "5.2.0",
"ts-jest": "^26.4.3",
"web-vitals": "^0.2.4"
},
Expand Down
Loading

0 comments on commit c436234

Please sign in to comment.