Skip to content

Commit

Permalink
fix(deps): update yarn monorepo (5.x) (#275)
Browse files Browse the repository at this point in the history
* fix(deps): update yarn monorepo

* test

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Juan Picado <[email protected]>
  • Loading branch information
renovate[bot] and juanpicado authored Apr 25, 2024
1 parent a5c9292 commit 51a0951
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-plugins-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
docker:
timeout-minutes: 10
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-proxy-apache-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
docker:
timeout-minutes: 10
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-proxy-nginx-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
docker:
timeout-minutes: 10
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

steps:
- name: Checkout
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ build
storage
.DS_Store
videos/
screenshots/
screenshots/
.idea/
2 changes: 1 addition & 1 deletion e2e/cli/e2e-yarn3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.0.1-6-next.5",
"dependencies": {
"@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.5",
"@yarnpkg/cli-dist": "3.8.0"
"@yarnpkg/cli-dist": "3.8.1"
},
"scripts": {
"test": "jest"
Expand Down
2 changes: 1 addition & 1 deletion e2e/cli/e2e-yarn4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "@verdaccio/e2e-cli-yarn4",
"version": "1.0.1-6-next.5",
"dependencies": {
"@yarnpkg/cli-dist": "4.1.0",
"@yarnpkg/cli-dist": "4.1.1",
"@verdaccio/test-cli-commons": "workspace:1.0.1-6-next.5"
},
"scripts": {
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 51a0951

Please sign in to comment.