Commit 91b79dfa authored by Nicolas Giard's avatar Nicolas Giard

fix: missing filesize server dependency

parent 200486e0
...@@ -68,7 +68,7 @@ ...@@ -68,7 +68,7 @@
"express-brute-redis": "0.0.1", "express-brute-redis": "0.0.1",
"express-session": "1.15.6", "express-session": "1.15.6",
"file-type": "10.2.0", "file-type": "10.2.0",
"filesize.js": "1.0.2", "filesize": "3.6.1",
"follow-redirects": "1.5.9", "follow-redirects": "1.5.9",
"fs-extra": "7.0.0", "fs-extra": "7.0.0",
"getos": "3.1.0", "getos": "3.1.0",
...@@ -209,6 +209,7 @@ ...@@ -209,6 +209,7 @@
"eslint-plugin-standard": "4.0.0", "eslint-plugin-standard": "4.0.0",
"eslint-plugin-vue": "4.7.1", "eslint-plugin-vue": "4.7.1",
"file-loader": "2.0.0", "file-loader": "2.0.0",
"filesize.js": "1.0.2",
"grapesjs": "0.14.33", "grapesjs": "0.14.33",
"graphiql": "0.12.0", "graphiql": "0.12.0",
"graphql-persisted-document-loader": "1.0.1", "graphql-persisted-document-loader": "1.0.1",
......
This diff was suppressed by a .gitattributes entry.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment