Skip to content

Commit f2f74d6

Browse files
committed
dayjsをアンインストールし、@nuxtjs/dayjsをインストール
1 parent afc2282 commit f2f74d6

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"@babel/runtime-corejs3": "^7.12.1",
3030
"@nuxt/typescript-runtime": "^2.0.0",
3131
"@nuxtjs/axios": "^5.12.2",
32+
"@nuxtjs/dayjs": "^1.4.0",
3233
"@nuxtjs/dotenv": "^1.4.1",
3334
"@nuxtjs/google-analytics": "^2.4.0",
3435
"@nuxtjs/pwa": "^3.2.2",
@@ -38,7 +39,6 @@
3839
"core-js": "^3.6.5",
3940
"cross-env": "^7.0.2",
4041
"date-fns": "^2.16.1",
41-
"dayjs": "^1.9.3",
4242
"express": "^4.17.1",
4343
"nuxt": "^2.14.7",
4444
"nuxt-i18n": "^6.15.3",

yarn.lock

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2960,6 +2960,14 @@
29602960
consola "^2.15.0"
29612961
defu "^3.1.0"
29622962

2963+
"@nuxtjs/dayjs@^1.4.0":
2964+
version "1.4.0"
2965+
resolved "https://registry.yarnpkg.com/@nuxtjs/dayjs/-/dayjs-1.4.0.tgz#e11347bfa4f267deb9b9a6fb33bf918b32abfd00"
2966+
integrity sha512-rP/BcUBI0ASh57QolZj7l3Wa58xSHCPXrvaFw62Apha1ATTc7pGnnV6USiZcZh9MoF+lRx5xkGyAMKmjHWuwqg==
2967+
dependencies:
2968+
consola "^2.3.2"
2969+
dayjs "^1.10.4"
2970+
29632971
"@nuxtjs/dotenv@^1.4.1":
29642972
version "1.4.1"
29652973
resolved "https://registry.yarnpkg.com/@nuxtjs/dotenv/-/dotenv-1.4.1.tgz#dd5abb98e22cc7ae27139d3aa606151034293128"
@@ -6063,10 +6071,10 @@ date-fns@^2.16.1:
60636071
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.16.1.tgz#05775792c3f3331da812af253e1a935851d3834b"
60646072
integrity sha512-sAJVKx/FqrLYHAQeN7VpJrPhagZc9R4ImZIWYRFZaaohR3KzmuK88touwsSwSVT8Qcbd4zoDsnGfX4GFB4imyQ==
60656073

6066-
dayjs@^1.9.3:
6067-
version "1.9.3"
6068-
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.9.3.tgz#b7f94b22ad2a136a4ca02a01ab68ae893fe1a268"
6069-
integrity sha512-V+1SyIvkS+HmNbN1G7A9+ERbFTV9KTXu6Oor98v2xHmzzpp52OIJhQuJSTywWuBY5pyAEmlwbCi1Me87n/SLOw==
6074+
dayjs@^1.10.4:
6075+
version "1.10.4"
6076+
resolved "https://registry.yarnpkg.com/dayjs/-/dayjs-1.10.4.tgz#8e544a9b8683f61783f570980a8a80eaf54ab1e2"
6077+
integrity sha512-RI/Hh4kqRc1UKLOAf/T5zdMMX5DQIlDxwUe3wSyMMnEbGunnpENCdbUgM+dW7kXidZqCttBrmw7BhN4TMddkCw==
60706078

60716079
de-indent@^1.0.2:
60726080
version "1.0.2"

0 commit comments

Comments
 (0)