⬆️ Upgrade dependencies

This commit is contained in:
pheralb
2024-04-09 15:40:55 +01:00
parent bc43c7a628
commit daab73eb58
2 changed files with 712 additions and 833 deletions
+27 -27
View File
@@ -1,5 +1,5 @@
{
"name": "svgl",
"name": "@pheralb/svgl",
"author": "@pheralb_",
"version": "4.1.0",
"description": "A beautiful library with SVG logos.",
@@ -30,48 +30,48 @@
"build:figma": "concurrently -n plugin,svelte 'npm run build:plugin -- --define:SITE_URL=\\\"$npm_package_config_siteURL\\\"' 'npm run build'"
},
"dependencies": {
"@figma/plugin-typings": "1.88.0",
"@figma/plugin-typings": "1.90.0",
"@svelte-dev/pretty-code": "1.0.0",
"@upstash/ratelimit": "1.0.1",
"@upstash/redis": "1.28.4",
"bits-ui": "0.19.5",
"@upstash/ratelimit": "1.0.3",
"@upstash/redis": "1.29.0",
"bits-ui": "0.21.2",
"clsx": "2.1.0",
"downloadjs": "1.4.7",
"jszip": "3.10.1",
"lucide-svelte": "0.353.0",
"mode-watcher": "0.2.2",
"rehype-pretty-code": "0.13.0",
"shiki": "1.1.7",
"svelte-sonner": "0.3.19",
"tailwind-merge": "2.2.1"
"lucide-svelte": "0.366.0",
"mode-watcher": "0.3.0",
"rehype-pretty-code": "0.13.1",
"shiki": "1.2.4",
"svelte-sonner": "0.3.21",
"tailwind-merge": "2.2.2"
},
"devDependencies": {
"@sveltejs/adapter-auto": "3.1.1",
"@sveltejs/kit": "2.5.3",
"@sveltejs/adapter-auto": "3.2.0",
"@sveltejs/kit": "2.5.5",
"@sveltejs/vite-plugin-svelte": "3.0.2",
"@tailwindcss/typography": "0.5.10",
"@tailwindcss/typography": "0.5.12",
"@types/downloadjs": "1.4.6",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/parser": "7.1.1",
"autoprefixer": "10.4.18",
"@typescript-eslint/eslint-plugin": "7.6.0",
"@typescript-eslint/parser": "7.6.0",
"autoprefixer": "10.4.19",
"concurrently": "8.2.2",
"esbuild": "0.20.1",
"esbuild": "0.20.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.35.1",
"eslint-plugin-svelte": "2.36.0",
"mdsvex": "0.11.0",
"postcss": "8.4.35",
"postcss": "8.4.38",
"prettier": "3.2.5",
"prettier-plugin-svelte": "3.2.2",
"prettier-plugin-tailwindcss": "0.5.12",
"prettier-plugin-tailwindcss": "0.5.13",
"svelte": "4.2.12",
"svelte-check": "3.6.6",
"sveltekit-search-params": "^2.1.1",
"tailwindcss": "3.4.1",
"svelte-check": "3.6.9",
"sveltekit-search-params": "2.1.2",
"tailwindcss": "3.4.3",
"tslib": "2.6.2",
"typescript": "5.4.2",
"vite": "5.1.5",
"vitest": "1.3.1"
"typescript": "5.4.4",
"vite": "5.2.8",
"vitest": "1.4.0"
},
"config": {
"siteURL": "https://svgl.app?figma=1"