Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Amphiluke committed Jun 25, 2023
1 parent a4b4659 commit 9f5a8aa
Show file tree
Hide file tree
Showing 7 changed files with 983 additions and 3,688 deletions.
2 changes: 1 addition & 1 deletion dist/handy-scroll.es6.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
handy-scroll v1.1.1
handy-scroll v1.1.2
https://amphiluke.github.io/handy-scroll/
(c) 2023 Amphiluke
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/handy-scroll.es6.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/handy-scroll.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
handy-scroll v1.1.1
handy-scroll v1.1.2
https://amphiluke.github.io/handy-scroll/
(c) 2023 Amphiluke
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/handy-scroll.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4,647 changes: 971 additions & 3,676 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "handy-scroll",
"version": "1.1.1",
"version": "1.1.2",
"description": "Handy dependency-free floating scrollbar widget",
"main": "./dist/handy-scroll.min.js",
"module": "./src/handy-scroll.js",
Expand Down Expand Up @@ -41,14 +41,14 @@
},
"homepage": "https://amphiluke.github.io/handy-scroll/",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/preset-env": "^7.20.2",
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-terser": "^0.3.0",
"clean-css-cli": "^5.6.1",
"eslint": "^8.32.0",
"@rollup/plugin-terser": "^0.4.3",
"clean-css-cli": "^5.6.2",
"eslint": "^8.43.0",
"husky": "8.0.3",
"less": "^4.1.3",
"rollup": "^3.10.0"
"rollup": "^3.25.2"
}
}
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let plugins = {
terser: terser({
output: {comments: /^!/}
}),
babel: babel()
babel: babel({babelHelpers: "bundled"})
};

export default [
Expand Down

0 comments on commit 9f5a8aa

Please sign in to comment.