File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1111 "@types/react" : " ^16.9.0" ,
1212 "@types/react-dom" : " ^16.9.0" ,
1313 "node-sass" : " ^4.14.1" ,
14+ "normalize.css" : " ^8.0.1" ,
1415 "react" : " ^16.13.1" ,
1516 "react-dom" : " ^16.13.1" ,
1617 "react-scripts" : " 3.4.3" ,
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import React from 'react';
22import ReactDOM from 'react-dom' ;
33import App from './app' ;
44import * as serviceWorker from './serviceWorker' ;
5+ import "normalize.css" ;
56
67ReactDOM . render (
78 < React . StrictMode >
Original file line number Diff line number Diff line change @@ -7781,6 +7781,11 @@ normalize-url@^3.0.0:
77817781 resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559"
77827782 integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg==
77837783
7784+ normalize.css@^8.0.1:
7785+ version "8.0.1"
7786+ resolved "https://registry.yarnpkg.com/normalize.css/-/normalize.css-8.0.1.tgz#9b98a208738b9cc2634caacbc42d131c97487bf3"
7787+ integrity sha512-qizSNPO93t1YUuUhP22btGOo3chcvDFqFaj2TRybP0DMxkHOCTYwp3n34fel4a31ORXy4m1Xq0Gyqpb5m33qIg==
7788+
77847789npm-run-path@^2.0.0:
77857790 version "2.0.2"
77867791 resolved "https://registry.yarnpkg.com/npm-run-path/-/npm-run-path-2.0.2.tgz#35a9232dfa35d7067b4cb2ddf2357b1871536c5f"
You can’t perform that action at this time.
0 commit comments