Skip to content

Commit 68e4261

Browse files
committed
feat: bump filesize version
1 parent 456ca92 commit 68e4261

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bestdoctor/ke-beta",
3-
"version": "13.1.2",
3+
"version": "13.1.3",
44
"description": "BestDoctor back-office UI constructor",
55
"author": "pro100filipp",
66
"main": "dist/index.js",
@@ -15,7 +15,7 @@
1515
"license": "MIT",
1616
"dependencies": {
1717
"deepmerge": "^4.2.2",
18-
"filesize": "^10.0.1",
18+
"filesize": "^10.0.5",
1919
"react-charts": "2.1.0",
2020
"react-datepicker": "^4.2.0",
2121
"react-debounce-input": "^3.2.2",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -7977,10 +7977,10 @@ filesize@6.1.0:
79777977
resolved "https://registry.yarnpkg.com/filesize/-/filesize-6.1.0.tgz#e81bdaa780e2451d714d71c0d7a4f3238d37ad00"
79787978
integrity sha512-LpCHtPQ3sFx67z+uh2HnSyWSLLu5Jxo21795uRDuar/EOuYWXib5EmPaGIBuSnRqH2IODiKA2k5re/K9OnN/Yg==
79797979

7980-
filesize@^10.0.1:
7981-
version "10.0.2"
7982-
resolved "https://registry.yarnpkg.com/filesize/-/filesize-10.0.2.tgz#d14c79d85d3a93d81522eb00c416f7a2d8f156d1"
7983-
integrity sha512-SOUAfVx6Myimq+YqkxbKpiRI4zB5v6wI7EKBrGxFtDcvalEffCyws+t7OeCUvMElkRNTK03XZ/3zU2AU8QnJkQ==
7980+
filesize@^10.0.5:
7981+
version "10.0.5"
7982+
resolved "https://registry.yarnpkg.com/filesize/-/filesize-10.0.5.tgz#d77553eb00a525f4cc7983047d2197cda6fff321"
7983+
integrity sha512-qrzyt8gLh86nsyYiC3ibI5KyIYRCWg2yqIklYrWF4a0qNfekik4OQfn7AoPJG2hRrPMSlH6fET4VEITweZAzjA==
79847984

79857985
fill-range@^4.0.0:
79867986
version "4.0.0"

0 commit comments

Comments
 (0)