Skip to content

Commit ae1b202

Browse files
committed
⬆️ Upgrade dependencies
1 parent 28c1fd6 commit ae1b202

File tree

2 files changed

+222
-220
lines changed

2 files changed

+222
-220
lines changed

package.json

+21-19
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pheralb/svgl",
33
"author": "@pheralb_",
4-
"version": "4.1.0",
4+
"version": "4.2.0",
55
"description": "A beautiful library with SVG logos.",
66
"private": true,
77
"license": "MIT",
@@ -17,10 +17,12 @@
1717
"host": "vite dev --host",
1818
"build": "pnpm run prebuild && vite build",
1919
"prebuild": "cd ./check-size && pnpm install && pnpm run start",
20+
"onlybuild": "vite build",
2021
"preview": "vite preview",
2122
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
2223
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
2324
"check:size": "cd ./check-size && npm run start",
25+
"check:links": " lychee --base . ./src/data/svgs.ts --cache --max-cache-age 3d . --include 'https://cdn.svgl.app'",
2426
"fix:viewbox": "cd ./fix-viewbox && npm run start",
2527
"test": "vitest run",
2628
"lint": "prettier --plugin-search-dir . --check . && eslint .",
@@ -30,50 +32,50 @@
3032
"build:figma": "concurrently -n plugin,svelte 'npm run build:plugin -- --define:SITE_URL=\\\"$npm_package_config_siteURL\\\"' 'npm run build'"
3133
},
3234
"dependencies": {
33-
"@figma/plugin-typings": "1.90.0",
35+
"@figma/plugin-typings": "1.91.0",
3436
"@svelte-dev/pretty-code": "1.0.0",
3537
"@svgr/core": "8.1.0",
3638
"@svgr/plugin-jsx": "8.1.0",
37-
"@upstash/ratelimit": "1.0.3",
38-
"@upstash/redis": "1.29.0",
39-
"bits-ui": "0.21.2",
39+
"@upstash/ratelimit": "1.1.1",
40+
"@upstash/redis": "1.30.0",
41+
"bits-ui": "0.21.4",
4042
"clsx": "2.1.0",
4143
"downloadjs": "1.4.7",
4244
"jszip": "3.10.1",
43-
"lucide-svelte": "0.366.0",
45+
"lucide-svelte": "0.372.0",
4446
"mode-watcher": "0.3.0",
4547
"rehype-pretty-code": "0.13.1",
46-
"shiki": "1.2.4",
47-
"svelte-sonner": "0.3.21",
48+
"shiki": "1.3.0",
49+
"svelte-sonner": "0.3.22",
4850
"tailwind-merge": "2.2.2"
4951
},
5052
"devDependencies": {
5153
"@sveltejs/adapter-auto": "3.2.0",
52-
"@sveltejs/kit": "2.5.5",
53-
"@sveltejs/vite-plugin-svelte": "3.0.2",
54+
"@sveltejs/kit": "2.5.6",
55+
"@sveltejs/vite-plugin-svelte": "3.1.0",
5456
"@tailwindcss/typography": "0.5.12",
5557
"@types/downloadjs": "1.4.6",
56-
"@typescript-eslint/eslint-plugin": "7.6.0",
57-
"@typescript-eslint/parser": "7.6.0",
58+
"@typescript-eslint/eslint-plugin": "7.7.0",
59+
"@typescript-eslint/parser": "7.7.0",
5860
"autoprefixer": "10.4.19",
5961
"concurrently": "8.2.2",
6062
"esbuild": "0.20.2",
6163
"eslint": "8.57.0",
6264
"eslint-config-prettier": "9.1.0",
63-
"eslint-plugin-svelte": "2.36.0",
65+
"eslint-plugin-svelte": "2.37.0",
6466
"mdsvex": "0.11.0",
6567
"postcss": "8.4.38",
6668
"prettier": "3.2.5",
67-
"prettier-plugin-svelte": "3.2.2",
68-
"prettier-plugin-tailwindcss": "0.5.13",
69-
"svelte": "4.2.12",
69+
"prettier-plugin-svelte": "3.2.3",
70+
"prettier-plugin-tailwindcss": "0.5.14",
71+
"svelte": "4.2.15",
7072
"svelte-check": "3.6.9",
7173
"sveltekit-search-params": "2.1.2",
7274
"tailwindcss": "3.4.3",
7375
"tslib": "2.6.2",
74-
"typescript": "5.4.4",
75-
"vite": "5.2.8",
76-
"vitest": "1.4.0"
76+
"typescript": "5.4.5",
77+
"vite": "5.2.9",
78+
"vitest": "1.5.0"
7779
},
7880
"config": {
7981
"siteURL": "https://svgl.app?figma=1"

0 commit comments

Comments
 (0)