We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251df01 commit c5efd89Copy full SHA for c5efd89
packages/e2e/cypress.config.ts
@@ -33,7 +33,7 @@ export default defineConfig({
33
function readNextJsVersion() {
34
const pkgPath = new URL('./package.json', import.meta.url)
35
const pkg = JSON.parse(fs.readFileSync(pkgPath, 'utf-8'))
36
- return pkg.dependencies.next
+ return pkg.dependencies.next.replace('^', '')
37
}
38
39
function supportsWHS(nextVersion: string) {
0 commit comments