Skip to content

Commit

Permalink
Upgrade to Remix 1.19.2-pre.0 to try and fix premature close issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ericallam committed Aug 2, 2023
1 parent 8405b33 commit 442ee45
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 379 deletions.
18 changes: 9 additions & 9 deletions apps/webapp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.3",
"@radix-ui/react-tooltip": "^1.0.5",
"@remix-run/express": "1.18.1",
"@remix-run/node": "1.18.1",
"@remix-run/react": "1.18.1",
"@remix-run/serve": "1.18.1",
"@remix-run/server-runtime": "1.18.1",
"@remix-run/express": "1.19.2-pre.0",
"@remix-run/node": "1.19.2-pre.0",
"@remix-run/react": "1.19.2-pre.0",
"@remix-run/serve": "1.19.2-pre.0",
"@remix-run/server-runtime": "1.19.2-pre.0",
"@team-plain/typescript-sdk": "^2.2.0",
"@trigger.dev/companyicons": "^1.5.14",
"@trigger.dev/database": "workspace:*",
Expand Down Expand Up @@ -112,9 +112,9 @@
"zod-error": "1.5.0"
},
"devDependencies": {
"@remix-run/dev": "1.18.1",
"@remix-run/eslint-config": "1.18.1",
"@remix-run/testing": "^1.18.1",
"@remix-run/dev": "1.19.2-pre.0",
"@remix-run/eslint-config": "1.19.2-pre.0",
"@remix-run/testing": "^1.19.2-pre.0",
"@storybook/addon-backgrounds": "^7.0.7",
"@storybook/addon-docs": "^7.0.12",
"@storybook/addon-essentials": "^7.0.7",
Expand Down Expand Up @@ -175,4 +175,4 @@
"engines": {
"node": ">=16.0.0"
}
}
}
Loading

0 comments on commit 442ee45

Please sign in to comment.