fix failing tests

This commit is contained in:
Kim, Jimin 2025-03-18 19:52:33 +09:00
parent 6ff23f0d3a
commit d5fcbe1531
Signed by: pomp
GPG key ID: D3932F82A0667A3B
5 changed files with 4 additions and 12 deletions

View file

@ -46,7 +46,6 @@
"unified": "^11.0.4"
},
"devDependencies": {
"@pompydev/eslint-config": "workspace:*",
"nodemon": "^3.1.9"
}
}

View file

@ -7,7 +7,6 @@
"lint": "oxlint && eslint ."
},
"devDependencies": {
"@pompydev/eslint-config": "workspace:*",
"@playwright/test": "1.50.1"
}
}

View file

@ -12,7 +12,6 @@
"i_am_sure_i_want_to_nuke_gitignored_files": "rm -rf .turbo node_modules"
},
"devDependencies": {
"@pompydev/eslint-config": "workspace:*",
"tailwindcss": "^3.4.0"
}
}