Skip to content

Commit

Permalink
Update dependency rollup to v4 (#372)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 2, 2024
1 parent 785c508 commit e32b31b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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": "3.29.4",
"rollup": "4.9.2",
"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": "3.29.4",
"rollup": "4.9.2",
"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": "3.29.4",
"rollup": "4.9.2",
"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": "3.29.4",
"rollup": "4.9.2",
"should": "13.2.3",
"sinon": "17.0.1"
},
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17049,14 +17049,7 @@ ripemd160@^2.0.0, ripemd160@^2.0.1:
hash-base "^3.0.0"
inherits "^2.0.1"

rollup@3.29.4, "rollup@^2.25.0 || ^3.3.0", rollup@^3.21.0:
version "3.29.4"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.4.tgz#4d70c0f9834146df8705bfb69a9a19c9e1109981"
integrity sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==
optionalDependencies:
fsevents "~2.3.2"

rollup@^4.2.0:
rollup@4.9.2, rollup@^4.2.0:
version "4.9.2"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-4.9.2.tgz#19d730219b7ec5f51372c6cf15cfb841990489fe"
integrity sha512-66RB8OtFKUTozmVEh3qyNfH+b+z2RXBVloqO2KCC/pjFaGaHtxP9fVfOQKPSGXg2mElmjmxjW/fZ7iKrEpMH5Q==
Expand All @@ -17076,6 +17069,13 @@ rollup@^4.2.0:
"@rollup/rollup-win32-x64-msvc" "4.9.2"
fsevents "~2.3.2"

"rollup@^2.25.0 || ^3.3.0", rollup@^3.21.0:
version "3.29.4"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.29.4.tgz#4d70c0f9834146df8705bfb69a9a19c9e1109981"
integrity sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==
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 e32b31b

Please sign in to comment.