Skip to content

Commit 1c6b223

Browse files
committed
chore: update deps
1 parent efc19f5 commit 1c6b223

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"jest": "^24.9.0"
5353
},
5454
"dependencies": {
55-
"@micro-app/shared-utils": "^0.1.17",
55+
"@micro-app/shared-utils": "^0.1.18",
5656
"dotenv": "^8.2.0",
5757
"dotenv-expand": "^5.1.0"
5858
},

test/testPlugin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
'use strict';
22

3-
43
module.exports = function(api, opts) {
54
console.log(opts);
65
api.onPluginInitWillDone(item => {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -416,10 +416,10 @@
416416
"@release-it/conventional-changelog" "^1.1.0"
417417
release-it "^13.1.1"
418418

419-
"@micro-app/shared-utils@^0.1.17":
420-
version "0.1.17"
421-
resolved "https://registry.yarnpkg.com/@micro-app/shared-utils/-/shared-utils-0.1.17.tgz#e99b9aa4385cf4eefe5f96f0f553162ab9342743"
422-
integrity sha512-XI1uFnvjPaFZvLLMoARZeUqUya2i2z4aJ1oT23bahQL+5dHgXj2p1o/1agJ7G0K1KStasLRjPXNuHEpBpK1Weg==
419+
"@micro-app/shared-utils@^0.1.18":
420+
version "0.1.18"
421+
resolved "https://registry.yarnpkg.com/@micro-app/shared-utils/-/shared-utils-0.1.18.tgz#73dce4d27bd535da0d6204c1cc5df2d8afcbafe9"
422+
integrity sha512-ckkDKcR7yWLvy5+cqp89Ea946WhknU9/FwDs+H6SYr0Bs14o2e8mXctcvTPDWx85KXsinLu3ID1vHrHHyYenDg==
423423
dependencies:
424424
ajv "^6.10.2"
425425
ajv-keywords "^3.4.1"

0 commit comments

Comments
 (0)