Skip to content

Commit 4f295e3

Browse files
committed
config: lock dependencies
1 parent e3b0a9d commit 4f295e3

File tree

2 files changed

+3716
-3696
lines changed

2 files changed

+3716
-3696
lines changed

package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"name": "vuepress-blog",
3-
"description": "This is a basic template to use VuePress as your blogging platform",
4-
"version": "0.11.0-beta",
5-
"license": "MIT",
6-
"scripts": {
7-
"dev": "vuepress dev src",
8-
"dev:docs": "vuepress dev docs",
9-
"build": "vuepress build src",
10-
"build:docs": "vuepress build docs"
11-
},
12-
"dependencies": {},
13-
"devDependencies": {
14-
"@vuepress/plugin-google-analytics": "^1.0.0-alpha.0",
15-
"vuepress": "^1.0.0-alpha.30",
16-
"vuepress-plugin-janitor": "^1.0.0",
17-
"vuepress-plugin-reading-time": "^0.1.1",
18-
"vuepress-plugin-rss": "^2.0.0",
19-
"yaml-front-matter": "^4.0.0"
20-
}
2+
"name": "vuepress-blog",
3+
"description": "This is a basic template to use VuePress as your blogging platform",
4+
"version": "0.11.0-beta",
5+
"license": "MIT",
6+
"scripts": {
7+
"dev": "vuepress dev src",
8+
"dev:docs": "vuepress dev docs",
9+
"build": "vuepress build src",
10+
"build:docs": "vuepress build docs"
11+
},
12+
"dependencies": {},
13+
"devDependencies": {
14+
"@vuepress/plugin-google-analytics": "~1.0.0-alpha.0",
15+
"vuepress": "~1.0.0-alpha.30",
16+
"vuepress-plugin-janitor": "1.0.0",
17+
"vuepress-plugin-reading-time": "0.1.1",
18+
"vuepress-plugin-rss": "2.0.0",
19+
"yaml-front-matter": "4.0.0"
20+
}
2121
}

0 commit comments

Comments
 (0)