chore: add pretty-bytes to dependencies

main
Josue 4 years ago committed by Tsu-ba-me
parent 3bd5a7c253
commit 1516a3a797
  1. 5
      striker-ui/package-lock.json
  2. 1
      striker-ui/package.json

@ -4965,6 +4965,11 @@
"fast-diff": "^1.1.2" "fast-diff": "^1.1.2"
} }
}, },
"pretty-bytes": {
"version": "5.6.0",
"resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz",
"integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg=="
},
"process": { "process": {
"version": "0.11.10", "version": "0.11.10",
"resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",

@ -15,6 +15,7 @@
"@material-ui/core": "^4.11.3", "@material-ui/core": "^4.11.3",
"@material-ui/styles": "^4.11.3", "@material-ui/styles": "^4.11.3",
"next": "10.0.6", "next": "10.0.6",
"pretty-bytes": "^5.6.0",
"react": "17.0.1", "react": "17.0.1",
"react-dom": "17.0.1", "react-dom": "17.0.1",
"swr": "^0.4.2", "swr": "^0.4.2",

Loading…
Cancel
Save