Skip to content

Commit 4bf744c

Browse files
Merge pull request #25 from dakshsinghrathore/lintIssue
code: workflow updated
2 parents 05e1ae6 + 7bbd943 commit 4bf744c

File tree

3 files changed

+51
-44
lines changed

3 files changed

+51
-44
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Node.js
2020
uses: actions/setup-node@v3
2121
with:
22-
node-version: '16'
22+
node-version: '18'
2323
cache: 'npm'
2424

2525
- name: Install dependencies

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"@types/react": "^18.3.10",
1919
"@types/react-dom": "^18.3.0",
2020
"@vitejs/plugin-react": "^4.3.2",
21-
"eslint": "^9.11.1",
22-
"eslint-plugin-react": "^7.37.0",
23-
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
24-
"eslint-plugin-react-refresh": "^0.4.12",
21+
"eslint": "^9.13.0",
22+
"eslint-plugin-react": "^7.37.2",
23+
"eslint-plugin-react-hooks": "^5.0.0",
24+
"eslint-plugin-react-refresh": "^0.4.13",
2525
"globals": "^15.9.0",
2626
"vite": "^5.4.8"
2727
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)