File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 29
29
"@babel/core" : " ^7.14.3" ,
30
30
"@babel/runtime-corejs3" : " ^7.14.0" ,
31
31
"@nuxtjs/axios" : " ^5.13.4" ,
32
+ "@nuxtjs/dayjs" : " ^1.4.0" ,
32
33
"@nuxtjs/dotenv" : " ^1.4.1" ,
33
34
"@nuxtjs/google-analytics" : " ^2.4.0" ,
34
35
"@nuxtjs/pwa" : " ^3.3.5" ,
37
38
"aws-amplify" : " ^4.0.2" ,
38
39
"core-js" : " ^3.12.1" ,
39
40
"cross-env" : " ^7.0.3" ,
40
- "date-fns" : " ^2.21.3" ,
41
- "dayjs" : " ^1.10.4" ,
42
41
"express" : " ^4.17.1" ,
43
42
"nuxt" : " ^2.15.6" ,
44
43
"nuxt-i18n" : " ^6.27.0" ,
Original file line number Diff line number Diff line change 2917
2917
consola "^2.15.3"
2918
2918
defu "^5.0.0"
2919
2919
2920
+ "@nuxtjs/dayjs@^1.4.0":
2921
+ version "1.4.0"
2922
+ resolved "https://registry.yarnpkg.com/@nuxtjs/dayjs/-/dayjs-1.4.0.tgz#e11347bfa4f267deb9b9a6fb33bf918b32abfd00"
2923
+ integrity sha512-rP/BcUBI0ASh57QolZj7l3Wa58xSHCPXrvaFw62Apha1ATTc7pGnnV6USiZcZh9MoF+lRx5xkGyAMKmjHWuwqg==
2924
+ dependencies:
2925
+ consola "^2.3.2"
2926
+ dayjs "^1.10.4"
2927
+
2920
2928
"@nuxtjs/dotenv@^1.4.1":
2921
2929
version "1.4.1"
2922
2930
resolved "https://registry.yarnpkg.com/@nuxtjs/dotenv/-/dotenv-1.4.1.tgz#dd5abb98e22cc7ae27139d3aa606151034293128"
@@ -5915,11 +5923,6 @@ data-urls@^2.0.0:
5915
5923
whatwg-mimetype "^2.3.0"
5916
5924
whatwg-url "^8.0.0"
5917
5925
5918
- date-fns@^2.21.3:
5919
- version "2.21.3"
5920
- resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.21.3.tgz#8f5f6889d7a96bbcc1f0ea50239b397a83357f9b"
5921
- integrity sha512-HeYdzCaFflc1i4tGbj7JKMjM4cKGYoyxwcIIkHzNgCkX8xXDNJDZXgDDVchIWpN4eQc3lH37WarduXFZJOtxfw==
5922
-
5923
5926
dayjs@^1.10.4:
5924
5927
version "1.10.4"
5925
5928
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.10.4.tgz#8e544a9b8683f61783f570980a8a80eaf54ab1e2"
You can’t perform that action at this time.
0 commit comments