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

Commit c436234

Browse files
authored
Fix CSS on Build (#18)
* 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.
1 parent b33da3d commit c436234

File tree

3 files changed

+701
-709
lines changed

3 files changed

+701
-709
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@
2222
npm-debug.log*
2323
yarn-debug.log*
2424
yarn-error.log*
25+
debug.log

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"react-dom": "^17.0.1",
2626
"react-scripts": "4.0.0",
2727
"rskjs-util": "^1.0.3",
28-
"typescript": "^4.0.3"
28+
"typescript": "~4.0.5"
2929
},
3030
"devDependencies": {
3131
"@rsksmart/ipfs-cpinner-client": "^0.1.1-beta.2",
@@ -62,7 +62,7 @@
6262
"redux": "^4.0.5",
6363
"redux-logger": "^3.0.6",
6464
"redux-thunk": "^2.3.0",
65-
"styled-components": "^5.2.1",
65+
"styled-components": "5.2.0",
6666
"ts-jest": "^26.4.3",
6767
"web-vitals": "^0.2.4"
6868
},

0 commit comments

Comments
 (0)