aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index b5e4718..54febe7 100644
--- a/package.json
+++ b/package.json
@@ -5,6 +5,7 @@
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
+ "cronstrue": "^1.105.0",
"formik": "^2.2.5",
"lodash": "^4.17.20",
"react": "^17.0.1",
@@ -12,13 +13,14 @@
"react-dom": "^17.0.1",
"react-scripts": "4.0.0",
"swr": "^0.3.8",
- "yup": "^0.32.0"
+ "yup": "^0.29.3"
},
"devDependencies": {
"@types/lodash": "^4.14.165",
"@types/node": "^12.0.0",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
+ "@types/yup": "^0.29.10",
"gh-pages": "^3.1.0",
"typescript": "^4.0.3"
},