mirror of
https://framagit.org/les/gancio.git
synced 2025-01-31 16:42:22 +01:00
add date-fns
This commit is contained in:
parent
a2fb7ae1b5
commit
e052df91e1
2 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "gancio",
|
"name": "gancio",
|
||||||
"version": "0.22.2",
|
"version": "0.22.4",
|
||||||
"description": "A shared agenda for local communities",
|
"description": "A shared agenda for local communities",
|
||||||
"author": "lesion",
|
"author": "lesion",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -66,6 +66,7 @@
|
||||||
"cookie-parser": "^1.4.4",
|
"cookie-parser": "^1.4.4",
|
||||||
"cors": "^2.8.5",
|
"cors": "^2.8.5",
|
||||||
"cross-env": "^7.0.2",
|
"cross-env": "^7.0.2",
|
||||||
|
"date-fns": "^2.11.0",
|
||||||
"dayjs": "^1.8.22",
|
"dayjs": "^1.8.22",
|
||||||
"dompurify": "^2.0.8",
|
"dompurify": "^2.0.8",
|
||||||
"element-ui": "^2.13.0",
|
"element-ui": "^2.13.0",
|
||||||
|
|
|
@ -3449,6 +3449,11 @@ datauri@^2.0.0:
|
||||||
image-size "^0.7.3"
|
image-size "^0.7.3"
|
||||||
mimer "^1.0.0"
|
mimer "^1.0.0"
|
||||||
|
|
||||||
|
date-fns@^2.11.0:
|
||||||
|
version "2.11.0"
|
||||||
|
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.11.0.tgz#ec2b44977465b9dcb370021d5e6c019b19f36d06"
|
||||||
|
integrity sha512-8P1cDi8ebZyDxUyUprBXwidoEtiQAawYPGvpfb+Dg0G6JrQ+VozwOmm91xYC0vAv1+0VmLehEPb+isg4BGUFfA==
|
||||||
|
|
||||||
date-fns@^2.6.0:
|
date-fns@^2.6.0:
|
||||||
version "2.8.1"
|
version "2.8.1"
|
||||||
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.8.1.tgz#2109362ccb6c87c3ca011e9e31f702bc09e4123b"
|
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.8.1.tgz#2109362ccb6c87c3ca011e9e31f702bc09e4123b"
|
||||||
|
|
Loading…
Reference in a new issue