Skip to content

Commit

Permalink
chore: bump typescript eslint packages
Browse files Browse the repository at this point in the history
  • Loading branch information
olegshilov committed Jun 24, 2024
1 parent 09c7c72 commit 25ceb72
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 35 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: 'pnpm'
- name: Setup pnpm
uses: pnpm/action-setup@v4
- name: Setup dependencies
run: pnpm install --frozen-lockfile
# Install Cypress dependencies
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
"@types/node": "20.14.8",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "7.13.1",
"@typescript-eslint/parser": "7.13.1",
"@typescript-eslint/eslint-plugin": "7.14.0",
"@typescript-eslint/parser": "7.14.0",
"cypress": "13.12.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.4",
Expand Down
149 changes: 118 additions & 31 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 25ceb72

@vercel
Copy link

@vercel vercel bot commented on 25ceb72 Jun 24, 2024

Choose a reason for hiding this comment

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

Please sign in to comment.