Skip to content

Commit

Permalink
build(dev-deps): update dependency rollup to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and ivangabriele committed Dec 27, 2022
1 parent 81fef12 commit f6eb360
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 31 deletions.
24 changes: 12 additions & 12 deletions .pnp.cjs

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

Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"react-dom": "18.2.0",
"react-feather": "2.0.10",
"react-is": "18.2.0",
"rollup": "2.79.1",
"rollup": "3.8.1",
"rollup-plugin-peer-deps-external": "2.2.4",
"rollup-plugin-postcss": "4.0.2",
"rollup-plugin-sizes": "1.0.4",
Expand Down
3 changes: 2 additions & 1 deletion rollup.config.js → rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ const getConfig = input => {
}
}

module.exports = ['./index.ts', './fields/Select.tsx'].map(getConfig)
// eslint-disable-next-line import/no-default-export
export default ['./index.ts', './fields/Select.tsx'].map(getConfig)
2 changes: 0 additions & 2 deletions tsconfig.dist.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
"node_modules/*",
"scripts/*",
"storybook-static/*",
"rollup.config.icons.js",
"rollup.config.js",
"stories/*",
"**/*.test.ts"
]
Expand Down
11 changes: 1 addition & 10 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,5 @@
"target": "ES2022"
},
"include": ["**/*.js", "**/*.jsx", "**/*.mjs", "**/*.ts", "**/*.tsx"],
"exclude": [
".storybook/*",
"dist/*",
"node_modules/*",
"scripts/*",
"storybook-static/*",
"postcss.config.js",
"rollup.config.icons.js",
"rollup.config.js"
]
"exclude": [".storybook/*", "dist/*", "node_modules/*", "scripts/*", "storybook-static/*"]
}
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4410,7 +4410,7 @@ __metadata:
react-select: 5.7.0
remark-parse: 10.0.1
remark-slate: 1.8.6
rollup: 2.79.1
rollup: 3.8.1
rollup-plugin-peer-deps-external: 2.2.4
rollup-plugin-postcss: 4.0.2
rollup-plugin-sizes: 1.0.4
Expand Down Expand Up @@ -21277,17 +21277,17 @@ __metadata:
languageName: node
linkType: hard

"rollup@npm:2.79.1":
version: 2.79.1
resolution: "rollup@npm:2.79.1"
"rollup@npm:3.8.1":
version: 3.8.1
resolution: "rollup@npm:3.8.1"
dependencies:
fsevents: ~2.3.2
dependenciesMeta:
fsevents:
optional: true
bin:
rollup: dist/bin/rollup
checksum: 6a2bf167b3587d4df709b37d149ad0300692cc5deb510f89ac7bdc77c8738c9546ae3de9322b0968e1ed2b0e984571f5f55aae28fa7de4cfcb1bc5402a4e2be6
checksum: 89ad4df4a5a3ba7a2ee92e2c78d3737eda357d7f8d98237d9e9b2a0b27e238e3ee247e55ea7bf167682ab6dba0ffa948c9e5a741d370e45bb22983299893914b
languageName: node
linkType: hard

Expand Down

0 comments on commit f6eb360

Please sign in to comment.