fix failing tests

This commit is contained in:
Kim, Jimin 2025-03-18 19:46:04 +09:00
parent 2e12176acd
commit 6ff23f0d3a
Signed by: pomp
GPG key ID: D3932F82A0667A3B
4 changed files with 12 additions and 0 deletions

View file

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

View file

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

View file

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

9
pnpm-lock.yaml generated
View file

@ -347,6 +347,9 @@ importers:
specifier: ^11.0.4
version: 11.0.4
devDependencies:
'@pompydev/eslint-config':
specifier: workspace:*
version: link:../eslint-config
nodemon:
specifier: ^3.1.9
version: 3.1.9
@ -386,6 +389,9 @@ importers:
'@playwright/test':
specifier: 1.50.1
version: 1.50.1
'@pompydev/eslint-config':
specifier: workspace:*
version: link:../eslint-config
packages/prettier-config:
devDependencies:
@ -395,6 +401,9 @@ importers:
packages/tailwind-config:
devDependencies:
'@pompydev/eslint-config':
specifier: workspace:*
version: link:../eslint-config
tailwindcss:
specifier: ^3.4.0
version: 3.4.0