|
1 | 1 | { |
2 | 2 | "name": "@vuepress/core", |
3 | | - "version": "1.0.0-alpha.50", |
| 3 | + "version": "1.0.0-beta.1", |
4 | 4 | "description": "Minimalistic doc generator with Vue component based layout system", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "repository": { |
|
31 | 31 | "dependencies": { |
32 | 32 | "@babel/core": "^7.0.0", |
33 | 33 | "@vue/babel-preset-app": "^3.1.1", |
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", |
| 34 | + "@vuepress/markdown": "^v1.0.0-beta.1", |
| 35 | + "@vuepress/markdown-loader": "^v1.0.0-beta.1", |
| 36 | + "@vuepress/plugin-last-updated": "^v1.0.0-beta.1", |
| 37 | + "@vuepress/plugin-register-components": "^v1.0.0-beta.1", |
| 38 | + "@vuepress/shared-utils": "^v1.0.0-beta.1", |
39 | 39 | "autoprefixer": "^9.5.1", |
40 | 40 | "babel-loader": "^8.0.4", |
41 | 41 | "cache-loader": "^3.0.0", |
|
0 commit comments