Skip to content

Commit 794ae11

Browse files
authored
Bump all remaining deps except tunnel-rat (#1952)
bump all remaining deps except tunnel-rat
1 parent 903b8f6 commit 794ae11

5 files changed

Lines changed: 890 additions & 1385 deletions

File tree

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"rules": {
6767
"playwright/expect-expect": [
6868
"warn",
69-
{ "additionalAssertFunctionNames": ["expectVisible", "expectRowVisible"] }
69+
{ "assertFunctionNames": ["expectVisible", "expectRowVisible"] }
7070
]
7171
}
7272
}

app/components/form/FullPageForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88
import { cloneElement, useEffect, type ReactElement, type ReactNode } from 'react'
99
import type { FieldValues, UseFormReturn } from 'react-hook-form'
10-
import { useBlocker, type unstable_Blocker as Blocker } from 'react-router-dom'
10+
import { useBlocker, type Blocker } from 'react-router-dom'
1111

1212
import type { ApiError } from '@oxide/api'
1313
import { Modal, PageHeader, PageTitle } from '@oxide/ui'

mockServiceWorker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* tslint:disable */
33

44
/**
5-
* Mock Service Worker (2.1.7).
5+
* Mock Service Worker (2.2.0).
66
* @see https://github.com/mswjs/msw
77
* - Please do NOT modify this file.
88
* - Please do NOT serve this file on production.

0 commit comments

Comments
 (0)