Skip to content

Commit f997719

Browse files
committed
date-fnsとdayjsをアンインストール、@nuxtjs/dayjsをインストール
1 parent 876c71f commit f997719

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"@babel/core": "^7.14.3",
3030
"@babel/runtime-corejs3": "^7.14.0",
3131
"@nuxtjs/axios": "^5.13.4",
32+
"@nuxtjs/dayjs": "^1.4.0",
3233
"@nuxtjs/dotenv": "^1.4.1",
3334
"@nuxtjs/google-analytics": "^2.4.0",
3435
"@nuxtjs/pwa": "^3.3.5",
@@ -37,8 +38,6 @@
3738
"aws-amplify": "^4.0.2",
3839
"core-js": "^3.12.1",
3940
"cross-env": "^7.0.3",
40-
"date-fns": "^2.21.3",
41-
"dayjs": "^1.10.4",
4241
"express": "^4.17.1",
4342
"nuxt": "^2.15.6",
4443
"nuxt-i18n": "^6.27.0",

yarn.lock

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2917,6 +2917,14 @@
29172917
consola "^2.15.3"
29182918
defu "^5.0.0"
29192919

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+
29202928
"@nuxtjs/dotenv@^1.4.1":
29212929
version "1.4.1"
29222930
resolved "https://registry.yarnpkg.com/@nuxtjs/dotenv/-/dotenv-1.4.1.tgz#dd5abb98e22cc7ae27139d3aa606151034293128"
@@ -5915,11 +5923,6 @@ data-urls@^2.0.0:
59155923
whatwg-mimetype "^2.3.0"
59165924
whatwg-url "^8.0.0"
59175925

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-
59235926
dayjs@^1.10.4:
59245927
version "1.10.4"
59255928
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.10.4.tgz#8e544a9b8683f61783f570980a8a80eaf54ab1e2"

0 commit comments

Comments
 (0)