Upgrade to Remix 1.19.2-pre.0 to try and fix premature close issue

https://github.com/remix-run/remix/issues/4993#issuecomment-1661221726
This commit is contained in:
Eric Allam
2023-08-02 11:49:04 +01:00
parent 8405b337f9
commit 442ee45e97
2 changed files with 278 additions and 399 deletions
+9 -9
View File
@@ -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:*",
@@ -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",
@@ -175,4 +175,4 @@
"engines": {
"node": ">=16.0.0"
}
}
}
+269 -390
View File
File diff suppressed because it is too large Load Diff