fix failing tests
This commit is contained in:
parent
2e12176acd
commit
6ff23f0d3a
4 changed files with 12 additions and 0 deletions
|
@ -46,6 +46,7 @@
|
|||
"unified": "^11.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pompydev/eslint-config": "workspace:*",
|
||||
"nodemon": "^3.1.9"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"lint": "oxlint && eslint ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pompydev/eslint-config": "workspace:*",
|
||||
"@playwright/test": "1.50.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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
9
pnpm-lock.yaml
generated
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue