diff --git a/package.json b/package.json index 22bdfd7..51c560a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,8 @@ "build": "vuepress build example/docs", "eslint-ext": "eslint --ext .js,.vue ./", "eslint-fix": "eslint --fix --ext .js,.vue ./", - "version": "lerna version --conventional-commits" + "version": "lerna version --conventional-commits", + "bootstrap": "lerna bootstrap" }, "workspaces": [ "packages/vuepress-theme-reco", diff --git a/packages/vuepress-theme-reco/package.json b/packages/vuepress-theme-reco/package.json index 8b7e705..ecd43d5 100644 --- a/packages/vuepress-theme-reco/package.json +++ b/packages/vuepress-theme-reco/package.json @@ -24,7 +24,7 @@ "@vuepress-reco/vuepress-plugin-back-to-top": "1.0.8", "@vuepress-reco/vuepress-plugin-comments": "1.0.14", "@vuepress-reco/vuepress-plugin-extract-code": "1.0.3", - "@vuepress-reco/vuepress-plugin-loading-page": "1.0.5", + "@vuepress-reco/vuepress-plugin-loading-page": "^1.4.0-alpha.3", "@vuepress-reco/vuepress-plugin-pagation": "1.0.6", "@vuepress/plugin-blog": "1.3.0", "@vuepress/plugin-medium-zoom": "1.2.0", diff --git a/yarn.lock b/yarn.lock index d0a1c9c..bf9b7fb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1756,10 +1756,6 @@ version "1.0.3" resolved "https://registry.yarnpkg.com/@vuepress-reco/vuepress-plugin-extract-code/-/vuepress-plugin-extract-code-1.0.3.tgz#aed545a2ef13f52d92c1c904efc2225c89b99d2c" -"@vuepress-reco/vuepress-plugin-loading-page@1.0.5": - version "1.0.5" - resolved "https://registry.yarnpkg.com/@vuepress-reco/vuepress-plugin-loading-page/-/vuepress-plugin-loading-page-1.0.5.tgz#384486fa7ab7780b9282bb557ea41431047f081f" - "@vuepress-reco/vuepress-plugin-pagation@1.0.6": version "1.0.6" resolved "https://registry.yarnpkg.com/@vuepress-reco/vuepress-plugin-pagation/-/vuepress-plugin-pagation-1.0.6.tgz#dab7cb8e8002926b85bbabb6f4aa489d5114f5f9"