diff options
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/client/package.json b/client/package.json index 0b70b2f90..9f84a1ee8 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -134,5 +134,8 @@ | |||
134 | "webtorrent": "^1.3.8", | 134 | "webtorrent": "^1.3.8", |
135 | "whatwg-fetch": "^3.0.0", | 135 | "whatwg-fetch": "^3.0.0", |
136 | "zone.js": "~0.11.4" | 136 | "zone.js": "~0.11.4" |
137 | }, | ||
138 | "dependencies": { | ||
139 | "webpack": "^5.51.1" | ||
137 | } | 140 | } |
138 | } | 141 | } |