Skip to content

Commit

Permalink
Updated the rollup and its plugins to latest versions (#2336)
Browse files Browse the repository at this point in the history
* Updated the rollup and its plugins to latest

* Removed an uncessary install package --rollup-plugin-analyzer
  • Loading branch information
yashjais authored Oct 9, 2024
1 parent 1f3f936 commit e209a1d
Show file tree
Hide file tree
Showing 2 changed files with 1,282 additions and 675 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"description": "neetoUI drives the experience at all neeto products",
"scripts": {
"bundle": "NODE_ENV=production rollup -c rollup.config.js",
"bundle": "NODE_ENV=production rollup --bundleConfigAsCjs -c rollup.config.js",
"build": "NODE_ENV=production storybook build",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
Expand Down Expand Up @@ -85,20 +85,20 @@
"@bigbinary/neeto-hotkeys": "1.0.4",
"@bigbinary/neeto-icons": "^1.9.22",
"@reach/auto-id": "0.15.0",
"@rollup/plugin-alias": "^4.0.3",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@storybook/addon-actions": "^7.5.3",
"@storybook/addon-console": "^2.0.0",
"@storybook/addon-essentials": "7.5.3",
"@storybook/addon-links": "7.5.3",
"@storybook/preset-scss": "1.0.3",
"@storybook/react": "7.5.3",
"@storybook/react-webpack5": "^7.5.3",
"@svgr/rollup": "^6.2.1",
"@svgr/rollup": "^8.1.0",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
Expand Down Expand Up @@ -172,7 +172,7 @@
"react-time-picker": "^6.5.2",
"react-toastify": "9.0.1",
"rfs": "^10.0.0",
"rollup": "^2.73.0",
"rollup": "^4.24.0",
"rollup-plugin-cleaner": "^1.0.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
Expand Down
Loading

0 comments on commit e209a1d

Please sign in to comment.