Skip to content

Commit

Permalink
chore(deps): update dependency @umijs/utils to v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 8, 2020
1 parent 1bceecc commit ca0bd39
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@umijs/babel-preset-umi": "3.2.28",
"@umijs/preset-react": "1.7.0",
"@umijs/fabric": "2.3.1",
"@umijs/utils": "3.2.28",
"@umijs/utils": "3.3.1",
"antd": "4.8.5",
"babel-loader": "8.2.1",
"babel-plugin-import": "1.13.1",
Expand Down
49 changes: 49 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5304,6 +5304,55 @@
yargs "15.4.1"
yargs-parser "18.1.3"

"@umijs/utils@3.3.1":
version "3.3.1"
resolved "https://registry.yarnpkg.com/@umijs/utils/-/utils-3.3.1.tgz#1ade975dbbfc2e2154e08197e9e5d5c08edec60c"
integrity sha512-fzkfvB9IRdOdrMTjBFsNyRgaNggnyPcXZ5+vBdocr6FFKHBoo52mhuX9lqsQs0tuZ87NBkvK7Gb2KkkaYR/YWA==
dependencies:
"@babel/parser" "7.12.5"
"@babel/register" "7.12.1"
"@babel/traverse" "7.12.5"
"@babel/types" "7.12.6"
"@types/cheerio" "0.22.21"
"@types/color" "3.0.1"
"@types/cross-spawn" "6.0.2"
"@types/debug" "4.1.5"
"@types/glob" "7.1.3"
"@types/got" "9.6.11"
"@types/lodash" "4.14.161"
"@types/mkdirp" "1.0.1"
"@types/mustache" "4.0.1"
"@types/resolve" "1.17.1"
"@types/rimraf" "3.0.0"
"@types/semver" "7.3.3"
"@types/signale" "1.4.1"
"@types/yargs" "15.0.5"
"@types/yargs-parser" "15.0.0"
address "1.1.2"
chalk "4.1.0"
cheerio "1.0.0-rc.3"
chokidar "3.4.2"
clipboardy "2.3.0"
color "3.1.2"
crequire "1.8.1"
cross-spawn "7.0.3"
debug "4.1.1"
deepmerge "4.2.2"
execa "4.0.3"
glob "7.1.6"
got "9.6.0"
lodash "4.17.20"
mkdirp "1.0.4"
mustache "4.0.1"
pkg-up "3.1.0"
portfinder "1.0.28"
resolve "1.17.0"
rimraf "3.0.2"
semver "7.3.2"
signale "1.4.0"
yargs "15.4.1"
yargs-parser "18.1.3"

"@webassemblyjs/ast@1.9.0":
version "1.9.0"
resolved "https://registry.yarnpkg.com/@webassemblyjs/ast/-/ast-1.9.0.tgz#bd850604b4042459a5a41cd7d338cbed695ed964"
Expand Down

0 comments on commit ca0bd39

Please sign in to comment.