We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fd377f commit 1b7815aCopy full SHA for 1b7815a
dev-packages/e2e-tests/test-applications/nextjs-turbo/.npmrc
@@ -1,2 +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