소스 검색

Removing styled-components and updating dependencies

Kirk Trombley 5 년 전
부모
커밋
142320788f
2개의 변경된 파일820개의 추가작업 그리고 762개의 파일을 삭제
  1. 2 5
      client/package.json
  2. 818 757
      client/yarn.lock

+ 2 - 5
client/package.json

@@ -8,8 +8,7 @@
     "pretty-ms": "^5.1.0",
     "react": "^16.12.0",
     "react-dom": "^16.12.0",
-    "react-scripts": "^3.3.0-next.80",
-    "styled-components": "^4.4.1"
+    "react-scripts": "^3.3.0-next.80"
   },
   "scripts": {
     "start": "react-scripts start",
@@ -33,7 +32,5 @@
       "last 1 safari version"
     ]
   },
-  "devDependencies": {
-    "@types/styled-components": "^4.4.1"
-  }
+  "devDependencies": {}
 }

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 818 - 757
client/yarn.lock


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.