Skip to content

Commit 9f5a8aa

Browse files
committed
Update dev dependencies
1 parent a4b4659 commit 9f5a8aa

7 files changed

+983
-3688
lines changed

dist/handy-scroll.es6.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
handy-scroll v1.1.1
2+
handy-scroll v1.1.2
33
https://amphiluke.github.io/handy-scroll/
44
(c) 2023 Amphiluke
55
*/

dist/handy-scroll.es6.min.js

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

dist/handy-scroll.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
handy-scroll v1.1.1
2+
handy-scroll v1.1.2
33
https://amphiluke.github.io/handy-scroll/
44
(c) 2023 Amphiluke
55
*/

dist/handy-scroll.min.js

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

package-lock.json

+971-3,676
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "handy-scroll",
3-
"version": "1.1.1",
3+
"version": "1.1.2",
44
"description": "Handy dependency-free floating scrollbar widget",
55
"main": "./dist/handy-scroll.min.js",
66
"module": "./src/handy-scroll.js",
@@ -41,14 +41,14 @@
4141
},
4242
"homepage": "https://amphiluke.github.io/handy-scroll/",
4343
"devDependencies": {
44-
"@babel/core": "^7.20.12",
45-
"@babel/preset-env": "^7.20.2",
44+
"@babel/core": "^7.22.5",
45+
"@babel/preset-env": "^7.22.5",
4646
"@rollup/plugin-babel": "^6.0.3",
47-
"@rollup/plugin-terser": "^0.3.0",
48-
"clean-css-cli": "^5.6.1",
49-
"eslint": "^8.32.0",
47+
"@rollup/plugin-terser": "^0.4.3",
48+
"clean-css-cli": "^5.6.2",
49+
"eslint": "^8.43.0",
5050
"husky": "8.0.3",
5151
"less": "^4.1.3",
52-
"rollup": "^3.10.0"
52+
"rollup": "^3.25.2"
5353
}
5454
}

rollup.config.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let plugins = {
1919
terser: terser({
2020
output: {comments: /^!/}
2121
}),
22-
babel: babel()
22+
babel: babel({babelHelpers: "bundled"})
2323
};
2424

2525
export default [

0 commit comments

Comments
 (0)