Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent 8e74195 commit 04d17d2
Show file tree
Hide file tree
Showing 3 changed files with 239 additions and 233 deletions.
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selfhosted-api-trader-game",
"version": "0.0.83",
"version": "0.0.84",
"description": "A WIP game.",
"author": "Sebastian Di Luzio",
"packageManager": "[email protected]",
Expand Down Expand Up @@ -64,7 +64,7 @@
"@typescript-eslint/parser": "7.7.1",
"activitypub-types": "1.1.0",
"drizzle-kit": "0.20.17",
"eslint": "8.57.0",
"eslint": "9.1.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-airbnb-typescript": "18.0.0",
"eslint-config-prettier": "9.1.0",
Expand Down
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selfhosted-api-trader-game-frontend",
"version": "0.0.63",
"version": "0.0.64",
"description": "A WIP example client for the game.",
"author": "Sebastian Di Luzio",
"packageManager": "[email protected]",
Expand Down Expand Up @@ -33,7 +33,7 @@
"@typescript-eslint/parser": "7.7.1",
"@vite-pwa/nuxt": "0.6.0",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint": "9.1.1",
"git-commit-info": "2.0.2",
"nuxt": "3.11.2",
"prettier": "3.2.5",
Expand Down
Loading

0 comments on commit 04d17d2

Please sign in to comment.