Skip to content

Commit

Permalink
🛠 minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Girish21 committed Dec 10, 2022
1 parent 2326f03 commit 676de31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/remix-app/types/remix-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ declare var process: {
}

declare module '@remix-run/cloudflare' {
import type { DataFunctionArgs as RemixDataFunctionArgs } from '@remix-run/cloudflare'
import type { DataFunctionArgs as RemixDataFunctionArgs } from '@remix-run/cloudflare/dist/index'
export * from '@remix-run/cloudflare/dist/index'

export interface DataFunctionArgs
Expand Down
2 changes: 1 addition & 1 deletion scripts/new-do/tmp-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@cloudflare/workers-types": "^3.10.0",
"eslint": "^8.15.0",
"eslint": "^8.23.0",
"eslint-config-custom": "*",
"tsconfig": "*",
"typescript": "^4.6.4"
Expand Down

0 comments on commit 676de31

Please sign in to comment.