Skip to content

Commit

Permalink
upgrade midjourney
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric committed Apr 29, 2023
1 parent f451f22 commit 14c42d4
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@ant-design/pro-layout": "^7.10.3",
"axios": "^1.3.6",
"eventsource-parser": "^1.0.0",
"midjourney": "^1.0.12",
"midjourney": "^1.0.14",
"next": "^13.1.1"
},
"keywords": [
Expand Down
27 changes: 17 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -861,11 +861,6 @@ async-validator@^4.1.0:
resolved "https://registry.npmjs.org/async-validator/-/async-validator-4.2.5.tgz"
integrity sha512-7HhHjtERjqlNbZtqNqy2rckN/SpOOlmDliet+lP7k+eKZEjPk3DgyeU9lIXLdeLz0uBbbVp+9Qdow9wJWgwwfg==

async@^3.2.4:
version "3.2.4"
resolved "https://registry.yarnpkg.com/async/-/async-3.2.4.tgz#2d22e00f8cddeb5fde5dd33522b56d1cf569a81c"
integrity sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==

asynckit@^0.4.0:
version "0.4.0"
resolved "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz"
Expand Down Expand Up @@ -2179,13 +2174,13 @@ micromatch@^4.0.4, micromatch@^4.0.5:
braces "^3.0.2"
picomatch "^2.3.1"

midjourney@^1.0.12:
version "1.0.12"
resolved "https://registry.yarnpkg.com/midjourney/-/midjourney-1.0.12.tgz#ac61293518696793d9bdc77319ea3ba7916c1a4f"
integrity sha512-Eq1aR8ij3W/KYJb2jPaDopnfOdvVFT9w5ISeoxeo18bUCQFDvYOxLj/yHCeLehAF+llfMYHEnSu/Cy0rI+ClTQ==
midjourney@^1.0.14:
version "1.0.14"
resolved "https://registry.yarnpkg.com/midjourney/-/midjourney-1.0.14.tgz#c8affe2f79e766a646ca8bcfb4dfcb0b6e8b1667"
integrity sha512-ots7Mu/OVM5cKG/+yU6ZDFitS4Y3ng1vmOWgXbMfBOb17ZI6ne+CBEFLq0j5gIRfZtUk0uT7vFuCTrKAfDYvNw==
dependencies:
async "^3.2.4"
axios "^1.3.6"
p-limit "^4.0.0"
tslib "^2.5.0"

mime-db@1.52.0:
Expand Down Expand Up @@ -2391,6 +2386,13 @@ p-limit@^3.0.2:
dependencies:
yocto-queue "^0.1.0"

p-limit@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-4.0.0.tgz#914af6544ed32bfa54670b061cafcbd04984b644"
integrity sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==
dependencies:
yocto-queue "^1.0.0"

p-locate@^5.0.0:
version "5.0.0"
resolved "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz"
Expand Down Expand Up @@ -3535,3 +3537,8 @@ yocto-queue@^0.1.0:
version "0.1.0"
resolved "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz"
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

yocto-queue@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-1.0.0.tgz#7f816433fb2cbc511ec8bf7d263c3b58a1a3c251"
integrity sha512-9bnSc/HEW2uRy67wc+T8UwauLuPJVn28jb+GtJY16iiKWyvmYJRXVT4UamsAEGQfPohgr2q4Tq0sQbQlxTfi1g==

1 comment on commit 14c42d4

@vercel
Copy link

@vercel vercel bot commented on 14c42d4 Apr 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.