Skip to content

Commit bb26eba

Browse files
committed
chore: update versions of internal deps
1 parent 3e1ff0e commit bb26eba

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

packages/@vuepress/core/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"dependencies": {
3232
"@babel/core": "^7.0.0",
3333
"@vue/babel-preset-app": "^3.1.1",
34-
"@vuepress/markdown": "^1.0.0-alpha.48",
35-
"@vuepress/markdown-loader": "^1.0.0-alpha.48",
36-
"@vuepress/plugin-last-updated": "^1.0.0-alpha.48",
37-
"@vuepress/plugin-register-components": "^1.0.0-alpha.48",
38-
"@vuepress/shared-utils": "^1.0.0-alpha.48",
34+
"@vuepress/markdown": "^1.0.0-alpha.50",
35+
"@vuepress/markdown-loader": "^1.0.0-alpha.50",
36+
"@vuepress/plugin-last-updated": "^1.0.0-alpha.50",
37+
"@vuepress/plugin-register-components": "^1.0.0-alpha.50",
38+
"@vuepress/shared-utils": "^1.0.0-alpha.50",
3939
"autoprefixer": "^9.5.1",
4040
"babel-loader": "^8.0.4",
4141
"cache-loader": "^3.0.0",

packages/@vuepress/markdown-loader/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"generator"
1919
],
2020
"dependencies": {
21-
"@vuepress/markdown": "^1.0.0-alpha.48",
21+
"@vuepress/markdown": "^1.0.0-alpha.50",
2222
"loader-utils": "^1.1.0",
2323
"lru-cache": "^5.1.1"
2424
},

packages/@vuepress/markdown/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"markdown"
2020
],
2121
"dependencies": {
22-
"@vuepress/shared-utils": "^1.0.0-alpha.48",
22+
"@vuepress/shared-utils": "^1.0.0-alpha.50",
2323
"markdown-it": "^8.4.1",
2424
"markdown-it-anchor": "^5.0.2",
2525
"markdown-it-chain": "^1.3.0",
@@ -28,7 +28,7 @@
2828
"prismjs": "^1.13.0"
2929
},
3030
"devDependencies": {
31-
"@vuepress/test-utils": "^1.0.0-alpha.48"
31+
"@vuepress/test-utils": "^1.0.0-alpha.50"
3232
},
3333
"author": "Evan You",
3434
"maintainers": [

packages/@vuepress/test-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@babel/preset-env": "^7.0.0",
2323
"@types/jest": "^24.0.9",
2424
"@vue/test-utils": "^1.0.0-beta.29",
25-
"@vuepress/core": "^1.0.0-alpha.48",
26-
"@vuepress/shared-utils": "^1.0.0-alpha.48",
25+
"@vuepress/core": "^1.0.0-alpha.50",
26+
"@vuepress/shared-utils": "^1.0.0-alpha.50",
2727
"babel-jest": "^24.7.1",
2828
"execa": "^1.0.0",
2929
"jest": "^24.7.1",

packages/docs/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "1.0.0-alpha.48",
3+
"version": "1.0.0-alpha.50",
44
"name": "docs",
55
"description": "docs of VuePress",
66
"scripts": {
@@ -25,13 +25,13 @@
2525
},
2626
"homepage": "https://github.com/vuejs/vuepress#readme",
2727
"devDependencies": {
28-
"@vuepress/plugin-back-to-top": "^1.0.0-alpha.48",
29-
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.48",
30-
"@vuepress/plugin-medium-zoom": "^1.0.0-alpha.48",
31-
"@vuepress/plugin-pwa": "^1.0.0-alpha.48",
32-
"@vuepress/theme-vue": "^1.0.0-alpha.48",
28+
"@vuepress/plugin-back-to-top": "^1.0.0-alpha.50",
29+
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.50",
30+
"@vuepress/plugin-medium-zoom": "^1.0.0-alpha.50",
31+
"@vuepress/plugin-pwa": "^1.0.0-alpha.50",
32+
"@vuepress/theme-vue": "^1.0.0-alpha.50",
3333
"vue-toasted": "^1.1.25",
34-
"vuepress": "^1.0.0-alpha.48",
34+
"vuepress": "^1.0.0-alpha.50",
3535
"vuepress-plugin-flowchart": "^1.4.2"
3636
}
3737
}

packages/vuepress/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
},
3030
"homepage": "https://github.com/vuejs/vuepress#readme",
3131
"dependencies": {
32-
"@vuepress/core": "^1.0.0-alpha.48",
33-
"@vuepress/theme-default": "^1.0.0-alpha.48",
32+
"@vuepress/core": "^1.0.0-alpha.50",
33+
"@vuepress/theme-default": "^1.0.0-alpha.50",
3434
"cac": "^6.3.9",
3535
"envinfo": "^7.2.0"
3636
},

0 commit comments

Comments
 (0)