|
1 | 1 | { |
2 | 2 | "name": "@zerodevx/svelte-img", |
3 | | - "version": "1.0.0", |
| 3 | + "version": "1.0.1", |
4 | 4 | "description": "Elegant responsive images for SvelteKit", |
5 | 5 | "author": "Jason Lee <[email protected]>", |
6 | 6 | "scripts": { |
|
18 | 18 | "format": "prettier --write --plugin-search-dir=. ." |
19 | 19 | }, |
20 | 20 | "dependencies": { |
21 | | - "imagetools-core": "^3.0.3", |
22 | | - "vite-imagetools": "^4.0.4" |
| 21 | + "imagetools-core": "3.0.3", |
| 22 | + "vite-imagetools": "4.0.4" |
23 | 23 | }, |
24 | 24 | "devDependencies": { |
25 | 25 | "@playwright/test": "^1.25.1", |
26 | 26 | "@rollup/pluginutils": "^4.2.1", |
27 | 27 | "@sveltejs/adapter-static": "^1.0.0-next.39", |
28 | | - "@sveltejs/kit": "^1.0.0-next.444", |
29 | | - "@sveltejs/package": "^1.0.0-next.1", |
| 28 | + "@sveltejs/kit": "1.0.0-next.449", |
| 29 | + "@sveltejs/package": "^1.0.0-next.3", |
30 | 30 | "@tailwindcss/typography": "^0.5.4", |
31 | 31 | "autoprefixer": "^10.4.8", |
32 | 32 | "eslint": "^8.23.0", |
33 | 33 | "eslint-config-prettier": "^8.5.0", |
34 | 34 | "eslint-plugin-svelte3": "^4.0.0", |
35 | | - "magic-string": "^0.26.2", |
| 35 | + "magic-string": "^0.26.3", |
36 | 36 | "postcss": "^8.4.16", |
37 | 37 | "postcss-load-config": "^4.0.1", |
38 | 38 | "prettier": "^2.7.1", |
39 | 39 | "prettier-plugin-svelte": "^2.7.0", |
40 | 40 | "svelte": "^3.49.0", |
41 | | - "svelte-check": "^2.8.1", |
| 41 | + "svelte-check": "^2.9.0", |
42 | 42 | "svelte-preprocess": "^4.10.7", |
43 | 43 | "tailwindcss": "^3.1.8", |
44 | 44 | "tslib": "^2.4.0", |
|
0 commit comments