Skip to content

Commit

Permalink
bumped remix to v2.1.0 (#493)
Browse files Browse the repository at this point in the history
* bumped remix to v2.1.0 updated engine to node: 20

* rolled engine version back
  • Loading branch information
swalker326 authored Oct 21, 2023
1 parent 7e2ce1c commit bce5f01
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 76 deletions.
2 changes: 1 addition & 1 deletion app/components/error-boundary.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import {
type ErrorResponse,
isRouteErrorResponse,
useParams,
useRouteError,
} from '@remix-run/react'
import { type ErrorResponse } from '@remix-run/router'
import { getErrorMessage } from '#app/utils/misc.tsx'

type StatusHandler = (info: {
Expand Down
2 changes: 1 addition & 1 deletion app/routes/users+/$username.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @vitest-environment jsdom
*/
import { faker } from '@faker-js/faker'
import { unstable_createRemixStub as createRemixStub } from '@remix-run/testing'
import { createRemixStub } from '@remix-run/testing'
import { render, screen } from '@testing-library/react'
import setCookieParser from 'set-cookie-parser'
import { test } from 'vitest'
Expand Down
129 changes: 64 additions & 65 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-email/components": "^0.0.7",
"@remix-run/css-bundle": "^2.0.1",
"@remix-run/express": "^2.0.1",
"@remix-run/node": "^2.0.1",
"@remix-run/react": "^2.0.1",
"@remix-run/server-runtime": "^2.0.1",
"@remix-run/css-bundle": "^2.1.0",
"@remix-run/express": "^2.1.0",
"@remix-run/node": "^2.1.0",
"@remix-run/react": "^2.1.0",
"@remix-run/server-runtime": "^2.1.0",
"@sentry/remix": "^7.70.0",
"address": "^2.0.1",
"autoprefixer": "^10.4.16",
Expand Down Expand Up @@ -107,10 +107,10 @@
"devDependencies": {
"@faker-js/faker": "^8.1.0",
"@playwright/test": "^1.38.1",
"@remix-run/dev": "^2.0.1",
"@remix-run/eslint-config": "^2.0.1",
"@remix-run/serve": "^2.0.1",
"@remix-run/testing": "^2.0.1",
"@remix-run/dev": "^2.1.0",
"@remix-run/eslint-config": "^2.1.0",
"@remix-run/serve": "^2.1.0",
"@remix-run/testing": "^2.1.0",
"@sly-cli/sly": "^1.4.10",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
Expand Down

0 comments on commit bce5f01

Please sign in to comment.