提交 33ebdf2c 编写于 作者: U ULIVZ

v1.0.0-alpha.50

上级 10dfb669
......@@ -2,5 +2,5 @@
"lerna": "2.5.1",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.0-alpha.49"
"version": "1.0.0-alpha.50"
}
{
"name": "@vuepress/core",
"version": "1.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"description": "Minimalistic doc generator with Vue component based layout system",
"main": "lib/index.js",
"repository": {
......
{
"name": "@vuepress/markdown-loader",
"version": "1.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"description": "markdown-loader for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/markdown",
"version": "1.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"description": "markdown for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/plugin-active-header-links",
"version": "1.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"description": "active-header-links plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/plugin-back-to-top",
"version": "1.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"description": "back-to-top plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/plugin-google-analytics",
"version": "1.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"description": "google-analytics plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/plugin-last-updated",
"version": "1.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"description": "last-updated plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/plugin-medium-zoom",
"version": "1.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"description": "medium-zoom plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/plugin-nprogress",
"version": "1.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"description": "nprogress plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/plugin-pagination",
"version": "1.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"description": "pagination plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/plugin-pwa",
"version": "1.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"description": "pwa plugin for vuepress",
"main": "index.js",
"publishConfig": {
......@@ -18,7 +18,7 @@
"generator"
],
"dependencies": {
"@vuepress/shared-utils": "^1.0.0-alpha.49",
"@vuepress/shared-utils": "^1.0.0-alpha.50",
"register-service-worker": "^1.5.2",
"workbox-build": "^3.1.0"
},
......
{
"name": "@vuepress/plugin-register-components",
"version": "1.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"description": "register-global-components plugin for vuepress",
"main": "index.js",
"publishConfig": {
......@@ -24,6 +24,6 @@
},
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-register-components#readme",
"dependencies": {
"@vuepress/shared-utils": "^1.0.0-alpha.49"
"@vuepress/shared-utils": "^1.0.0-alpha.50"
}
}
{
"name": "@vuepress/plugin-search",
"version": "1.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"description": "search plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/shared-utils",
"version": "1.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"description": "shared-utils for vuepress",
"main": "lib/index.js",
"types": "types/index.d.ts",
......
{
"name": "@vuepress/test-utils",
"version": "1.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"description": "test-utils for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"private": true,
"name": "@vuepress/theme-blog",
"version": "1.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"description": "theme-blog for vuepress",
"main": "index.js",
"publishConfig": {
......@@ -20,9 +20,9 @@
],
"dependencies": {
"@vuepress/plugin-blog": "^1.0.0-alpha.49",
"@vuepress/plugin-medium-zoom": "^1.0.0-alpha.49",
"@vuepress/plugin-pagination": "^1.0.0-alpha.49",
"@vuepress/plugin-search": "^1.0.0-alpha.49"
"@vuepress/plugin-medium-zoom": "^1.0.0-alpha.50",
"@vuepress/plugin-pagination": "^1.0.0-alpha.50",
"@vuepress/plugin-search": "^1.0.0-alpha.50"
},
"author": "ULIVZ <chl814@foxmail.com>",
"license": "MIT",
......
{
"name": "@vuepress/theme-default",
"version": "1.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"description": "Default theme for VuePress",
"main": "index.js",
"publishConfig": {
......@@ -30,9 +30,9 @@
},
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/theme-default#readme",
"dependencies": {
"@vuepress/plugin-active-header-links": "^1.0.0-alpha.49",
"@vuepress/plugin-nprogress": "^1.0.0-alpha.49",
"@vuepress/plugin-search": "^1.0.0-alpha.49",
"@vuepress/plugin-active-header-links": "^1.0.0-alpha.50",
"@vuepress/plugin-nprogress": "^1.0.0-alpha.50",
"@vuepress/plugin-search": "^1.0.0-alpha.50",
"docsearch.js": "^2.5.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
......
{
"name": "@vuepress/theme-vue",
"version": "1.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"description": "VuePress theme for official Vue projects",
"main": "index.js",
"publishConfig": {
......@@ -30,6 +30,6 @@
},
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/theme-vue#readme",
"dependencies": {
"@vuepress/theme-default": "^1.0.0-alpha.49"
"@vuepress/theme-default": "^1.0.0-alpha.50"
}
}
{
"name": "vuepress",
"version": "1.0.0-alpha.49",
"version": "1.0.0-alpha.50",
"description": "Minimalistic doc generator with Vue component based layout system",
"main": "index.js",
"repository": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册