未验证 提交 eef0d2fc 编写于 作者: F Franck

v1.3.1

上级 c9e59af1
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "1.3.0"
"version": "1.3.1"
}
{
"name": "@vuepress/core",
"version": "1.3.0",
"version": "1.3.1",
"description": "Minimalistic doc generator with Vue component based layout system",
"keywords": [
"documentation",
......@@ -25,11 +25,11 @@
"dependencies": {
"@babel/core": "^7.8.4",
"@vue/babel-preset-app": "^4.1.2",
"@vuepress/markdown": "^1.3.0",
"@vuepress/markdown-loader": "^1.3.0",
"@vuepress/plugin-last-updated": "^1.3.0",
"@vuepress/plugin-register-components": "^1.3.0",
"@vuepress/shared-utils": "^1.3.0",
"@vuepress/markdown": "^1.3.1",
"@vuepress/markdown-loader": "^1.3.1",
"@vuepress/plugin-last-updated": "^1.3.1",
"@vuepress/plugin-register-components": "^1.3.1",
"@vuepress/shared-utils": "^1.3.1",
"autoprefixer": "^9.5.1",
"babel-loader": "^8.0.4",
"cache-loader": "^3.0.0",
......
{
"name": "@vuepress/markdown-loader",
"version": "1.3.0",
"version": "1.3.1",
"description": "markdown-loader for vuepress",
"keywords": [
"documentation",
......@@ -21,7 +21,7 @@
"author": "Evan You",
"main": "index.js",
"dependencies": {
"@vuepress/markdown": "^1.3.0",
"@vuepress/markdown": "^1.3.1",
"loader-utils": "^1.1.0",
"lru-cache": "^5.1.1"
},
......
{
"name": "@vuepress/markdown",
"version": "1.3.0",
"version": "1.3.1",
"description": "markdown for vuepress",
"keywords": [
"documentation",
......@@ -22,7 +22,7 @@
"author": "Evan You",
"main": "index.js",
"dependencies": {
"@vuepress/shared-utils": "^1.3.0",
"@vuepress/shared-utils": "^1.3.1",
"markdown-it": "^8.4.1",
"markdown-it-anchor": "^5.0.2",
"markdown-it-chain": "^1.3.0",
......@@ -31,7 +31,7 @@
"prismjs": "^1.13.0"
},
"devDependencies": {
"@vuepress/test-utils": "^1.3.0"
"@vuepress/test-utils": "^1.3.1"
},
"publishConfig": {
"access": "public"
......
{
"name": "@vuepress/plugin-active-header-links",
"version": "1.3.0",
"version": "1.3.1",
"description": "active-header-links plugin for vuepress",
"keywords": [
"documentation",
......
{
"name": "@vuepress/plugin-back-to-top",
"version": "1.3.0",
"version": "1.3.1",
"description": "back-to-top plugin for vuepress",
"keywords": [
"documentation",
......
{
"name": "@vuepress/plugin-google-analytics",
"version": "1.3.0",
"version": "1.3.1",
"description": "google-analytics plugin for vuepress",
"keywords": [
"documentation",
......
{
"name": "@vuepress/plugin-last-updated",
"version": "1.3.0",
"version": "1.3.1",
"description": "last-updated plugin for vuepress",
"keywords": [
"documentation",
......
{
"name": "@vuepress/plugin-medium-zoom",
"version": "1.3.0",
"version": "1.3.1",
"description": "medium-zoom plugin for vuepress",
"keywords": [
"documentation",
......
{
"name": "@vuepress/plugin-nprogress",
"version": "1.3.0",
"version": "1.3.1",
"description": "nprogress plugin for vuepress",
"keywords": [
"documentation",
......
{
"name": "@vuepress/plugin-pwa",
"version": "1.3.0",
"version": "1.3.1",
"description": "pwa plugin for vuepress",
"keywords": [
"documentation",
......@@ -21,7 +21,7 @@
"author": "ULIVZ <chl814@foxmail.com>",
"main": "index.js",
"dependencies": {
"@vuepress/shared-utils": "^1.3.0",
"@vuepress/shared-utils": "^1.3.1",
"register-service-worker": "^1.5.2",
"workbox-build": "^4.3.1"
},
......
{
"name": "@vuepress/plugin-register-components",
"version": "1.3.0",
"version": "1.3.1",
"description": "register-global-components plugin for vuepress",
"keywords": [
"documentation",
......@@ -21,7 +21,7 @@
"author": "ULIVZ <chl814@foxmail.com>",
"main": "index.js",
"dependencies": {
"@vuepress/shared-utils": "^1.3.0"
"@vuepress/shared-utils": "^1.3.1"
},
"publishConfig": {
"access": "public"
......
{
"name": "@vuepress/plugin-search",
"version": "1.3.0",
"version": "1.3.1",
"description": "search plugin for vuepress",
"keywords": [
"documentation",
......
{
"name": "@vuepress/shared-utils",
"version": "1.3.0",
"version": "1.3.1",
"description": "shared-utils for vuepress",
"keywords": [
"documentation",
......
{
"name": "@vuepress/test-utils",
"version": "1.3.0",
"version": "1.3.1",
"description": "test-utils for vuepress",
"keywords": [
"documentation",
......@@ -25,8 +25,8 @@
"@babel/preset-env": "^7.0.0",
"@types/jest": "^24.0.9",
"@vue/test-utils": "^1.0.0-beta.29",
"@vuepress/core": "^1.3.0",
"@vuepress/shared-utils": "^1.3.0",
"@vuepress/core": "^1.3.1",
"@vuepress/shared-utils": "^1.3.1",
"babel-jest": "^24.7.1",
"execa": "^1.0.0",
"jest": "^24.7.1",
......
{
"name": "@vuepress/theme-default",
"version": "1.3.0",
"version": "1.3.1",
"description": "Default theme for VuePress",
"keywords": [
"documentation",
......@@ -21,9 +21,9 @@
"author": "Evan You",
"main": "index.js",
"dependencies": {
"@vuepress/plugin-active-header-links": "^1.3.0",
"@vuepress/plugin-nprogress": "^1.3.0",
"@vuepress/plugin-search": "^1.3.0",
"@vuepress/plugin-active-header-links": "^1.3.1",
"@vuepress/plugin-nprogress": "^1.3.1",
"@vuepress/plugin-search": "^1.3.1",
"docsearch.js": "^2.5.2",
"lodash": "^4.17.15",
"stylus": "^0.54.5",
......
{
"name": "@vuepress/theme-vue",
"version": "1.3.0",
"version": "1.3.1",
"description": "VuePress theme for official Vue projects",
"keywords": [
"documentation",
......@@ -21,7 +21,7 @@
"author": "Evan You",
"main": "index.js",
"dependencies": {
"@vuepress/theme-default": "^1.3.0"
"@vuepress/theme-default": "^1.3.1"
},
"publishConfig": {
"access": "public"
......
{
"name": "docs",
"version": "1.3.0",
"version": "1.3.1",
"private": true,
"description": "docs of VuePress",
"keywords": [
......@@ -29,11 +29,11 @@
},
"devDependencies": {
"@textlint-rule/textlint-rule-no-unmatched-pair": "^1.0.7",
"@vuepress/plugin-back-to-top": "^1.3.0",
"@vuepress/plugin-google-analytics": "^1.3.0",
"@vuepress/plugin-medium-zoom": "^1.3.0",
"@vuepress/plugin-pwa": "^1.3.0",
"@vuepress/theme-vue": "^1.3.0",
"@vuepress/plugin-back-to-top": "^1.3.1",
"@vuepress/plugin-google-analytics": "^1.3.1",
"@vuepress/plugin-medium-zoom": "^1.3.1",
"@vuepress/plugin-pwa": "^1.3.1",
"@vuepress/theme-vue": "^1.3.1",
"remark-cli": "^7.0.0",
"remark-lint": "^6.0.5",
"remark-preset-lint-consistent": "^2.0.3",
......@@ -48,7 +48,7 @@
"textlint-rule-terminology": "^1.1.30",
"textlint-rule-write-good": "^1.6.2",
"vue-toasted": "^1.1.25",
"vuepress": "^1.3.0",
"vuepress": "^1.3.1",
"vuepress-plugin-flowchart": "^1.4.2"
}
}
{
"name": "vuepress",
"version": "1.3.0",
"version": "1.3.1",
"description": "Minimalistic doc generator with Vue component based layout system",
"keywords": [
"documentation",
......@@ -29,8 +29,8 @@
">1%"
],
"dependencies": {
"@vuepress/core": "^1.3.0",
"@vuepress/theme-default": "^1.3.0",
"@vuepress/core": "^1.3.1",
"@vuepress/theme-default": "^1.3.1",
"cac": "^6.5.6",
"envinfo": "^7.2.0",
"opencollective-postinstall": "^2.0.2",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册