diff --git a/package.json b/package.json index 0a57d78..934a74a 100644 --- a/package.json +++ b/package.json @@ -16,6 +16,7 @@ "lint": "eslint --ignore-path .gitignore ." }, "dependencies": { + "dayjs": "^1.10.7", "focus-visible": "^5.2.0", "sanitize.css": "^12.0.1" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 78afedb..63c176c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -6,6 +6,7 @@ specifiers: '@sveltejs/kit': next '@typescript-eslint/eslint-plugin': ^4.32.0 '@typescript-eslint/parser': ^4.32.0 + dayjs: ^1.10.7 eslint: ^7.32.0 eslint-plugin-svelte3: ^3.2.1 focus-visible: ^5.2.0 @@ -19,6 +20,7 @@ specifiers: typescript: ^4.4.3 dependencies: + dayjs: 1.10.7 focus-visible: 5.2.0 motion: 10.1.0 sanitize.css: 12.0.1 @@ -494,6 +496,10 @@ packages: which: 2.0.2 dev: true + /dayjs/1.10.7: + resolution: {integrity: sha512-P6twpd70BcPK34K26uJ1KT3wlhpuOAPoMwJzpsIWUxHZ7wpmbdZL/hQqBDfz7hGurYSa5PhzdhDHtt319hL3ig==} + dev: false + /debug/4.3.2: resolution: {integrity: sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw==} engines: {node: '>=6.0'} diff --git a/src/components/molecules/Location.svelte b/src/components/molecules/Location.svelte index aecbbd6..c4a20e0 100644 --- a/src/components/molecules/Location.svelte +++ b/src/components/molecules/Location.svelte @@ -1,10 +1,17 @@