Skip to content

Commit

Permalink
Merge pull request #3396 from amitsingh-007/f-pnpm-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsingh-007 authored Jan 22, 2025
2 parents 0264532 + 406f8ee commit 1e29e61
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9
version: 10

- name: Setting up Node.js
uses: actions/setup-node@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9
version: 10

- name: Setting up Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9
version: 10

- name: Setting up Node.js
uses: actions/setup-node@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9
version: 10

- name: Setting up Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9
version: 10

- name: Setting up Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v2
with:
version: 9
version: 10

- name: Setting up Node.js
uses: actions/setup-node@v4
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"eslint-plugin-playwright": "2.1.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react-hooks": "5.1.0",
"eslint-plugin-unicorn": "56.0.1",
"globals": "15.14.0",
"husky": "9.1.7",
Expand All @@ -41,5 +42,5 @@
"typescript-eslint": "8.19.0",
"vercel": "39.2.2"
},
"packageManager": "pnpm@9.15.2"
"packageManager": "pnpm@10.0.0"
}
2 changes: 1 addition & 1 deletion packages/configs/manifest/manifest.base.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "22.6.1",
"version": "22.7.0",
"manifest_version": 3,
"short_name": "Bypass Links",
"name": "Bypass Links",
Expand Down
17 changes: 10 additions & 7 deletions pnpm-lock.yaml

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

1 comment on commit 1e29e61

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Deploy preview for bypass-links ready!

✅ Preview
https://bypass-links-52ph269oh-amit-singhs-projects-c621efdb.vercel.app

Built with commit 1e29e61.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.