Skip to content

Commit

Permalink
Install correct version of auth-remix
Browse files Browse the repository at this point in the history
  • Loading branch information
diksipav committed Jan 4, 2024
1 parent f3f6856 commit 8f72ccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create/src/recipes/remix/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const recipe: Recipe = {
typecheck: "tsc",
},
dependencies: {
...(useEdgeDBAuth ? { "@edgedb/auth-remix": "^0.1.0-beta.1" } : {}),
...(useEdgeDBAuth ? { "@edgedb/auth-remix": "^^0.1.0-alpha.1" } : {}),
react: "^18",
"react-dom": "^18",
"@remix-run/css-bundle": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/create/src/recipes/remix/template/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"include": ["remix.env.d.ts", "**/*.ts", "**/*.tsx"],
"compilerOptions": {
"lib": ["DOM", "DOM.Iterable", "ES2022"],
"lib": ["dom", "dom.iterable", "esnext"],
"isolatedModules": true,
"esModuleInterop": true,
"jsx": "react-jsx",
Expand Down

0 comments on commit 8f72ccd

Please sign in to comment.