update dayjs

This commit is contained in:
jb-alvarado 2021-03-30 12:31:45 +02:00
parent 389862405a
commit 3d9d6d8a6f
2 changed files with 10 additions and 10 deletions

18
package-lock.json generated
View File

@ -9,7 +9,7 @@
"version": "3.0.0", "version": "3.0.0",
"dependencies": { "dependencies": {
"@nuxtjs/axios": "^5.13.1", "@nuxtjs/axios": "^5.13.1",
"@nuxtjs/dayjs": "^1.3.0", "@nuxtjs/dayjs": "^1.3.1",
"@nuxtjs/dotenv": "^1.4.1", "@nuxtjs/dotenv": "^1.4.1",
"bootstrap": "^4.6.0", "bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2", "bootstrap-vue": "^2.21.2",
@ -2816,12 +2816,12 @@
} }
}, },
"node_modules/@nuxtjs/dayjs": { "node_modules/@nuxtjs/dayjs": {
"version": "1.3.0", "version": "1.3.1",
"resolved": "https://registry.npmjs.org/@nuxtjs/dayjs/-/dayjs-1.3.0.tgz", "resolved": "https://registry.npmjs.org/@nuxtjs/dayjs/-/dayjs-1.3.1.tgz",
"integrity": "sha512-2mm4hVF6YDPHBZpnwyiiEqFybU2cncY/0Ri5KnVpvKF0PCAvu3NCVxbGRItrBRaRjUq3dtaX7j+gUk1FKIkq9A==", "integrity": "sha512-+lwL6J8xMJjfk2dweuK8eViMbkBj2x+BlehfdlsuN1C3Mw8rRBXv2A9FTXPStaUI07OpdgDOynBX4c9kaVmvLQ==",
"dependencies": { "dependencies": {
"consola": "^2.3.2", "consola": "^2.3.2",
"dayjs": "^1.8.9" "dayjs": "^1.10.4"
} }
}, },
"node_modules/@nuxtjs/dotenv": { "node_modules/@nuxtjs/dotenv": {
@ -19251,12 +19251,12 @@
} }
}, },
"@nuxtjs/dayjs": { "@nuxtjs/dayjs": {
"version": "1.3.0", "version": "1.3.1",
"resolved": "https://registry.npmjs.org/@nuxtjs/dayjs/-/dayjs-1.3.0.tgz", "resolved": "https://registry.npmjs.org/@nuxtjs/dayjs/-/dayjs-1.3.1.tgz",
"integrity": "sha512-2mm4hVF6YDPHBZpnwyiiEqFybU2cncY/0Ri5KnVpvKF0PCAvu3NCVxbGRItrBRaRjUq3dtaX7j+gUk1FKIkq9A==", "integrity": "sha512-+lwL6J8xMJjfk2dweuK8eViMbkBj2x+BlehfdlsuN1C3Mw8rRBXv2A9FTXPStaUI07OpdgDOynBX4c9kaVmvLQ==",
"requires": { "requires": {
"consola": "^2.3.2", "consola": "^2.3.2",
"dayjs": "^1.8.9" "dayjs": "^1.10.4"
} }
}, },
"@nuxtjs/dotenv": { "@nuxtjs/dotenv": {

View File

@ -13,7 +13,7 @@
}, },
"dependencies": { "dependencies": {
"@nuxtjs/axios": "^5.13.1", "@nuxtjs/axios": "^5.13.1",
"@nuxtjs/dayjs": "^1.3.0", "@nuxtjs/dayjs": "^1.3.1",
"@nuxtjs/dotenv": "^1.4.1", "@nuxtjs/dotenv": "^1.4.1",
"bootstrap": "^4.6.0", "bootstrap": "^4.6.0",
"bootstrap-vue": "^2.21.2", "bootstrap-vue": "^2.21.2",