diff options
| author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-10-17 12:23:15 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-17 12:23:15 +0200 |
| commit | c977dbc79da0589557205ad2a95befa1cd6a9dea (patch) | |
| tree | 3abb3e93be98fde9978ebdef5b8b9c390637a7b9 | |
| parent | 900cfa5f64470bfd51efe1565f7f5ff4e7cfa240 (diff) | |
| download | faker-c977dbc79da0589557205ad2a95befa1cd6a9dea.tar.xz faker-c977dbc79da0589557205ad2a95befa1cd6a9dea.zip | |
chore(deps): update all non-major dependencies (#1460)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/ci.yml | 12 | ||||
| -rw-r--r-- | .github/workflows/pr.yml | 2 | ||||
| -rw-r--r-- | package.json | 2 |
3 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1af3f90..b2a4b87b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 @@ -62,7 +62,7 @@ jobs: uses: actions/checkout@v3 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 @@ -90,7 +90,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 @@ -121,7 +121,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 @@ -149,7 +149,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 @@ -177,7 +177,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index db65a938..4bf47cfc 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Install pnpm - uses: pnpm/[email protected] + uses: pnpm/[email protected] with: version: 7 diff --git a/package.json b/package.json index 3c8ddfbe..fa644c93 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "vitepress": "1.0.0-alpha.21", "vitest": "~0.24.3" }, - "packageManager": "[email protected]", + "packageManager": "[email protected]", "engines": { "node": ">=14.0.0", "npm": ">=6.0.0" |
