Skip to content

Commit

Permalink
chore(deps): update external major (major) (#38)
Browse files Browse the repository at this point in the history
* chore(deps): update external major

* chore: adjust config

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alexandre Capt <acapt@adobe.com>
  • Loading branch information
renovate[bot] and kptdobe authored Mar 18, 2024
1 parent 43fb99c commit 013d39b
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 89 deletions.
159 changes: 73 additions & 86 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@
"chai": "5.1.0",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-html": "7.1.0",
"eslint-plugin-html": "8.0.0",
"eslint-plugin-import": "2.29.1",
"prettier-eslint": "16.3.0",
"prettier-eslint-cli": "8.0.1",
"rollup": "3.29.4",
"rollup": "4.13.0",
"rollup-plugin-cleanup": "3.2.1",
"semantic-release": "22.0.12",
"sinon": "17.0.1",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ const bundles = [

export default [...bundles.map(({ outputFile, source }) => ({
input: source,
inlineDynamicImports: true,
output: [
{
file: `${outputFile}.js`,
format: 'es',
sourcemap: false,
exports: 'auto',
banner,
inlineDynamicImports: true,
},
].filter((m) => m),
plugins: [
Expand Down

0 comments on commit 013d39b

Please sign in to comment.