Skip to content

Commit

Permalink
猬嗭笍 Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed Apr 29, 2024
1 parent 893fef5 commit 07e588c
Show file tree
Hide file tree
Showing 2 changed files with 156 additions and 156 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,50 +32,50 @@
"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.91.0",
"@figma/plugin-typings": "1.92.0",
"@svelte-dev/pretty-code": "1.0.0",
"@svgr/core": "8.1.0",
"@svgr/plugin-jsx": "8.1.0",
"@upstash/ratelimit": "1.1.1",
"@upstash/ratelimit": "1.1.3",
"@upstash/redis": "1.30.0",
"bits-ui": "0.21.4",
"clsx": "2.1.0",
"bits-ui": "0.21.5",
"clsx": "2.1.1",
"downloadjs": "1.4.7",
"jszip": "3.10.1",
"lucide-svelte": "0.372.0",
"lucide-svelte": "0.376.1",
"mode-watcher": "0.3.0",
"rehype-pretty-code": "0.13.1",
"shiki": "1.3.0",
"svelte-sonner": "0.3.22",
"tailwind-merge": "2.2.2"
"tailwind-merge": "2.3.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "3.2.0",
"@sveltejs/kit": "2.5.6",
"@sveltejs/kit": "2.5.7",
"@sveltejs/vite-plugin-svelte": "3.1.0",
"@tailwindcss/typography": "0.5.12",
"@tailwindcss/typography": "0.5.13",
"@types/downloadjs": "1.4.6",
"@typescript-eslint/eslint-plugin": "7.7.0",
"@typescript-eslint/parser": "7.7.0",
"@typescript-eslint/eslint-plugin": "7.7.1",
"@typescript-eslint/parser": "7.7.1",
"autoprefixer": "10.4.19",
"concurrently": "8.2.2",
"esbuild": "0.20.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-svelte": "2.37.0",
"eslint-plugin-svelte": "2.38.0",
"mdsvex": "0.11.0",
"postcss": "8.4.38",
"prettier": "3.2.5",
"prettier-plugin-svelte": "3.2.3",
"prettier-plugin-tailwindcss": "0.5.14",
"svelte": "4.2.15",
"svelte-check": "3.6.9",
"svelte-check": "3.7.0",
"sveltekit-search-params": "2.1.2",
"tailwindcss": "3.4.3",
"tslib": "2.6.2",
"typescript": "5.4.5",
"vite": "5.2.9",
"vitest": "1.5.0"
"vite": "5.2.10",
"vitest": "1.5.2"
},
"config": {
"siteURL": "https://svgl.app?figma=1"
Expand Down
Loading

0 comments on commit 07e588c

Please sign in to comment.