Skip to content

Commit

Permalink
fix(app): rollup unmet peer dependencies
Browse files Browse the repository at this point in the history
- updated node version in .nvmrc to same used in publish action
- updated rollup related dependencies and set override to "^3.29.4"
  • Loading branch information
amjedidiah committed Feb 1, 2025
1 parent 24879e1 commit 5d1f18e
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 84 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
19.0.1
20.18.2
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
"@eslint/compat": "^1.2.5",
"@eslint/js": "^9.19.0",
"@rollup/plugin-alias": "^5.1.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-replace": "^6.0.2",
"@size-limit/preset-small-lib": "^10.0.3",
"@storybook/addon-docs": "^8.5.2",
"@storybook/addon-essentials": "^8.5.2",
Expand Down Expand Up @@ -192,10 +192,8 @@
"tough-cookie": "^4.1.3",
"jsdom": "22.1.0",
"node-notifier": "10.0.1",
"node-fetch": "2.6.7"
"node-fetch": "2.6.7",
"rollup": "^3.29.4"
}
},
"resolutions": {
"rollup": "^2.68.0"
}
}
Loading

0 comments on commit 5d1f18e

Please sign in to comment.