Skip to content

Commit

Permalink
馃摝 Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Jun 11, 2024
1 parent b5d6283 commit 96b1b07
Show file tree
Hide file tree
Showing 2 changed files with 779 additions and 771 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pheralb/svgl",
"author": "@pheralb_",
"version": "4.2.0",
"version": "4.2.2",
"description": "A beautiful library with SVG logos.",
"private": true,
"license": "MIT",
Expand Down Expand Up @@ -32,20 +32,20 @@
"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.94.0",
"@figma/plugin-typings": "1.96.0",
"@svelte-dev/pretty-code": "1.0.0",
"@svgr/core": "8.1.0",
"@svgr/plugin-jsx": "8.1.0",
"@upstash/ratelimit": "1.1.3",
"@upstash/ratelimit": "1.2.0",
"@upstash/redis": "1.31.3",
"bits-ui": "0.21.10",
"clsx": "2.1.1",
"downloadjs": "1.4.7",
"jszip": "3.10.1",
"lucide-svelte": "0.381.0",
"lucide-svelte": "0.394.0",
"mode-watcher": "0.3.0",
"rehype-pretty-code": "0.13.2",
"shiki": "1.6.1",
"shiki": "1.6.4",
"svelte-sonner": "0.3.24",
"tailwind-merge": "2.3.0"
},
Expand All @@ -55,26 +55,26 @@
"@sveltejs/vite-plugin-svelte": "3.1.1",
"@tailwindcss/typography": "0.5.13",
"@types/downloadjs": "1.4.6",
"@typescript-eslint/eslint-plugin": "7.11.0",
"@typescript-eslint/parser": "7.11.0",
"@typescript-eslint/eslint-plugin": "7.13.0",
"@typescript-eslint/parser": "7.13.0",
"autoprefixer": "10.4.19",
"concurrently": "8.2.2",
"esbuild": "0.21.4",
"esbuild": "0.21.5",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.39.0",
"mdsvex": "0.11.0",
"eslint-plugin-svelte": "2.39.3",
"mdsvex": "0.11.2",
"postcss": "8.4.38",
"prettier": "3.2.5",
"prettier-plugin-svelte": "3.2.3",
"prettier-plugin-tailwindcss": "0.6.1",
"svelte": "4.2.17",
"prettier": "3.3.2",
"prettier-plugin-svelte": "3.2.4",
"prettier-plugin-tailwindcss": "0.6.3",
"svelte": "4.2.18",
"svelte-check": "3.8.0",
"sveltekit-search-params": "2.1.2",
"tailwindcss": "3.4.3",
"tslib": "2.6.2",
"tailwindcss": "3.4.4",
"tslib": "2.6.3",
"typescript": "5.4.5",
"vite": "5.2.12",
"vite": "5.2.13",
"vitest": "1.6.0"
},
"config": {
Expand Down
Loading

0 comments on commit 96b1b07

Please sign in to comment.