Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1823 from w3bdesign/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
w3bdesign authored Nov 4, 2024
2 parents cd2913a + a0e7fa6 commit 5184e4d
Show file tree
Hide file tree
Showing 3 changed files with 2,434 additions and 2,457 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Verify pnpm installation
run: pnpm --version
- name: Install dependencies
run: npx pnpm install --frozen-lockfile
run: npx pnpm install --no-frozen-lockfile
- name: Install Playwright Browsers
run: npx pnpm exec playwright install --with-deps
- name: Run Playwright tests
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"@emailjs/browser": "^4.3.3",
"@sanity/image-url": "^1.0.2",
"framer-motion": "^11.2.12",
"next": "14.2.10",
"next": "14.2.16",
"next-sanity": "^9.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-portable-text": "^0.6.0",
"react-use": "^17.5.0"
"react-use": "^17.5.1"
},
"devDependencies": {
"@axe-core/playwright": "^4.9.1",
Expand Down
Loading

0 comments on commit 5184e4d

Please sign in to comment.