Skip to content

Commit 4f1b46c

Browse files
author
veeck
committed
Update deps and ignore files
1 parent 8e15ba1 commit 4f1b46c

File tree

5 files changed

+7503
-6277
lines changed

5 files changed

+7503
-6277
lines changed

Diff for: .gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
node_modules
1+
node_modules
2+
.idea/

Diff for: .prettierignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.vuepress

Diff for: package-lock.json

+19-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"devDependencies": {
33
"@vuepress/plugin-back-to-top": "^1.9.7",
44
"@vuepress/plugin-google-analytics": "^1.9.7",
5-
"prettier": "^2.6.2",
6-
"vue-template-compiler": "^2.6.14",
5+
"prettier": "^2.7.1",
6+
"vue-template-compiler": "^2.7.10",
77
"vuepress": "^1.9.7"
88
},
99
"scripts": {

0 commit comments

Comments
 (0)