mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 08:49:51 +02:00
chore(v2): prepare v2.0.0-beta.13 release (#6084)
This commit is contained in:
parent
4809a1aab1
commit
ae9a12ff50
107 changed files with 153 additions and 145 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@docusaurus/plugin-pwa",
|
||||
"version": "2.0.0-beta.11",
|
||||
"version": "2.0.0-beta.13",
|
||||
"description": "Docusaurus Plugin to add PWA support.",
|
||||
"main": "lib/index.js",
|
||||
"types": "src/plugin-pwa.d.ts",
|
||||
|
@ -23,11 +23,11 @@
|
|||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
|
||||
"@babel/plugin-proposal-optional-chaining": "^7.16.0",
|
||||
"@babel/preset-env": "^7.16.4",
|
||||
"@docusaurus/core": "2.0.0-beta.11",
|
||||
"@docusaurus/theme-common": "2.0.0-beta.11",
|
||||
"@docusaurus/theme-translations": "2.0.0-beta.11",
|
||||
"@docusaurus/utils": "2.0.0-beta.11",
|
||||
"@docusaurus/utils-validation": "2.0.0-beta.11",
|
||||
"@docusaurus/core": "2.0.0-beta.13",
|
||||
"@docusaurus/theme-common": "2.0.0-beta.13",
|
||||
"@docusaurus/theme-translations": "2.0.0-beta.13",
|
||||
"@docusaurus/utils": "2.0.0-beta.13",
|
||||
"@docusaurus/utils-validation": "2.0.0-beta.13",
|
||||
"babel-loader": "^8.2.2",
|
||||
"clsx": "^1.1.1",
|
||||
"core-js": "^3.18.0",
|
||||
|
@ -39,7 +39,7 @@
|
|||
"workbox-window": "^6.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@docusaurus/module-type-aliases": "2.0.0-beta.11",
|
||||
"@docusaurus/module-type-aliases": "2.0.0-beta.13",
|
||||
"fs-extra": "^10.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue