Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: plugin public files (close: #1491) #1494

Closed
wants to merge 12 commits into from
Prev Previous commit
Next Next commit
Merge branch 'master' into plugin-public-files
  • Loading branch information
shigma committed Apr 3, 2019
commit 62814ad5bfe7067b1671aed44ec030f484823ceb
12 changes: 5 additions & 7 deletions packages/@vuepress/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@
"dependencies": {
"@babel/core": "^7.0.0",
"@vue/babel-preset-app": "^3.1.1",
"@vuepress/markdown": "^1.0.0-alpha.44",
"@vuepress/markdown-loader": "^1.0.0-alpha.44",
"@vuepress/plugin-container": "^1.0.0-alpha.44",
"@vuepress/plugin-last-updated": "^1.0.0-alpha.44",
"@vuepress/plugin-register-components": "^1.0.0-alpha.44",
"@vuepress/plugin-public-files": "^1.0.0-alpha.44",
"@vuepress/shared-utils": "^1.0.0-alpha.44",
"@vuepress/markdown": "^1.0.0-alpha.46",
"@vuepress/markdown-loader": "^1.0.0-alpha.46",
"@vuepress/plugin-last-updated": "^1.0.0-alpha.46",
"@vuepress/plugin-register-components": "^1.0.0-alpha.46",
"@vuepress/shared-utils": "^1.0.0-alpha.46",
"autoprefixer": "^7.1.2",
"babel-loader": "^8.0.4",
"cache-loader": "^1.2.2",
Expand Down
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9538,6 +9538,13 @@ vuepress-mergeable@^1.0.1:
dependencies:
deconstruct-merge "^1.1.0"

vuepress-plugin-container@^2.0.0:
version "2.0.1"
resolved "https://registry.yarnpkg.com/vuepress-plugin-container/-/vuepress-plugin-container-2.0.1.tgz#b20ef97dd91f137c8be119460927c5ffd64e0f77"
integrity sha512-SMlWJl0uZYkqAxD2RUZmIrANZWKgiZdM64K7WmdyHyQPYI+NUj3ugi5D+zDn62BoO9NfQTiskEIa2u619SRweA==
dependencies:
markdown-it-container "^2.0.0"

vuepress-plugin-flowchart@^1.4.2:
version "1.4.3"
resolved "https://registry.yarnpkg.com/vuepress-plugin-flowchart/-/vuepress-plugin-flowchart-1.4.3.tgz#1692807257c9ba02f764ced0caf930c627f65bdb"
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.