vite-imagetools
Advanced tools
Comparing version 4.0.2 to 4.0.3
# Change Log | ||
## 4.0.3 | ||
### Patch Changes | ||
- 725e27b: chore(deps-dev): bump vite from 2.7.2 to 2.7.3 | ||
- 64356e6: chore(deps-dev): bump sharp from 2.8.2 to 2.9.3 | ||
- Updated dependencies [64356e6] | ||
- imagetools-core@3.0.2 | ||
## 4.0.2 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "vite-imagetools", | ||
"description": "Load and transform images using a toolbox of import directives!", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"main": "dist/index.cjs", | ||
@@ -35,4 +35,4 @@ "module": "dist/index.mjs", | ||
"dependencies": { | ||
"@rollup/pluginutils": "^4.1.1", | ||
"imagetools-core": "^3.0.1", | ||
"@rollup/pluginutils": "^4.1.2", | ||
"imagetools-core": "^3.0.2", | ||
"magic-string": "^0.25.7" | ||
@@ -51,5 +51,5 @@ }, | ||
"ts-jest": "^26.5.6", | ||
"typescript": "^4.5.3", | ||
"vite": "^2.7.1" | ||
"typescript": "^4.5.4", | ||
"vite": "^2.7.3" | ||
} | ||
} |
35760
Updated@rollup/pluginutils@^4.1.2
Updatedimagetools-core@^3.0.2