Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaciras committed Jan 20, 2024
1 parent 6af87d5 commit 2ac4743
Show file tree
Hide file tree
Showing 5 changed files with 62 additions and 62 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"devDependencies": {
"@kaciras/eslint-plugin": "workspace:^",
"@types/eslint": "^8.56.1",
"@types/eslint": "^8.56.2",
"eslint": "^8.56.0",
"eslint-plugin-eslint-plugin": "^5.2.1",
"mocha": "^10.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"eslint": "^8.56.0"
},
"dependencies": {
"eslint-plugin-jest": "^27.6.1"
"eslint-plugin-jest": "^27.6.3"
}
}
4 changes: 2 additions & 2 deletions packages/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0"
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0"
}
}
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
"eslint": "^8.56.0"
},
"dependencies": {
"eslint-plugin-vue": "^9.19.2"
"eslint-plugin-vue": "^9.20.1"
}
}
114 changes: 57 additions & 57 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 2ac4743

Please sign in to comment.