Skip to content

Commit 4ee8efe

Browse files
committed
Prep for patch
1 parent e9b1a68 commit 4ee8efe

File tree

2 files changed

+86
-70
lines changed

2 files changed

+86
-70
lines changed

package-lock.json

Lines changed: 80 additions & 64 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zerodevx/svelte-img",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "High-performance responsive/progressive images for SvelteKit",
55
"author": "Jason Lee <[email protected]>",
66
"scripts": {
@@ -27,14 +27,14 @@
2727
"@iconify/tailwind": "^0.1.3",
2828
"@playwright/test": "^1.37.1",
2929
"@sveltejs/adapter-static": "^2.0.3",
30-
"@sveltejs/kit": "^1.22.6",
30+
"@sveltejs/kit": "^1.23.0",
3131
"@sveltejs/package": "^2.2.1",
3232
"@tailwindcss/typography": "^0.5.9",
3333
"autoprefixer": "^10.4.15",
34-
"daisyui": "^3.5.1",
35-
"eslint": "^8.47.0",
34+
"daisyui": "^3.6.3",
35+
"eslint": "^8.48.0",
3636
"eslint-config-prettier": "^9.0.0",
37-
"eslint-plugin-svelte": "^2.32.4",
37+
"eslint-plugin-svelte": "^2.33.0",
3838
"postcss": "^8.4.28",
3939
"postcss-load-config": "^4.0.1",
4040
"prettier": "^3.0.2",
@@ -44,7 +44,7 @@
4444
"svelte-check": "^3.5.0",
4545
"tailwindcss": "^3.3.3",
4646
"tslib": "^2.6.2",
47-
"typescript": "^5.1.6",
47+
"typescript": "^5.2.2",
4848
"vite": "^4.4.9"
4949
},
5050
"type": "module",

0 commit comments

Comments
 (0)