Add moment as a direct dependency (#445)

This commit is contained in:
Miguel de la Cruz 2021-05-20 14:58:19 +02:00 committed by GitHub
parent 5416939b36
commit 6bb987a233
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 3389 deletions

3403
webapp/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -24,6 +24,7 @@
"dependencies": { "dependencies": {
"emoji-mart": "^3.0.1", "emoji-mart": "^3.0.1",
"marked": ">=2.0.1", "marked": ">=2.0.1",
"moment": "^2.29.1",
"nanoevents": "^5.1.13", "nanoevents": "^5.1.13",
"react": "^17.0.2", "react": "^17.0.2",
"react-day-picker": "^7.4.10", "react-day-picker": "^7.4.10",