vite-imagetools
Advanced tools
Comparing version 4.0.1 to 4.0.2
# Change Log | ||
## 4.0.2 | ||
### Patch Changes | ||
- 922975e: chore(deps-dev): bump vite from 2.6.14 to 2.7.1 | ||
## 4.0.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "vite-imagetools", | ||
"description": "Load and transform images using a toolbox of import directives!", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"main": "dist/index.cjs", | ||
@@ -45,10 +45,10 @@ "module": "dist/index.mjs", | ||
"jest-image-snapshot": "^4.5.1", | ||
"jsdom": "^18.0.1", | ||
"jsdom": "^19.0.0", | ||
"picomatch": "^2.2.3", | ||
"rollup": "^2.59.0", | ||
"rollup-plugin-typescript2": "^0.30.0", | ||
"rollup": "^2.61.1", | ||
"rollup-plugin-typescript2": "^0.31.1", | ||
"ts-jest": "^26.5.6", | ||
"typescript": "^4.2.4", | ||
"vite": "^2.6.14" | ||
"typescript": "^4.5.3", | ||
"vite": "^2.7.1" | ||
} | ||
} |
35554