Skip to content

Commit

Permalink
Fix dependency patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mreid-tt committed Oct 29, 2024
1 parent 5a514c4 commit 95c5d5b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 10 deletions.
23 changes: 23 additions & 0 deletions cross/jellyseerr/patches/001-add-dependency-logform.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
--- package.json.orig 2024-10-17 09:51:24
+++ package.json 2024-10-28 21:42:11
@@ -62,6 +62,7 @@
"formik": "^2.4.6",
"gravatar-url": "3.1.0",
"lodash": "4.17.21",
+ "logform": "^2.4.2",
"mime": "3",
"next": "^14.2.4",
"node-cache": "5.1.2",

--- pnpm-lock.yaml.orig 2024-10-17 09:51:24
+++ pnpm-lock.yaml 2024-10-28 21:42:28
@@ -98,6 +98,9 @@
lodash:
specifier: 4.17.21
version: 4.17.21
+ logform:
+ specifier: ^2.4.2
+ version: 2.6.0
mime:
specifier: '3'
version: 3.0.0
10 changes: 0 additions & 10 deletions cross/jellyseerr/patches/001-add-dependency-types-logform.patch

This file was deleted.

0 comments on commit 95c5d5b

Please sign in to comment.