aboutsummaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 52b0d84..8ee4755 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -25,7 +25,7 @@
"react-reflex": "^3.1.0",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
- "react-scripts": "3.4.1",
+ "react-scripts": "^5.0.1",
"react-string-replace": "^0.4.4",
"react-tag-autocomplete": "^6.0.0-beta.6",
"react-timeseries-charts": "^0.16.1",
@@ -53,5 +53,8 @@
"last 1 safari version"
]
},
- "license": "GPL-3.0"
+ "license": "GPL-3.0",
+ "devDependencies": {
+ "@babel/eslint-parser": "^7.21.3"
+ }
}