mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-01 10:22:30 +02:00
chore(v2): prepare v2.0.0.alpha-65 release (#3525)
* chore(v2): prepare v2.0.0.alpha-65 release * v2.0.0-alpha.65
This commit is contained in:
parent
e6704733e4
commit
f5f2064656
65 changed files with 8125 additions and 117 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@docusaurus/plugin-ideal-image",
|
||||
"version": "2.0.0-alpha.64",
|
||||
"version": "2.0.0-alpha.65",
|
||||
"description": "Docusaurus Plugin to generate an almost ideal image (responsive, lazy-loading, and low quality placeholder)",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
|
@ -15,9 +15,9 @@
|
|||
"fs-extra": "^9.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@docusaurus/core": "2.0.0-alpha.64",
|
||||
"@docusaurus/lqip-loader": "2.0.0-alpha.64",
|
||||
"@docusaurus/types": "2.0.0-alpha.64",
|
||||
"@docusaurus/core": "2.0.0-alpha.65",
|
||||
"@docusaurus/lqip-loader": "2.0.0-alpha.65",
|
||||
"@docusaurus/types": "2.0.0-alpha.65",
|
||||
"@endiliey/react-ideal-image": "^0.0.11",
|
||||
"@endiliey/responsive-loader": "^1.3.2",
|
||||
"react-waypoint": "^9.0.2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue