Skip to content

Commit

Permalink
Merge pull request #164 from oluademola/nobelprizes-v0.30
Browse files Browse the repository at this point in the history
update nobel-prizes demo to v0.30
  • Loading branch information
oluademola authored Dec 14, 2022
2 parents 24a01a4 + 9321025 commit 0fb9e5c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/nobel-prizes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"@meilisearch/instant-meilisearch": "^0.9.0",
"@meilisearch/instant-meilisearch": "^0.10.1",
"instantsearch.css": "7.4.5",
"meilisearch": "^0.28.0",
"meilisearch": "^0.30.0",
"vue": "^2.6.12",
"vue-instantsearch": "^4.6.0"
},
Expand Down
18 changes: 9 additions & 9 deletions src/nobel-prizes/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -159,12 +159,12 @@
cssnano-preset-default "^4.0.0"
postcss "^7.0.0"

"@meilisearch/instant-meilisearch@^0.9.0":
version "0.9.0"
resolved "https://registry.yarnpkg.com/@meilisearch/instant-meilisearch/-/instant-meilisearch-0.9.0.tgz#b85b40d2e82d93a57fb97e7bc6e9516ff073b6a5"
integrity sha512-XEQQGpQFra1T/9s2Sm9nwS9n19BBtlmobp1MMfj/y9OtRb8vG38kFtfICpDb3DqGcyecn56rUh4urUk6ErIxRQ==
"@meilisearch/instant-meilisearch@^0.10.1":
version "0.10.1"
resolved "https://registry.yarnpkg.com/@meilisearch/instant-meilisearch/-/instant-meilisearch-0.10.1.tgz#07220e88d30121d1f07c465fdeae7c048d20ed4a"
integrity sha512-uEw1P5zTRNtZvXrFqs2I2O1RNRZMXH2n6d3WEV7IWjKMO9drRLnI69YZALvG50238/9qWam4h07zXsq8ElXPBA==
dependencies:
meilisearch "^0.28.0"
meilisearch "^0.30.0"

"@mrmlnc/readdir-enhanced@^2.2.1":
version "2.2.1"
Expand Down Expand Up @@ -4352,10 +4352,10 @@ [email protected]:
resolved "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz"
integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=

meilisearch@^0.28.0:
version "0.28.0"
resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.28.0.tgz#650f08a56ef0a989a41d13233f7a744cfa7f54df"
integrity sha512-zC50xLyPWBtfAIZiFTSJyYJp/a5bO+dSSigBKUEoShFkuv9+/KC4J3T3ZejNVHXG2DU0ohOMf8TZ3HAHXNd3EA==
meilisearch@^0.30.0:
version "0.30.0"
resolved "https://registry.yarnpkg.com/meilisearch/-/meilisearch-0.30.0.tgz#707f9a6b07440c496b965379616e084f112160ae"
integrity sha512-3y1hALOwTDpquYar+gDREqRasFPWKxkWAhk6h+RF+nKObPVf9N77wcTNvukGwOKbxRyJnKge0OPgAB1BkB9VVw==
dependencies:
cross-fetch "^3.1.5"

Expand Down

4 comments on commit 0fb9e5c

@vercel
Copy link

@vercel vercel bot commented on 0fb9e5c Dec 14, 2022

Choose a reason for hiding this comment

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

Deployment failed with the following error:

Too many requests - try again in 2 minutes (more than 60, code: "api-deployments-flood").

@vercel
Copy link

@vercel vercel bot commented on 0fb9e5c Dec 14, 2022

Choose a reason for hiding this comment

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

Deployment failed with the following error:

Too many requests - try again in 1 minute (more than 60, code: "api-deployments-flood").

@vercel
Copy link

@vercel vercel bot commented on 0fb9e5c Dec 14, 2022

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 0fb9e5c Dec 14, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

demo-nobel-prizes – ./src/nobel-prizes

demo-nobel-prizes.vercel.app
nobel-prizes.meilisearch.com
demo-nobel-prizes-git-main-meili.vercel.app
demo-nobel-prizes-meili.vercel.app

Please sign in to comment.