提交 35add97a 编写于 作者: U ULIVZ

v1.0.0-alpha.2

上级 fab55190
......@@ -2,5 +2,5 @@
"lerna": "2.5.1",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.0.0-alpha.1"
"version": "1.0.0-alpha.2"
}
{
"name": "@vuepress/cli",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "cli for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/core",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "Minimalistic doc generator with Vue component based layout system",
"main": "lib/index.js",
"repository": {
......@@ -30,11 +30,11 @@
"dependencies": {
"@babel/core": "7.0.0-beta.47",
"@vue/babel-preset-app": "3.0.0-beta.11",
"@vuepress/markdown": "^1.0.0-alpha.1",
"@vuepress/markdown-loader": "^1.0.0-alpha.1",
"@vuepress/plugin-last-updated": "^1.0.0-alpha.1",
"@vuepress/plugin-register-components": "^1.0.0-alpha.1",
"@vuepress/shared-utils": "^1.0.0-alpha.1",
"@vuepress/markdown": "^1.0.0-alpha.2",
"@vuepress/markdown-loader": "^1.0.0-alpha.2",
"@vuepress/plugin-last-updated": "^1.0.0-alpha.2",
"@vuepress/plugin-register-components": "^1.0.0-alpha.2",
"@vuepress/shared-utils": "^1.0.0-alpha.2",
"autoprefixer": "^8.2.0",
"babel-loader": "8.0.0-beta.3",
"cache-loader": "^1.2.2",
......
{
"name": "@vuepress/markdown-loader",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "markdown-loader for vuepress",
"main": "index.js",
"publishConfig": {
......@@ -17,7 +17,7 @@
"generator"
],
"dependencies": {
"@vuepress/markdown": "^1.0.0-alpha.1",
"@vuepress/markdown": "^1.0.0-alpha.2",
"loader-utils": "^1.1.0"
},
"author": "Evan You",
......
{
"name": "@vuepress/markdown",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "markdown for vuepress",
"main": "lib/index.js",
"publishConfig": {
......@@ -18,7 +18,7 @@
"markdown"
],
"dependencies": {
"@vuepress/shared-utils": "^1.0.0-alpha.1",
"@vuepress/shared-utils": "^1.0.0-alpha.2",
"diacritics": "^1.3.0",
"markdown-it": "^8.4.1",
"markdown-it-anchor": "^5.0.2",
......
{
"name": "@vuepress/plugin-active-header-links",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "active-header-links plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/plugin-back-to-top",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "back-to-top plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/plugin-blog",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "blog plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/plugin-google-analytics",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "google-analytics plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/plugin-i18n-ui",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "i18n-ui plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/plugin-last-updated",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "last-updated plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/plugin-medium-zoom",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "medium-zoom plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/plugin-pagination",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "pagination plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/plugin-pwa",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "pwa plugin for vuepress",
"main": "index.js",
"publishConfig": {
......@@ -17,7 +17,7 @@
"generator"
],
"dependencies": {
"@vuepress/shared-utils": "^1.0.0-alpha.1",
"@vuepress/shared-utils": "^1.0.0-alpha.2",
"register-service-worker": "^1.5.2",
"workbox-build": "^3.1.0"
},
......
{
"name": "@vuepress/plugin-register-components",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "register-global-components plugin for vuepress",
"main": "index.js",
"publishConfig": {
......@@ -23,6 +23,6 @@
},
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/plugin-register-components#readme",
"dependencies": {
"@vuepress/shared-utils": "^1.0.0-alpha.1"
"@vuepress/shared-utils": "^1.0.0-alpha.2"
}
}
{
"name": "@vuepress/plugin-search",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "search plugin for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/shared-utils",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "shared-utils for vuepress",
"main": "index.js",
"publishConfig": {
......
{
"name": "@vuepress/test-utils",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "test-utils for vuepress",
"publishConfig": {
"access": "public"
......@@ -19,8 +19,8 @@
"@babel/core": "^7.0.0-beta.47",
"@babel/preset-env": "^7.0.0-beta.47",
"@vue/test-utils": "^1.0.0-beta.16",
"@vuepress/core": "^1.0.0-alpha.1",
"@vuepress/shared-utils": "^1.0.0-alpha.1",
"@vuepress/core": "^1.0.0-alpha.2",
"@vuepress/shared-utils": "^1.0.0-alpha.2",
"babel-core": "^7.0.0-0",
"babel-jest": "^23.4.0",
"execa": "^0.10.0",
......
{
"name": "@vuepress/theme-default",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "Default theme for VuePress",
"main": "index.js",
"publishConfig": {
......@@ -29,8 +29,8 @@
},
"homepage": "https://github.com/vuejs/vuepress/packages/@vuepress/theme-default#readme",
"dependencies": {
"@vuepress/plugin-active-header-links": "^1.0.0-alpha.1",
"@vuepress/plugin-search": "^1.0.0-alpha.1",
"@vuepress/plugin-active-header-links": "^1.0.0-alpha.2",
"@vuepress/plugin-search": "^1.0.0-alpha.2",
"docsearch.js": "^2.5.2",
"nprogress": "^0.2.0",
"stylus": "^0.54.5",
......
{
"private": true,
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"name": "docs",
"description": "docs of VuePress",
"scripts": {
......@@ -23,10 +23,10 @@
},
"homepage": "https://github.com/vuejs/vuepress#readme",
"devDependencies": {
"@vuepress/plugin-back-to-top": "^1.0.0-alpha.1",
"@vuepress/plugin-i18n-ui": "^1.0.0-alpha.1",
"@vuepress/plugin-medium-zoom": "^1.0.0-alpha.1",
"@vuepress/plugin-pwa": "^1.0.0-alpha.1",
"vuepress": "^1.0.0-alpha.1"
"@vuepress/plugin-back-to-top": "^1.0.0-alpha.2",
"@vuepress/plugin-i18n-ui": "^1.0.0-alpha.2",
"@vuepress/plugin-medium-zoom": "^1.0.0-alpha.2",
"@vuepress/plugin-pwa": "^1.0.0-alpha.2",
"vuepress": "^1.0.0-alpha.2"
}
}
{
"name": "vuepress",
"version": "1.0.0-alpha.1",
"version": "1.0.0-alpha.2",
"description": "Minimalistic doc generator with Vue component based layout system",
"main": "vuepress.js",
"repository": {
......@@ -28,9 +28,9 @@
},
"homepage": "https://github.com/vuejs/vuepress#readme",
"dependencies": {
"@vuepress/cli": "^1.0.0-alpha.1",
"@vuepress/core": "^1.0.0-alpha.1",
"@vuepress/theme-default": "^1.0.0-alpha.1"
"@vuepress/cli": "^1.0.0-alpha.2",
"@vuepress/core": "^1.0.0-alpha.2",
"@vuepress/theme-default": "^1.0.0-alpha.2"
},
"engines": {
"node": ">=8"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册