Skip to content

Commit

Permalink
Use specific range that matches prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh committed Feb 15, 2025
1 parent 4432074 commit 56305ca
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion edgedb/edgedb/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"build:cjs": "tsc -p tsconfig.json"
},
"dependencies": {
"gel": "^2.0.0"
"gel": "^2.0.0-rc"
},
"devDependencies": {
"typescript": "^5.5.2"
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"ci:integration-test": "tsx ./testRunner.ts"
},
"devDependencies": {
"@gel/generate": "*",
"@gel/generate": "^0.6.0-rc",
"@tsconfig/node-lts": "^20.1.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.13",
"conditional-type-checks": "^1.0.6",
"gel": "*",
"gel": "^2.0.0-rc",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"typescript": "^5.5.2"
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/lts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@arktype/attest": "^0.7.8",
"@gel/generate": "*",
"@gel/generate": "^0.6.0-rc",
"@tsconfig/node-lts": "^20.1.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.13",
Expand All @@ -29,7 +29,7 @@
"typescript": "^5.5.2"
},
"dependencies": {
"gel": "*",
"gel": "^2.0.0-rc",
"fast-check": "^3.19.0"
}
}
4 changes: 2 additions & 2 deletions integration-tests/nightly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"ci:integration-test": "tsx ./testRunner.ts"
},
"devDependencies": {
"@gel/generate": "*",
"@gel/generate": "^0.6.0-rc",
"@tsconfig/node-lts": "^20.1.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.13",
"conditional-type-checks": "^1.0.6",
"gel": "*",
"gel": "^2.0.0-rc",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"typescript": "^5.5.2"
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/stable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
"ci:integration-test": "tsx ./testRunner.ts"
},
"devDependencies": {
"@gel/generate": "*",
"@gel/generate": "^0.6.0-rc",
"@tsconfig/node-lts": "^20.1.3",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.13",
"conditional-type-checks": "^1.0.6",
"gel": "*",
"gel": "^2.0.0-rc",
"jest": "^29.7.0",
"ts-jest": "^29.1.4",
"typescript": "^5.5.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"jest": "29.7.0",
"ts-jest": "29.1.4",
"typescript": "^5.5.2",
"gel": "*",
"gel": "^2.0.0-rc",
"@repo/tsconfig": "*"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"jest": "29.7.0",
"ts-jest": "29.1.4",
"typescript": "^5.5.2",
"gel": "*",
"gel": "^2.0.0-rc",
"@repo/tsconfig": "*"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@repo/tsconfig": "*",
"@types/express": "^4.17.21",
"@types/node": "^20.12.13",
"gel": "*",
"gel": "^2.0.0-rc",
"express": "^4.19.2",
"typescript": "^5.5.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@repo/tsconfig": "*",
"@types/node": "^20.12.13",
"@types/react": "npm:types-react@rc",
"gel": "*",
"gel": "^2.0.0-rc",
"next": "15.0.3",
"react": "19.0.0-rc-b01722d5-20241114",
"typescript": "^5.5.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@repo/tsconfig": "*",
"@types/node": "^20.12.13",
"gel": "*",
"gel": "^2.0.0-rc",
"typescript": "^5.5.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@repo/tsconfig": "*",
"@sveltejs/kit": "^2.5.10",
"@types/node": "^20.12.13",
"gel": "*",
"gel": "^2.0.0-rc",
"svelte": "^4.2.17",
"typescript": "^5.5.2",
"vite": "^5.2.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/generate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/jest": "^29.5.12",
"@types/node": "^20.12.13",
"conditional-type-checks": "^1.0.6",
"gel": "*",
"gel": "^2.0.0-rc",
"esbuild": "^0.21.4",
"globby": "^14.0.1",
"jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/vercel-ai-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"tsup": "^8",
"typescript": "5.5.4",
"zod": "3.23.8",
"gel": "*"
"gel": "^2.0.0-rc"
},
"peerDependencies": {
"zod": "^3.0.0",
Expand Down

0 comments on commit 56305ca

Please sign in to comment.