Skip to content

Commit a2bf6f6

Browse files
logaretmclaude
andcommitted
test(nitro): revert dep specifier changes, rely on CI pnpm.overrides
CI's ciPnpmOverrides script already pins @sentry/* deps to the packed tarballs, so the "latest || *" specifiers are sufficient. Keep only the .npmrc removal from the previous commit. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 2c52283 commit a2bf6f6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • dev-packages/e2e-tests/test-applications/nitro-3

dev-packages/e2e-tests/test-applications/nitro-3/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
"test:assert": "pnpm test"
1313
},
1414
"dependencies": {
15-
"@sentry/browser": "file:../../packed/sentry-browser-packed.tgz",
16-
"@sentry/nitro": "file:../../packed/sentry-nitro-packed.tgz"
15+
"@sentry/browser": "latest || *",
16+
"@sentry/nitro": "latest || *"
1717
},
1818
"devDependencies": {
1919
"@playwright/test": "~1.56.0",
2020
"@sentry-internal/test-utils": "link:../../../test-utils",
21-
"@sentry/core": "file:../../packed/sentry-core-packed.tgz",
21+
"@sentry/core": "latest || *",
2222
"nitro": "^3.0.260415-beta",
2323
"rolldown": "latest",
2424
"vite": "latest"

0 commit comments

Comments
 (0)