Skip to content

Commit

Permalink
upgrade midjourney
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric committed Apr 28, 2023
1 parent 84c269c commit c2777de
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"@ant-design/pro-components": "^2.4.9",
"@ant-design/pro-layout": "^7.10.3",
"axios": "^1.3.6",
"next": "^13.1.1",
"midjourney": "^1.0.10"
"midjourney": "^1.0.12",
"next": "^13.1.1"
},
"keywords": [
"midjourney-api",
Expand Down
15 changes: 11 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,11 @@ 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 @@ -2169,12 +2174,14 @@ micromatch@^4.0.4, micromatch@^4.0.5:
braces "^3.0.2"
picomatch "^2.3.1"

midjourney@^1.0.10:
version "1.0.10"
resolved "https://registry.npmjs.org/midjourney/-/midjourney-1.0.10.tgz"
integrity sha512-nnn25zlptQLwk7f1fqnX3BXeFGjjrIlWN8IlVusJ38zp+RP89k7tKcoxxQL9hbz3UVb1fg6mUcX3ZgruoA8/NA==
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==
dependencies:
async "^3.2.4"
axios "^1.3.6"
tslib "^2.5.0"

[email protected]:
version "1.52.0"
Expand Down

1 comment on commit c2777de

@vercel
Copy link

@vercel vercel bot commented on c2777de Apr 28, 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.