[chore] Update packages and remove unused code
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
"dependencies": {
|
||||
"@studio-freight/lenis": "^0.1.18",
|
||||
"dayjs": "^1.11.5",
|
||||
"embla-carousel": "^7.0.1",
|
||||
"embla-carousel": "^7.0.2",
|
||||
"focus-visible": "^5.2.0",
|
||||
"motion": "^10.14.1",
|
||||
"ogl": "^0.0.97",
|
||||
@@ -28,7 +28,7 @@
|
||||
"@sveltejs/adapter-auto": "^1.0.0-next.70",
|
||||
"@sveltejs/adapter-node": "^1.0.0-next.88",
|
||||
"@sveltejs/adapter-vercel": "^1.0.0-next.72",
|
||||
"@sveltejs/kit": "^1.0.0-next.456",
|
||||
"@sveltejs/kit": "^1.0.0-next.457",
|
||||
"@typescript-eslint/eslint-plugin": "^5.36.1",
|
||||
"@typescript-eslint/parser": "^5.36.1",
|
||||
"browserslist": "^4.21.3",
|
||||
|
||||
16
pnpm-lock.yaml
generated
16
pnpm-lock.yaml
generated
@@ -5,13 +5,13 @@ specifiers:
|
||||
'@sveltejs/adapter-auto': ^1.0.0-next.70
|
||||
'@sveltejs/adapter-node': ^1.0.0-next.88
|
||||
'@sveltejs/adapter-vercel': ^1.0.0-next.72
|
||||
'@sveltejs/kit': ^1.0.0-next.456
|
||||
'@sveltejs/kit': ^1.0.0-next.457
|
||||
'@typescript-eslint/eslint-plugin': ^5.36.1
|
||||
'@typescript-eslint/parser': ^5.36.1
|
||||
browserslist: ^4.21.3
|
||||
cssnano: ^5.1.13
|
||||
dayjs: ^1.11.5
|
||||
embla-carousel: ^7.0.1
|
||||
embla-carousel: ^7.0.2
|
||||
eslint: ^8.23.0
|
||||
eslint-plugin-svelte3: ^4.0.0
|
||||
focus-visible: ^5.2.0
|
||||
@@ -36,7 +36,7 @@ specifiers:
|
||||
dependencies:
|
||||
'@studio-freight/lenis': 0.1.18
|
||||
dayjs: 1.11.5
|
||||
embla-carousel: 7.0.1
|
||||
embla-carousel: 7.0.2
|
||||
focus-visible: 5.2.0
|
||||
motion: 10.14.1
|
||||
ogl: 0.0.97
|
||||
@@ -47,7 +47,7 @@ devDependencies:
|
||||
'@sveltejs/adapter-auto': 1.0.0-next.70
|
||||
'@sveltejs/adapter-node': 1.0.0-next.88
|
||||
'@sveltejs/adapter-vercel': 1.0.0-next.72
|
||||
'@sveltejs/kit': 1.0.0-next.456_fhgkwirxvgjw2igda6zmhiisma
|
||||
'@sveltejs/kit': 1.0.0-next.457_fhgkwirxvgjw2igda6zmhiisma
|
||||
'@typescript-eslint/eslint-plugin': 5.36.1_lbwfnm54o3pmr3ypeqp3btnera
|
||||
'@typescript-eslint/parser': 5.36.1_yqf6kl63nyoq5megxukfnom5rm
|
||||
browserslist: 4.21.3
|
||||
@@ -466,8 +466,8 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@sveltejs/kit/1.0.0-next.456_fhgkwirxvgjw2igda6zmhiisma:
|
||||
resolution: {integrity: sha512-yzYoRtRPqVTcIehfxXptZzH5bDN/19cqTrrJ1KM0Ju5BrpRsRvqLYlZBYBaDv0bx1MdfJkUJlPVchLbS6bsRXw==}
|
||||
/@sveltejs/kit/1.0.0-next.457_fhgkwirxvgjw2igda6zmhiisma:
|
||||
resolution: {integrity: sha512-4cVVSKj6r70iifUkqQNK0aTkgoY6O8evi9SazECeLXTCFBM4TvproLQhgXys+kkXmyvdS48NK0JBD8hJnD7A7Q==}
|
||||
engines: {node: '>=16.14'}
|
||||
hasBin: true
|
||||
requiresBuild: true
|
||||
@@ -1158,8 +1158,8 @@ packages:
|
||||
resolution: {integrity: sha512-vxVyGJcsgArNOVUJcXm+7iY3PJAfmSapEszQD1HbyPLl0qoCmNQ1o/EX3RI7Et5/88In9oLxX3SGF8J3orkUgA==}
|
||||
dev: true
|
||||
|
||||
/embla-carousel/7.0.1:
|
||||
resolution: {integrity: sha512-+beEwrdj+FGyiz9a/prfj4IAG6CWDSRYUB3c+FKf17WUq5OxxKg5BVDF5FWcvC3EX6n8wFKQGXjkB3obnWZM8Q==}
|
||||
/embla-carousel/7.0.2:
|
||||
resolution: {integrity: sha512-6SHKbLJRvcjunb0VT1Aw7YwK0Dw8ecqEa+ppT1j+kHGEg5I4WvUd8SjRkc1NAuQK0PTBD0d567UCmzEAngeAxw==}
|
||||
dev: false
|
||||
|
||||
/emoji-regex/8.0.0:
|
||||
|
||||
@@ -10,7 +10,6 @@
|
||||
|
||||
export let data: PageData
|
||||
const { legal } = data
|
||||
console.log(legal)
|
||||
</script>
|
||||
|
||||
<Metas
|
||||
|
||||
Reference in New Issue
Block a user