Revert "Upgrade to the latest remix (pre v2)"

This reverts commit 4edc7112ab.
This commit is contained in:
Matt Aitken
2023-09-21 13:19:03 -07:00
parent 6ce87f169a
commit f73a2a424b
3 changed files with 798 additions and 386 deletions
+5 -3
View File
@@ -59,15 +59,17 @@
"turbo": "^1.10.3",
"vite": "^4.1.1",
"vite-tsconfig-paths": "^4.0.5",
"vitest": "^0.28.4",
"vitest": "^0.28.4"
},
"packageManager": "pnpm@7.18.1",
"dependencies": {
"@changesets/cli": "2.26.2",
"@remix-run/changelog-github": "^0.0.5",
"node-fetch": "2.6.x"
},
"packageManager": "pnpm@7.18.1",
"pnpm": {
"patchedDependencies": {
"@changesets/assemble-release-plan@5.2.4": "patches/@changesets__assemble-release-plan@5.2.4.patch"
}
}
}
}