Skip to content

Commit

Permalink
Merge pull request #47 from kiosion/dependabot/npm_and_yarn/typescrip…
Browse files Browse the repository at this point in the history
…t-eslint/eslint-plugin-7.4.0

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.1.1 to 7.4.0
  • Loading branch information
kiosion committed Mar 30, 2024
2 parents 40eaf9d + 31c2bfa commit 2f933a7
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 53 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18.17.1'
node-version: '20.0.0'
- name: Install PNPM
uses: pnpm/action-setup@v2
with:
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '18.17.1'
node-version: '20.0.0'
- name: Install PNPM
uses: pnpm/action-setup@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.17.1
20.0.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@sveltejs/package": "2.3.0",
"@sveltejs/vite-plugin-svelte": "3.0.2",
"@types/eslint": "8.56.6",
"@typescript-eslint/eslint-plugin": "7.1.1",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.2.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
Expand Down
98 changes: 49 additions & 49 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2f933a7

Please sign in to comment.