From 4af78cb033b2e84327b02c6ea026f03a6fa601c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=92=9F=E8=BF=9B?= Date: Sat, 22 Sep 2018 19:30:25 +0800 Subject: [PATCH] Update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cb0e2b2..0918b1b 100644 --- a/package.json +++ b/package.json @@ -49,8 +49,8 @@ }, "license": "CC-BY-NC-4.0", "dependencies": { - "react": "^16.4.2", - "react-beautiful-dnd": "^9.0.2", - "react-dom": "16.4.2" + "react": "16.4.2", + "react-dom": "16.4.2", + "react-beautiful-dnd": "^9.0.2" } }