summaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/package.json b/frontend/package.json
index e7701703..21666386 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -7,7 +7,7 @@
"flow-bin": "^0.46.0",
"flow-typed": "^2.1.2",
"prettier-eslint-cli": "^4.0.1",
- "react-scripts": "1.0.5"
+ "react-scripts": "^1.0.7"
},
"dependencies": {
"immutable": "^3.8.1",
bgstack15