Files
lucide/tools/rollup-plugins/package.json
dependabot[bot] f6c0d0603a chore(deps): bump rollup from 4.53.3 to 4.59.0 (#4106)
Bumps [rollup](https://github.com/rollup/rollup) from 4.53.3 to 4.59.0.
- [Release notes](https://github.com/rollup/rollup/releases)
- [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rollup/rollup/compare/v4.53.3...v4.59.0)

---
updated-dependencies:
- dependency-name: rollup
  dependency-version: 4.59.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-02 07:22:10 +01:00

21 lines
615 B
JSON

{
"name": "@lucide/rollup-plugins",
"version": "1.0.0",
"description": "A internal used package with a collection of rollup plugins used to build the lucide icon library packages.",
"main": "plugins.js",
"module": "plugins.js",
"author": "",
"license": "ISC",
"type": "module",
"dependencies": {
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-replace": "^6.0.3",
"esbuild": "^0.27.0",
"rollup": "^4.59.0",
"rollup-plugin-esbuild": "^6.2.1",
"rollup-plugin-license": "^3.6.0",
"rollup-plugin-summary": "^3.0.1",
"rollup-plugin-visualizer": "^6.0.5"
}
}