Skip to content

Commit ea6d4f1

Browse files
committed
build(website): upgrade remix-utils dep
1 parent 9c653c9 commit ea6d4f1

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

apps/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"react": "18.3.1",
4848
"react-dom": "18.3.1",
4949
"react-router": "7.1.3",
50-
"remix-utils": "7.7.0",
50+
"remix-utils": "8.1.0",
5151
"safe-routes": "1.0.3",
5252
"sonner": "1.7.2",
5353
"tailwind-merge": "2.6.0",

yarn.lock

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6654,7 +6654,7 @@ __metadata:
66546654
react: "npm:18.3.1"
66556655
react-dom: "npm:18.3.1"
66566656
react-router: "npm:7.1.3"
6657-
remix-utils: "npm:7.7.0"
6657+
remix-utils: "npm:8.1.0"
66586658
safe-routes: "npm:1.0.3"
66596659
sonner: "npm:1.7.2"
66606660
tailwind-merge: "npm:2.6.0"
@@ -15810,6 +15810,38 @@ __metadata:
1581015810
languageName: node
1581115811
linkType: hard
1581215812

15813+
"remix-utils@npm:8.1.0":
15814+
version: 8.1.0
15815+
resolution: "remix-utils@npm:8.1.0"
15816+
dependencies:
15817+
type-fest: "npm:^4.33.0"
15818+
peerDependencies:
15819+
"@oslojs/crypto": ^1.0.1
15820+
"@oslojs/encoding": ^1.1.0
15821+
intl-parse-accept-language: ^1.0.0
15822+
is-ip: ^5.0.1
15823+
react: ^18.0.0 || ^19.0.0
15824+
react-router: ^7.0.0
15825+
zod: ^3.22.4
15826+
peerDependenciesMeta:
15827+
"@oslojs/crypto":
15828+
optional: true
15829+
"@oslojs/encoding":
15830+
optional: true
15831+
intl-parse-accept-language:
15832+
optional: true
15833+
is-ip:
15834+
optional: true
15835+
react:
15836+
optional: true
15837+
react-router:
15838+
optional: true
15839+
zod:
15840+
optional: true
15841+
checksum: 10/4dc83c7f3de897da7dad89fc48f7e4871a5647d0628a7c7199d7a24ddb096ff056eae069556f7223228d418b1d4d0b56e196a9e52f91b4c4e608df691fa01f3c
15842+
languageName: node
15843+
linkType: hard
15844+
1581315845
"remove-trailing-separator@npm:^1.0.1":
1581415846
version: 1.1.0
1581515847
resolution: "remove-trailing-separator@npm:1.1.0"
@@ -17306,6 +17338,13 @@ __metadata:
1730617338
languageName: node
1730717339
linkType: hard
1730817340

17341+
"type-fest@npm:^4.33.0":
17342+
version: 4.33.0
17343+
resolution: "type-fest@npm:4.33.0"
17344+
checksum: 10/0d179e66fa765bd0a25a785b12dc797f90f2f92bdb8c9c8a789f3fd8e5a4492444e7ef83551b3b8463aeab24fd6195761e26b03174722de636b4b75aa5726fb7
17345+
languageName: node
17346+
linkType: hard
17347+
1730917348
"type-is@npm:~1.6.18":
1731017349
version: 1.6.18
1731117350
resolution: "type-is@npm:1.6.18"

0 commit comments

Comments
 (0)