Skip to content

Commit 98256f8

Browse files
committed
chore: upgrade dependencies
1 parent 89af3c1 commit 98256f8

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"eslint-plugin-prettier": "^3.1.1",
5353
"eslint-plugin-promise": "^4.2.1",
5454
"eslint-plugin-standard": "^4.0.1",
55-
"filesize": "^5.0.2",
55+
"filesize": "^5.0.3",
5656
"flush-promises": "^1.0.2",
5757
"gzip-size": "^5.1.1",
5858
"husky": "^3.0.8",
@@ -66,7 +66,7 @@
6666
"rollup-plugin-replace": "^2.2.0",
6767
"rollup-plugin-typescript2": "^0.24.3",
6868
"ts-jest": "^24.1.0",
69-
"typescript": "^3.6.3",
69+
"typescript": "^3.6.4",
7070
"uglify-js": "^3.6.1",
7171
"vue": "^2.6.10",
7272
"vue-jest": "^3.0.5",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4951,10 +4951,10 @@ file-loader@^3.0.1:
49514951
loader-utils "^1.0.2"
49524952
schema-utils "^1.0.0"
49534953

4954-
filesize@^5.0.2:
4955-
version "5.0.2"
4956-
resolved "https://registry.yarnpkg.com/filesize/-/filesize-5.0.2.tgz#b284b81b04dffcba2602c3dae11749f303629a02"
4957-
integrity sha512-EU7BtXbva4fOuNzfIb2HbKs2wGqL45Tt+XwSAXLg4LUu2cmmdeUQIa2ZfGKYcjMIo1qldeXy8FADXU9oY090qw==
4954+
filesize@^5.0.3:
4955+
version "5.0.3"
4956+
resolved "https://registry.yarnpkg.com/filesize/-/filesize-5.0.3.tgz#2fa284185e9d2e8edbec2915b4dadce4043aac31"
4957+
integrity sha512-RM123v6KPqgZJmVCh4rLvCo8tLKr4sgD92DeZ+AuoUE8teGZJHKs1cTORwETcpIJSlGsz2WYdwKDQUXby5hNqQ==
49584958

49594959
fill-range@^4.0.0:
49604960
version "4.0.0"
@@ -10722,10 +10722,10 @@ typedarray@^0.0.6:
1072210722
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
1072310723
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
1072410724

10725-
typescript@^3.6.3:
10726-
version "3.6.3"
10727-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.3.tgz#fea942fabb20f7e1ca7164ff626f1a9f3f70b4da"
10728-
integrity sha512-N7bceJL1CtRQ2RiG0AQME13ksR7DiuQh/QehubYcghzv20tnh+MQnQIuJddTmsbqYj+dztchykemz0zFzlvdQw==
10725+
typescript@^3.6.4:
10726+
version "3.6.4"
10727+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.6.4.tgz#b18752bb3792bc1a0281335f7f6ebf1bbfc5b91d"
10728+
integrity sha512-unoCll1+l+YK4i4F8f22TaNVPRHcD9PA3yCuZ8g5e0qGqlVlJ/8FSateOLLSagn+Yg5+ZwuPkL8LFUc0Jcvksg==
1072910729

1073010730
uc.micro@^1.0.1, uc.micro@^1.0.5:
1073110731
version "1.0.6"

0 commit comments

Comments
 (0)