1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-02-07 19:30:18 +02:00

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": {
"emoji-mart": "^3.0.1",
"marked": ">=2.0.1",
"moment": "^2.29.1",
"nanoevents": "^5.1.13",
"react": "^17.0.2",
"react-day-picker": "^7.4.10",