Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 4940903

Browse files
committed
docs: bump vuepress to enable smooth-scroll
1 parent 977b229 commit 4940903

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ module.exports = {
2424
},
2525
],
2626
},
27+
smoothScroll: true,
2728
},
2829
}
2930

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"sort-package-json": "^1.31.0",
7979
"ts-node": "^7.0.1",
8080
"typescript": "3.1.4",
81-
"vuepress": "^1.0.0"
81+
"vuepress": "^1.2.0"
8282
},
8383
"publishConfig": {
8484
"registry": "https://registry.npmjs.org/"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9874,7 +9874,7 @@ vuepress-plugin-smooth-scroll@^0.0.3:
98749874
dependencies:
98759875
smoothscroll-polyfill "^0.4.3"
98769876

9877-
vuepress@^1.0.0:
9877+
vuepress@^1.2.0:
98789878
version "1.2.0"
98799879
resolved "https://registry.yarnpkg.com/vuepress/-/vuepress-1.2.0.tgz#2f2cdf337ad40a3e4866dfd33e97b840db386af7"
98809880
integrity sha512-EfHo8Cc73qo+1Pm18hM0qOGynmDr8q5fu2664obynsdCJ1zpvoShVnA0Msraw4SI2xDc0iAoIb3dTwxUIM8DAw==

0 commit comments

Comments
 (0)