Skip to content

Commit 69254bf

Browse files
committed
Merge branch 'master' into 1112-design-categories-1920-x-1080
2 parents fd83089 + c71fca4 commit 69254bf

File tree

13 files changed

+1500
-3686
lines changed

13 files changed

+1500
-3686
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828

2929
- name: Initialize CodeQL
3030
uses: github/codeql-action/init@v2

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
timeout-minutes: 60
1010
runs-on: windows-latest
1111
steps:
12-
- uses: actions/checkout@v3
13-
- uses: actions/setup-node@v3
12+
- uses: actions/checkout@v4
13+
- uses: actions/setup-node@v4
1414
with:
1515
node-version: 18
1616
- name: Install dependencies

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Optional plugin:
3636

3737
The current release has been tested and is confirmed working with the following versions:
3838

39-
- WordPress version 6.1.1
39+
- WordPress version 6.3.2
4040
- WooCommerce version 7.4.0
4141
- WP GraphQL version 1.13.8
4242
- WooGraphQL version 0.12.0
@@ -71,7 +71,7 @@ The current release has been tested and is confirmed working with the following
7171

7272
## Features
7373

74-
- Next.js version 13.4.7
74+
- Next.js version 13.5.3
7575
- React 18
7676
- Typescript
7777
- Tests with Playwright

package-lock.json

Lines changed: 1424 additions & 3640 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-woocommerce",
3-
"version": "1.1.7",
3+
"version": "1.2.0",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",
@@ -22,37 +22,37 @@
2222
"author": "w3bdesign",
2323
"license": "ISC",
2424
"dependencies": {
25-
"@apollo/client": "^3.7.17",
26-
"@types/react": "^18.2.15",
27-
"algoliasearch": "^4.19.1",
28-
"autoprefixer": "^10.4.14",
29-
"framer-motion": "10.13.0",
30-
"graphql": "^16.7.1",
25+
"@apollo/client": "^3.8.7",
26+
"@types/react": "^18.2.37",
27+
"algoliasearch": "^4.20.0",
28+
"autoprefixer": "^10.4.16",
29+
"framer-motion": "10.16.5",
30+
"graphql": "^16.8.1",
3131
"lodash": "^4.17.21",
32-
"next": "^13.4.11",
32+
"next": "^14.0.3",
3333
"nprogress": "^0.2.0",
34-
"postcss": "^8.4.26",
35-
"react": "18.2.0",
36-
"react-dom": "18.2.0",
37-
"react-hook-form": "^7.45.2",
38-
"react-instantsearch-dom": "^6.40.3",
39-
"uuid": "^9.0.0"
34+
"postcss": "^8.4.31",
35+
"react": "^18.2.0",
36+
"react-dom": "^18.2.0",
37+
"react-hook-form": "^7.48.2",
38+
"react-instantsearch-dom": "^6.40.4",
39+
"uuid": "^9.0.1"
4040
},
4141
"devDependencies": {
42-
"@playwright/test": "^1.36.1",
43-
"@types/lodash": "^4.14.195",
44-
"@types/node": "18.16.19",
45-
"@types/nprogress": "^0.2.0",
46-
"@types/react-instantsearch-dom": "^6.12.3",
47-
"@types/uuid": "^9.0.2",
48-
"@typescript-eslint/eslint-plugin": "^6.1.0",
49-
"@typescript-eslint/parser": "^6.1.0",
42+
"@playwright/test": "^1.40.0",
43+
"@types/lodash": "^4.14.201",
44+
"@types/node": "20.9.1",
45+
"@types/nprogress": "^0.2.3",
46+
"@types/react-instantsearch-dom": "^6.12.6",
47+
"@types/uuid": "^9.0.7",
48+
"@typescript-eslint/eslint-plugin": "^6.11.0",
49+
"@typescript-eslint/parser": "^6.11.0",
5050
"babel-plugin-styled-components": "^2.1.4",
51-
"eslint": "^8.45.0",
52-
"eslint-config-next": "^13.4.11",
53-
"postcss-preset-env": "^9.0.0",
54-
"prettier": "^3.0.0",
55-
"tailwindcss": "^3.3.3",
56-
"typescript": "^5.1.6"
51+
"eslint": "^8.53.0",
52+
"eslint-config-next": "^14.0.3",
53+
"postcss-preset-env": "^9.3.0",
54+
"prettier": "^3.1.0",
55+
"tailwindcss": "^3.3.5",
56+
"typescript": "^5.2.2"
5757
}
5858
}

public/favicon-16x16.png

793 Bytes
Loading

public/favicon-32x32.png

1.56 KB
Loading

public/favicon.ico

7.7 KB
Binary file not shown.

public/favicon.svg

Lines changed: 1 addition & 0 deletions
Loading

src/components/Footer/Hamburger.component.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,14 @@ const Hamburger = () => {
9797
onClick={() => {
9898
setisExpanded((prevExpanded) => !prevExpanded);
9999
}}
100+
onKeyDown={(event) => {
101+
// 'Enter' key or 'Space' key
102+
if (event.key === 'Enter' || event.key === ' ') {
103+
setisExpanded((prevExpanded) => !prevExpanded);
104+
}
105+
}}
106+
tabIndex={0} // Make the span focusable
107+
role="button" // Indicate the span acts as a button
100108
>
101109
{title}
102110
</span>

0 commit comments

Comments
 (0)