Skip to content

Commit

Permalink
Update dependency rollup to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 5, 2023
1 parent 1b74315 commit 159234c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 19 deletions.
2 changes: 1 addition & 1 deletion packages/kg-clean-basic-html/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"c8": "8.0.1",
"jsdom": "23.0.1",
"mocha": "10.2.0",
"rollup": "2.79.1",
"rollup": "4.6.1",
"should": "13.2.3",
"sinon": "17.0.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/kg-converters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@rollup/plugin-babel": "6.0.4",
"c8": "8.0.1",
"mocha": "10.2.0",
"rollup": "2.79.1",
"rollup": "4.6.1",
"sinon": "17.0.1"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/kg-default-nodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"html-minifier": "^4.0.0",
"mocha": "10.2.0",
"prettier": "^3.0.1",
"rollup": "2.79.1",
"rollup": "4.6.1",
"should": "13.2.3",
"sinon": "17.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/kg-parser-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"c8": "8.0.1",
"jsdom": "23.0.1",
"mocha": "10.2.0",
"rollup": "2.79.1",
"rollup": "4.6.1",
"should": "13.2.3",
"sinon": "17.0.1"
},
Expand Down
23 changes: 8 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16975,21 +16975,7 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
hash-base "^3.0.0"
inherits "^2.0.1"

rollup@2.79.1:
version "2.79.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.1.tgz#bedee8faef7c9f93a2647ac0108748f497f081c7"
integrity sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==
optionalDependencies:
fsevents "~2.3.2"

"rollup@^2.25.0 || ^3.3.0", rollup@^3.21.0:
version "3.29.3"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.3.tgz#97769774ccaa6a3059083d4680fcabd8ead01289"
integrity sha512-T7du6Hum8jOkSWetjRgbwpM6Sy0nECYrYRSmZjayFcOddtKJWU4d17AC3HNUk7HRuqy4p+G7aEZclSHytqUmEg==
optionalDependencies:
fsevents "~2.3.2"

rollup@^4.2.0:
rollup@4.6.1, rollup@^4.2.0:
version "4.6.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.6.1.tgz#351501c86b5b4f976dde8c5837516452b59921f8"
integrity sha512-jZHaZotEHQaHLgKr8JnQiDT1rmatjgKlMekyksz+yk9jt/8z9quNjnKNRoaM0wd9DC2QKXjmWWuDYtM3jfF8pQ==
Expand All @@ -17008,6 +16994,13 @@ rollup@^4.2.0:
"@rollup/rollup-win32-x64-msvc" "4.6.1"
fsevents "~2.3.2"

"rollup@^2.25.0 || ^3.3.0", rollup@^3.21.0:
version "3.29.3"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.3.tgz#97769774ccaa6a3059083d4680fcabd8ead01289"
integrity sha512-T7du6Hum8jOkSWetjRgbwpM6Sy0nECYrYRSmZjayFcOddtKJWU4d17AC3HNUk7HRuqy4p+G7aEZclSHytqUmEg==
optionalDependencies:
fsevents "~2.3.2"

rrweb-cssom@^0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/rrweb-cssom/-/rrweb-cssom-0.6.0.tgz#ed298055b97cbddcdeb278f904857629dec5e0e1"
Expand Down

0 comments on commit 159234c

Please sign in to comment.