Skip to content

Commit 278c8ea

Browse files
committed
⬆️ update dependencies
1 parent 8e8285c commit 278c8ea

2 files changed

Lines changed: 43 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"jest": "^24.9.0"
5656
},
5757
"dependencies": {
58-
"@micro-app/shared-utils": "^0.1.19",
58+
"@micro-app/shared-utils": "^0.1.21",
5959
"dotenv": "^8.2.0",
6060
"dotenv-expand": "^5.1.0"
6161
},

yarn.lock

Lines changed: 42 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@
12531253
vuepress-plugin-flowchart "^1.4.3"
12541254
vuepress-plugin-redirect "^1.2.3"
12551255

1256-
"@micro-app/shared-utils@^0.1.18", "@micro-app/shared-utils@^0.1.19":
1256+
"@micro-app/shared-utils@^0.1.18":
12571257
version "0.1.19"
12581258
resolved "https://registry.yarnpkg.com/@micro-app/shared-utils/-/shared-utils-0.1.19.tgz#0bfa8b5b179a2634c783b872a11eb0dc034b4e5f"
12591259
integrity sha512-HrrhB4GcqmpFreq4v699Wcr2AL1ymLxeLp3DZwo5l/rr/iO8DnFXXP/n7NC75PolsVyZBgmX02N0LrYcYjLMOQ==
@@ -1293,6 +1293,47 @@
12931293
yargs-parser "^18.1.3"
12941294
yargs-unparser "^1.5.0"
12951295

1296+
"@micro-app/shared-utils@^0.1.21":
1297+
version "0.1.21"
1298+
resolved "https://registry.yarnpkg.com/@micro-app/shared-utils/-/shared-utils-0.1.21.tgz#3c168c08e7708a2f1e41dc517b94f76142e7d7b1"
1299+
integrity sha512-uVyRJkKZPdhrf/Nn6UL8cadzI8y8FwmV1KD5mcD1U59Dc8u6PP9vn22Dh0Zydpj81YcliurDcwMt2A+aM8XOdA==
1300+
dependencies:
1301+
ajv "^6.12.0"
1302+
ajv-keywords "^3.4.1"
1303+
assert "^2.0.0"
1304+
chalk "^3.0.0"
1305+
cheerio "^1.0.0-rc.3"
1306+
debug "^4.1.1"
1307+
dedent "^0.7.0"
1308+
execa "^3.4.0"
1309+
fs-extra "^8.1.0"
1310+
git-url-parse "^11.1.2"
1311+
glob-parent "^5.1.1"
1312+
globby "^10.0.2"
1313+
hash-sum "^2.0.0"
1314+
import-fresh "^3.2.1"
1315+
inquirer "^7.1.0"
1316+
is-docker "^2.0.0"
1317+
is-glob "^4.0.1"
1318+
lodash "^4.17.15"
1319+
lru-cache "^5.1.1"
1320+
multimatch "^4.0.0"
1321+
npm-package-arg "^6.1.1"
1322+
npmlog "^4.1.2"
1323+
open "^7.0.3"
1324+
ora "^3.4.0"
1325+
parse-json "^5.0.0"
1326+
semver "^6.3.0"
1327+
semver-regex "^3.1.1"
1328+
shelljs "^0.8.3"
1329+
signal-exit "^3.0.3"
1330+
stream-to-string "^1.2.0"
1331+
stringify-object "^3.3.0"
1332+
try-require "^1.2.1"
1333+
yaml "^1.9.0"
1334+
yargs-parser "^18.1.3"
1335+
yargs-unparser "^1.5.0"
1336+
12961337
"@mrmlnc/readdir-enhanced@^2.2.1":
12971338
version "2.2.1"
12981339
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"

0 commit comments

Comments
 (0)