Skip to content

Commit 696213a

Browse files
committed
fix(package): update mockjs
1 parent 058a4ee commit 696213a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

β€Žpackage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"lodash.get": "^4.4.2",
2121
"lodash.pick": "^4.4.0",
2222
"md5": "^2.2.1",
23-
"mockjs": "^1.0.1-beta3",
23+
"mockjs2": "^1.0.2",
2424
"moment": "^2.24.0",
2525
"nprogress": "^0.2.0",
2626
"viser-vue": "^2.3.3",

β€Žyarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7190,10 +7190,10 @@ [email protected], [email protected], mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkdirp@
71907190
dependencies:
71917191
minimist "0.0.8"
71927192

7193-
mockjs@^1.0.1-beta3:
7194-
version "1.0.1-beta3"
7195-
resolved "http://registry.npm.taobao.org/mockjs/download/mockjs-1.0.1-beta3.tgz#d234f3c27256397564f2c955142e891909537209"
7196-
integrity sha1-0jTzwnJWOXVk8slVFC6JGQlTcgk=
7193+
mockjs2@^1.0.2:
7194+
version "1.0.2"
7195+
resolved "https://registry.yarnpkg.com/mockjs2/-/mockjs2-1.0.2.tgz#419707a03cf5852c8e9ce37acb0f44ef8ee06fc6"
7196+
integrity sha512-O2xujQxSQ526TGtz0kUQTfFln+0V085r4mcms1aMKCmnoSW704N46BbIIwpY1DJmLuDOHJasYtfN1wwOUeA2Ow==
71977197
dependencies:
71987198
commander "*"
71997199

0 commit comments

Comments
Β (0)