chore(v2): prepare v2.0.0.alpha-61 release (#3182)

* alpha 61 release

* doc prettier

* v2.0.0-alpha.61
This commit is contained in:
Sébastien Lorber 2020-08-01 15:24:46 +02:00 committed by GitHub
parent 300aecb8bc
commit 48b996773c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
69 changed files with 7717 additions and 92 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@docusaurus/plugin-ideal-image",
"version": "2.0.0-alpha.60",
"version": "2.0.0-alpha.61",
"description": "Docusaurus Plugin to generate an almost ideal image (responsive, lazy-loading, and low quality placeholder)",
"main": "lib/index.js",
"scripts": {
@ -12,11 +12,11 @@
},
"license": "MIT",
"devDependencies": {
"@docusaurus/types": "2.0.0-alpha.60",
"@docusaurus/types": "^2.0.0-alpha.61",
"fs-extra": "^9.0.0"
},
"dependencies": {
"@docusaurus/lqip-loader": "2.0.0-alpha.60",
"@docusaurus/lqip-loader": "^2.0.0-alpha.61",
"@endiliey/react-ideal-image": "^0.0.11",
"@endiliey/responsive-loader": "^1.3.2",
"react-waypoint": "^9.0.2",