aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar MCMXC <16797721+mcmxcdev@users.noreply.github.com>2023-10-31 01:32:44 -0600
committerLibravatar GitHub <noreply@github.com>2023-10-31 07:32:44 +0000
commit79cdbe639cc45df6f7ae6116ba8ecf77fe869843 (patch)
treecfcf8f435353e14f5e3cd07a1c32327bedd32e15 /package.json
parent6.6.1-nightly.1 [skip ci] (diff)
downloadferdium-app-79cdbe639cc45df6f7ae6116ba8ecf77fe869843.tar.gz
ferdium-app-79cdbe639cc45df6f7ae6116ba8ecf77fe869843.tar.zst
ferdium-app-79cdbe639cc45df6f7ae6116ba8ecf77fe869843.zip
refactor: uninstall node-fetch which is built-in since node 18 (#1431)
* Update submodules [skip ci] * Update submodules [skip ci] * refactor: uninstall node-fetch which is built-in since node 18 - uninstall node-fetch from package.json - remove fetch import from translation-helpers.ts - remove fetch import from RecipeController and UserController * remove leftover console.log --------- Co-authored-by: github-actions <github-actions@github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/package.json b/package.json
index 15234a67a..f944dcbda 100644
--- a/package.json
+++ b/package.json
@@ -102,7 +102,6 @@
102 "mobx-react-form": "6.3.7", 102 "mobx-react-form": "6.3.7",
103 "moment": "2.29.4", 103 "moment": "2.29.4",
104 "ms": "2.1.3", 104 "ms": "2.1.3",
105 "node-fetch": "2.6.11",
106 "normalize-url": "6.1.0", 105 "normalize-url": "6.1.0",
107 "os-name": "4.0.1", 106 "os-name": "4.0.1",
108 "pretty-bytes": "5.6.0", 107 "pretty-bytes": "5.6.0",