chore: update packages

This commit is contained in:
2023-11-15 10:52:36 +01:00
parent 41e8fd35e5
commit f40fef3b55
4 changed files with 149 additions and 152 deletions

View File

@@ -23,31 +23,31 @@
"motion": "^10.16.4",
"ogl": "^1.0.3",
"sanitize.css": "^13.0.0",
"swell-js": "3.23.1",
"swell-js": "3.23.3",
"tweakpane": "^4.0.1",
"utils": "workspace:*"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/adapter-cloudflare": "^2.3.3",
"@sveltejs/kit": "^1.27.2",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@sveltejs/kit": "^1.27.6",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"base-64": "^1.0.0",
"browserslist": "^4.22.1",
"config": "workspace:*",
"cssnano": "^6.0.1",
"eslint": "^8.52.0",
"eslint-plugin-svelte": "^2.34.1",
"eslint": "^8.53.0",
"eslint-plugin-svelte": "^2.35.0",
"postcss": "^8.4.31",
"postcss-focus-visible": "^9.0.0",
"postcss-normalize": "^10.0.1",
"postcss-preset-env": "^9.3.0",
"postcss-sort-media-queries": "^5.2.0",
"sass": "^1.69.5",
"svelte": "^4.2.2",
"svelte-check": "^3.5.2",
"svelte-preprocess": "^5.0.4",
"svelte": "^4.2.3",
"svelte-check": "^3.6.0",
"svelte-preprocess": "^5.1.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.5.0"

View File

@@ -382,21 +382,6 @@
}
}
}
/*
** States
*/
// Visible when scrolling back up
&.is-visible {
transform: translate3d(0,0,0);
pointer-events: auto;
}
// Apply transition
&.is-transitioning {
transition: transform 1.0s var(--ease-quart);
}
}