vite-imagetools
Advanced tools
Comparing version 4.0.3 to 4.0.4
{ | ||
"name": "vite-imagetools", | ||
"description": "Load and transform images using a toolbox of import directives!", | ||
"version": "4.0.3", | ||
"version": "4.0.4", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.mjs", | ||
"types": "dist/vite/src/index.d.ts", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
@@ -28,27 +28,31 @@ "dist" | ||
}, | ||
"scripts": { | ||
"dev": "rollup -cw", | ||
"build": "rollup -c", | ||
"test": "jest", | ||
"coverage": "jest --collectCoverage" | ||
}, | ||
"dependencies": { | ||
"@rollup/pluginutils": "^4.1.2", | ||
"imagetools-core": "^3.0.2", | ||
"magic-string": "^0.25.7" | ||
"imagetools-core": "^3.0.3", | ||
"magic-string": "^0.26.0" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "^26.0.23", | ||
"@types/jsdom": "^16.2.13", | ||
"@rollup/plugin-typescript": "^8.3.0", | ||
"@types/jest": "^28.0.0", | ||
"@types/jest-image-snapshot": "^4.3.1", | ||
"@types/jsdom": "^16.2.14", | ||
"@types/picomatch": "^2.3.0", | ||
"jest": "^26.6.3", | ||
"jest-image-snapshot": "^4.5.1", | ||
"jest": "^28.0.0", | ||
"@types/sharp": "^0.30.0", | ||
"jest-image-snapshot": "^5.0.0", | ||
"jsdom": "^19.0.0", | ||
"picomatch": "^2.2.3", | ||
"rollup": "^2.61.1", | ||
"rollup-plugin-typescript2": "^0.31.1", | ||
"ts-jest": "^26.5.6", | ||
"typescript": "^4.5.4", | ||
"vite": "^2.7.3" | ||
"picomatch": "^2.3.1", | ||
"rollup": "^2.66.1", | ||
"sharp": "^0.30.0", | ||
"ts-jest": "^28.0.0", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.5.5", | ||
"vite": "^2.7.13" | ||
}, | ||
"scripts": { | ||
"dev": "rollup -cw", | ||
"build": "rollup -c", | ||
"test": "jest", | ||
"coverage": "jest --collectCoverage" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
41816
16
9
296
+ Addedmagic-string@0.26.7(transitive)
- Removedmagic-string@0.25.9(transitive)
Updatedimagetools-core@^3.0.3
Updatedmagic-string@^0.26.0