Skip to content

Commit

Permalink
Merge branch 'main' into am-vite-5
Browse files Browse the repository at this point in the history
  • Loading branch information
amanmahajan7 authored Nov 6, 2023
2 parents 43b77f9 + a6e95e3 commit 9b8e925
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '21.x'
check-latest: true
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '21.x'
check-latest: true
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.21.5",
"@biomejs/biome": "1.3.1",
"@biomejs/biome": "1.3.3",
"@faker-js/faker": "^8.0.0",
"@ianvs/prettier-plugin-sort-imports": "^4.0.2",
"@linaria/rollup": "^5.0.3",
Expand All @@ -74,7 +74,7 @@
"@testing-library/user-event": "^14.1.1",
"@types/lodash-es": "^4.17.7",
"@types/node": "^20.8.9",
"@types/react": "18.2.21",
"@types/react": "^18.2.35",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
Expand All @@ -88,7 +88,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sonarjs": "^0.21.0",
"eslint-plugin-sonarjs": "^0.23.0",
"eslint-plugin-testing-library": "^5.11.0",
"jsdom": "^22.0.0",
"jspdf": "^2.5.1",
Expand Down

0 comments on commit 9b8e925

Please sign in to comment.