Skip to content

Commit

Permalink
Prep for patch
Browse files Browse the repository at this point in the history
  • Loading branch information
zerodevx committed Aug 26, 2023
1 parent e9b1a68 commit 4ee8efe
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 70 deletions.
144 changes: 80 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zerodevx/svelte-img",
"version": "2.0.2",
"version": "2.0.3",
"description": "High-performance responsive/progressive images for SvelteKit",
"author": "Jason Lee <[email protected]>",
"scripts": {
Expand All @@ -27,14 +27,14 @@
"@iconify/tailwind": "^0.1.3",
"@playwright/test": "^1.37.1",
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/kit": "^1.22.6",
"@sveltejs/kit": "^1.23.0",
"@sveltejs/package": "^2.2.1",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.15",
"daisyui": "^3.5.1",
"eslint": "^8.47.0",
"daisyui": "^3.6.3",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.32.4",
"eslint-plugin-svelte": "^2.33.0",
"postcss": "^8.4.28",
"postcss-load-config": "^4.0.1",
"prettier": "^3.0.2",
Expand All @@ -44,7 +44,7 @@
"svelte-check": "^3.5.0",
"tailwindcss": "^3.3.3",
"tslib": "^2.6.2",
"typescript": "^5.1.6",
"typescript": "^5.2.2",
"vite": "^4.4.9"
},
"type": "module",
Expand Down

0 comments on commit 4ee8efe

Please sign in to comment.