We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b6035 commit 109c3b2Copy full SHA for 109c3b2
dev-packages/e2e-tests/test-applications/nextjs-turbo/.npmrc
@@ -1,4 +1,8 @@
1
@sentry:registry=http://127.0.0.1:4873
2
@sentry-internal:registry=http://127.0.0.1:4873
3
+
4
+# todo: check if this is still needed in upcoming versions
5
+# Hoist all dependencies to the root level due to issues with import-in-the-middle and require-in-the-middle
6
+# Just adding these as dependencies removed the warnings, but didn't fix the issue
7
shamefully-hoist=true
8
strict-peer-dependencies=false
0 commit comments