瀏覽代碼

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


部分文件因文件數量過多而無法顯示