Skip to content

Commit

Permalink
Merge pull request #30 from hildjj/update-deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
hildjj authored Jul 16, 2024
2 parents c0b9822 + ec89863 commit a360f3a
Show file tree
Hide file tree
Showing 9 changed files with 421 additions and 349 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,26 +18,26 @@
"devDependencies": {
"@cto.af/eslint-plugin-meta": "1.0.5",
"@peggyjs/sort-rules": "link:sort-rules",
"eslint": "^9.6.0",
"eslint": "^9.7.0",
"eslint-plugin-mocha": "10.4.3",
"typescript": "^5.5.3",
"typescript-eslint": "8.0.0-alpha.39"
"typescript-eslint": "8.0.0-alpha.44"
},
"dependencies": {
"@stylistic/eslint-plugin": "2.3.0",
"globals": "15.8.0"
},
"overrides": {
"@typescript-eslint/utils": "8.0.0-alpha.39",
"@typescript-eslint/parser": "8.0.0-alpha.39"
"@typescript-eslint/utils": "8.0.0-alpha.44",
"@typescript-eslint/parser": "8.0.0-alpha.44"
},
"pnpm": {
"overrides": {
"@typescript-eslint/utils": "8.0.0-alpha.39",
"@typescript-eslint/parser": "8.0.0-alpha.39"
"@typescript-eslint/utils": "8.0.0-alpha.44",
"@typescript-eslint/parser": "8.0.0-alpha.44"
}
},
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.5.0",
"engines": {
"node": ">=18"
}
Expand Down
Loading

0 comments on commit a360f3a

Please sign in to comment.