diff options
author | crupest <crupest@outlook.com> | 2021-06-04 16:16:28 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-04 16:16:28 +0800 |
commit | 9cd9f1e9dfb140fa103fc2da54321715c5fc705b (patch) | |
tree | e3a6107abf0eb2349709290fa961b807991ce1a5 /FrontEnd/package.json | |
parent | 924e420dbcda5a8658f65dcb98a9140c97f52cd2 (diff) | |
download | timeline-9cd9f1e9dfb140fa103fc2da54321715c5fc705b.tar.gz timeline-9cd9f1e9dfb140fa103fc2da54321715c5fc705b.tar.bz2 timeline-9cd9f1e9dfb140fa103fc2da54321715c5fc705b.zip |
fix: Fix change post property time init value bug.
Diffstat (limited to 'FrontEnd/package.json')
-rw-r--r-- | FrontEnd/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index f00a86e7..bb31c560 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -17,6 +17,7 @@ "i18next-browser-languagedetector": "^6.1.1",
"js-base64": "^3.6.1",
"lodash": "^4.17.21",
+ "moment": "^2.29.1",
"pepjs": "^0.5.3",
"react": "^17.0.1",
"react-bootstrap": "^2.0.0-beta.0",
|