Skip to content

Commit

Permalink
set rollup resolutions in more test projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Sep 20, 2024
1 parent dec38b8 commit 9d5f81d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion __fixtures__/fragment-test-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
"prisma": {
"seed": "yarn rw exec seed"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"resolutions": {
"rollup": "4.21.3"
}
}
3 changes: 2 additions & 1 deletion __fixtures__/test-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"packageManager": "[email protected]",
"resolutions": {
"@storybook/react-dom-shim@npm:7.6.17": "https://verdaccio.tobbe.dev/@storybook/react-dom-shim/-/react-dom-shim-8.0.8.tgz",
"react-is": "19.0.0-rc-f2df5694-20240916"
"react-is": "19.0.0-rc-f2df5694-20240916",
"rollup": "4.21.3"
}
}

0 comments on commit 9d5f81d

Please sign in to comment.