Skip to content

Commit 4e8204a

Browse files
committed
Merge branch 'master' of github.com:Binaryify/vue-custom-scrollbar
2 parents 99e520c + abc8c73 commit 4e8204a

File tree

3 files changed

+1401
-368
lines changed

3 files changed

+1401
-368
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
},
1414
"main": "dist/vueScrollbar.umd.min.js",
1515
"devDependencies": {
16-
"@vue/cli-plugin-babel": "^4.3.1",
17-
"@vue/cli-service": "^4.3.1",
18-
"vue-template-compiler": "^2.6.11",
19-
"vuepress": "^1.4.1"
16+
"@vue/cli-plugin-babel": "4.5.4",
17+
"@vue/cli-service": "4.5.4",
18+
"vue-template-compiler": "2.6.12",
19+
"vuepress": "1.5.4"
2020
}
2121
}

renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"extends": [
3+
"config:base"
4+
]
5+
}

0 commit comments

Comments
 (0)