Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mercs600 committed Nov 2, 2022
1 parent 3bcd40a commit 2c15d4a
Show file tree
Hide file tree
Showing 4 changed files with 3,440 additions and 3,544 deletions.
2 changes: 1 addition & 1 deletion dist/vue3-perfect-scrollbar.umd.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-perfect-scrollbar",
"version": "1.6.0",
"version": "1.6.1",
"description": "Vue.js wrapper for perfect scrollbar",
"paths": {
"source": "src",
Expand Down Expand Up @@ -67,11 +67,11 @@
"webpack-dev-server": "^3.1.7"
},
"dependencies": {
"cssnano": "^4.1.3",
"cssnano": "^5.1.14",
"perfect-scrollbar": "^1.5.5",
"postcss-import": "^12.0.0"
},
"volta": {
"node": "10.24.1"
"node": "12.22.12"
}
}
8 changes: 6 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ const browser = {
file: pkg.browser
},
plugins: [
buble(),
buble({
transforms: { forOf: false }
}),
resolve({
browser: true, jsnext: true, main: true
}),
Expand All @@ -32,7 +34,9 @@ const browserMin = {
browser: true, jsnext: true, main: true
}),
commonjs(),
buble(),
buble(
{ transforms: { forOf: false } }
),
uglify()
]
}
Expand Down
Loading

0 comments on commit 2c15d4a

Please sign in to comment.