提交 170cf6e4 编写于 作者: U ULIVZ

v1.0.0-alpha.39

上级 d560e224
......@@ -2,5 +2,5 @@
"lerna": "2.5.1",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.0-alpha.38"
"version": "1.0.0-alpha.39"
}
{
"name": "@vuepress/core",
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"description": "Minimalistic doc generator with Vue component based layout system",
"main": "lib/index.js",
"repository": {
......@@ -31,11 +31,11 @@
"dependencies": {
"@babel/core": "^7.0.0",
"@vue/babel-preset-app": "^3.1.1",
"@vuepress/markdown": "^1.0.0-alpha.38",
"@vuepress/markdown-loader": "^1.0.0-alpha.38",
"@vuepress/plugin-last-updated": "^1.0.0-alpha.38",
"@vuepress/plugin-register-components": "^1.0.0-alpha.38",
"@vuepress/shared-utils": "^1.0.0-alpha.38",
"@vuepress/markdown": "^1.0.0-alpha.39",
"@vuepress/markdown-loader": "^1.0.0-alpha.39",
"@vuepress/plugin-last-updated": "^1.0.0-alpha.39",
"@vuepress/plugin-register-components": "^1.0.0-alpha.39",
"@vuepress/shared-utils": "^1.0.0-alpha.39",
"autoprefixer": "^7.1.2",
"babel-loader": "^8.0.4",
"cache-loader": "^1.2.2",
......
{
"name": "@vuepress/markdown-loader",
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"description": "markdown-loader for vuepress",
"main": "index.js",
"publishConfig": {
......@@ -18,7 +18,7 @@
"generator"
],
"dependencies": {
"@vuepress/markdown": "^1.0.0-alpha.38",
"@vuepress/markdown": "^1.0.0-alpha.39",
"loader-utils": "^1.1.0"
},
"author": "Evan You",
......
{
"name": "@vuepress/markdown",
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"description": "markdown for vuepress",
"main": "index.js",
"publishConfig": {
......@@ -19,7 +19,7 @@
"markdown"
],
"dependencies": {
"@vuepress/shared-utils": "^1.0.0-alpha.38",
"@vuepress/shared-utils": "^1.0.0-alpha.39",
"markdown-it": "^8.4.1",
"markdown-it-anchor": "^5.0.2",
"markdown-it-chain": "^1.3.0",
......
{
"name": "@vuepress/plugin-active-header-links",
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"description": "active-header-links plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/plugin-back-to-top",
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"description": "back-to-top plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/plugin-blog",
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"description": "blog plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/plugin-google-analytics",
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"description": "google-analytics plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/plugin-i18n-ui",
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"description": "i18n-ui plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/plugin-last-updated",
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"description": "last-updated plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/plugin-medium-zoom",
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"description": "medium-zoom plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/plugin-notification",
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"description": "notification plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/plugin-nprogress",
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"description": "nprogress plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/plugin-pagination",
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"description": "pagination plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/plugin-pwa",
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"description": "pwa plugin for vuepress",
"main": "index.js",
"publishConfig": {
......@@ -18,7 +18,7 @@
"generator"
],
"dependencies": {
"@vuepress/shared-utils": "^1.0.0-alpha.38",
"@vuepress/shared-utils": "^1.0.0-alpha.39",
"register-service-worker": "^1.5.2",
"workbox-build": "^3.1.0"
},
......
{
"name": "@vuepress/plugin-register-components",
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"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.38"
"@vuepress/shared-utils": "^1.0.0-alpha.39"
}
}
{
"name": "@vuepress/plugin-search",
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"description": "search plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/shared-utils",
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"description": "shared-utils for vuepress",
"main": "lib/index.js",
"types": "types/index.d.ts",
......
{
"name": "@vuepress/test-utils",
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"description": "test-utils for vuepress",
"publishConfig": {
"access": "public"
......@@ -21,8 +21,8 @@
"@babel/preset-env": "^7.0.0",
"@types/jest": "^23.3.10",
"@vue/test-utils": "^1.0.0-beta.16",
"@vuepress/core": "^1.0.0-alpha.38",
"@vuepress/shared-utils": "^1.0.0-alpha.38",
"@vuepress/core": "^1.0.0-alpha.39",
"@vuepress/shared-utils": "^1.0.0-alpha.39",
"babel-core": "^7.0.0-0",
"babel-jest": "^23.4.0",
"execa": "^0.10.0",
......
{
"private": true,
"name": "@vuepress/theme-blog",
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"description": "theme-blog for vuepress",
"main": "index.js",
"publishConfig": {
......@@ -19,10 +19,10 @@
"generator"
],
"dependencies": {
"@vuepress/plugin-blog": "^1.0.0-alpha.38",
"@vuepress/plugin-medium-zoom": "^1.0.0-alpha.38",
"@vuepress/plugin-pagination": "^1.0.0-alpha.38",
"@vuepress/plugin-search": "^1.0.0-alpha.38"
"@vuepress/plugin-blog": "^1.0.0-alpha.39",
"@vuepress/plugin-medium-zoom": "^1.0.0-alpha.39",
"@vuepress/plugin-pagination": "^1.0.0-alpha.39",
"@vuepress/plugin-search": "^1.0.0-alpha.39"
},
"author": "ULIVZ <chl814@foxmail.com>",
"license": "MIT",
......
{
"name": "@vuepress/theme-default",
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"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.38",
"@vuepress/plugin-nprogress": "^1.0.0-alpha.38",
"@vuepress/plugin-search": "^1.0.0-alpha.38",
"@vuepress/plugin-active-header-links": "^1.0.0-alpha.39",
"@vuepress/plugin-nprogress": "^1.0.0-alpha.39",
"@vuepress/plugin-search": "^1.0.0-alpha.39",
"docsearch.js": "^2.5.2",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2"
......
{
"private": true,
"name": "@vuepress/theme-vue",
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"description": "VuePress theme for official Vue projects",
"main": "index.js",
"publishConfig": {
......@@ -31,6 +31,6 @@
},
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/theme-vue#readme",
"dependencies": {
"@vuepress/theme-default": "^1.0.0-alpha.38"
"@vuepress/theme-default": "^1.0.0-alpha.39"
}
}
......@@ -2,13 +2,13 @@
"private": true,
"name": "blog",
"description": "blog of VuePress",
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"scripts": {
"dev": "vuepress dev source --temp .temp",
"build": "vuepress build source --temp .temp"
},
"dependencies": {
"@vuepress/theme-blog": "^1.0.0-alpha.38",
"vuepress": "^1.0.0-alpha.38"
"@vuepress/theme-blog": "^1.0.0-alpha.39",
"vuepress": "^1.0.0-alpha.39"
}
}
{
"private": true,
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"name": "docs",
"description": "docs of VuePress",
"scripts": {
......@@ -24,14 +24,14 @@
},
"homepage": "https://github.com/vuejs/vuepress#readme",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.0.0-alpha.38",
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.38",
"@vuepress/plugin-i18n-ui": "^1.0.0-alpha.38",
"@vuepress/plugin-medium-zoom": "^1.0.0-alpha.38",
"@vuepress/plugin-notification": "^1.0.0-alpha.38",
"@vuepress/plugin-pwa": "^1.0.0-alpha.38",
"@vuepress/theme-vue": "^1.0.0-alpha.38",
"vuepress": "^1.0.0-alpha.38",
"@vuepress/plugin-back-to-top": "^1.0.0-alpha.39",
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.39",
"@vuepress/plugin-i18n-ui": "^1.0.0-alpha.39",
"@vuepress/plugin-medium-zoom": "^1.0.0-alpha.39",
"@vuepress/plugin-notification": "^1.0.0-alpha.39",
"@vuepress/plugin-pwa": "^1.0.0-alpha.39",
"@vuepress/theme-vue": "^1.0.0-alpha.39",
"vuepress": "^1.0.0-alpha.39",
"vuepress-plugin-flowchart": "^1.4.2"
}
}
{
"name": "vuepress",
"version": "1.0.0-alpha.38",
"version": "1.0.0-alpha.39",
"description": "Minimalistic doc generator with Vue component based layout system",
"main": "index.js",
"repository": {
......@@ -29,8 +29,8 @@
},
"homepage": "https://github.com/vuejs/vuepress#readme",
"dependencies": {
"@vuepress/core": "^1.0.0-alpha.38",
"@vuepress/theme-default": "^1.0.0-alpha.38",
"@vuepress/core": "^1.0.0-alpha.39",
"@vuepress/theme-default": "^1.0.0-alpha.39",
"cac": "^6.3.9"
},
"engines": {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册