chore: update packages

This commit is contained in:
2024-01-23 09:25:54 +10:00
parent fc2b01c9b5
commit 84032941b1
3 changed files with 12 additions and 12 deletions

View File

@@ -15,7 +15,7 @@
"lint": "eslint ." "lint": "eslint ."
}, },
"dependencies": { "dependencies": {
"@studio-freight/lenis": "^1.0.33", "@studio-freight/lenis": "^1.0.34",
"classix": "^2.1.35", "classix": "^2.1.35",
"dayjs": "^1.11.10", "dayjs": "^1.11.10",
"embla-carousel": "^7.1.0", "embla-carousel": "^7.1.0",
@@ -23,16 +23,16 @@
"motion": "^10.17.0", "motion": "^10.17.0",
"ogl": "^1.0.3", "ogl": "^1.0.3",
"sanitize.css": "^13.0.0", "sanitize.css": "^13.0.0",
"swell-js": "3.24.5", "swell-js": "4.0.0",
"tweakpane": "^4.0.3", "tweakpane": "^4.0.3",
"utils": "workspace:*" "utils": "workspace:*"
}, },
"devDependencies": { "devDependencies": {
"@sveltejs/adapter-auto": "^3.1.0", "@sveltejs/adapter-auto": "^3.1.1",
"@sveltejs/adapter-cloudflare": "^3.0.2", "@sveltejs/adapter-cloudflare": "^4.1.0",
"@sveltejs/kit": "^2.3.2", "@sveltejs/kit": "^2.4.3",
"@typescript-eslint/eslint-plugin": "^6.18.1", "@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.18.1", "@typescript-eslint/parser": "^6.19.1",
"base-64": "^1.0.0", "base-64": "^1.0.0",
"browserslist": "^4.22.2", "browserslist": "^4.22.2",
"config": "workspace:*", "config": "workspace:*",
@@ -44,13 +44,13 @@
"postcss-normalize": "^10.0.1", "postcss-normalize": "^10.0.1",
"postcss-preset-env": "^9.3.0", "postcss-preset-env": "^9.3.0",
"postcss-sort-media-queries": "^5.2.0", "postcss-sort-media-queries": "^5.2.0",
"sass": "^1.69.7", "sass": "^1.70.0",
"svelte": "^4.2.8", "svelte": "^4.2.9",
"svelte-check": "^3.6.2", "svelte-check": "^3.6.3",
"svelte-preprocess": "^5.1.3", "svelte-preprocess": "^5.1.3",
"tslib": "^2.6.2", "tslib": "^2.6.2",
"typescript": "^5.3.3", "typescript": "^5.3.3",
"vite": "5.0.11" "vite": "5.0.12"
}, },
"type": "module", "type": "module",
"browserslist": [ "browserslist": [

BIN
bun.lockb

Binary file not shown.

View File

@@ -12,7 +12,7 @@
"lint": "turbo run lint" "lint": "turbo run lint"
}, },
"devDependencies": { "devDependencies": {
"prettier": "^3.1.1", "prettier": "^3.2.4",
"turbo": "^1.11.3" "turbo": "^1.11.3"
}, },
"type": "module", "type": "module",