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"
|
"unified": "^11.0.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@pompydev/eslint-config": "workspace:*",
|
||||||
"nodemon": "^3.1.9"
|
"nodemon": "^3.1.9"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
"lint": "oxlint && eslint ."
|
"lint": "oxlint && eslint ."
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@pompydev/eslint-config": "workspace:*",
|
||||||
"@playwright/test": "1.50.1"
|
"@playwright/test": "1.50.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,6 +12,7 @@
|
||||||
"i_am_sure_i_want_to_nuke_gitignored_files": "rm -rf .turbo node_modules"
|
"i_am_sure_i_want_to_nuke_gitignored_files": "rm -rf .turbo node_modules"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"@pompydev/eslint-config": "workspace:*",
|
||||||
"tailwindcss": "^3.4.0"
|
"tailwindcss": "^3.4.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
9
pnpm-lock.yaml
generated
9
pnpm-lock.yaml
generated
|
@ -347,6 +347,9 @@ importers:
|
||||||
specifier: ^11.0.4
|
specifier: ^11.0.4
|
||||||
version: 11.0.4
|
version: 11.0.4
|
||||||
devDependencies:
|
devDependencies:
|
||||||
|
'@pompydev/eslint-config':
|
||||||
|
specifier: workspace:*
|
||||||
|
version: link:../eslint-config
|
||||||
nodemon:
|
nodemon:
|
||||||
specifier: ^3.1.9
|
specifier: ^3.1.9
|
||||||
version: 3.1.9
|
version: 3.1.9
|
||||||
|
@ -386,6 +389,9 @@ importers:
|
||||||
'@playwright/test':
|
'@playwright/test':
|
||||||
specifier: 1.50.1
|
specifier: 1.50.1
|
||||||
version: 1.50.1
|
version: 1.50.1
|
||||||
|
'@pompydev/eslint-config':
|
||||||
|
specifier: workspace:*
|
||||||
|
version: link:../eslint-config
|
||||||
|
|
||||||
packages/prettier-config:
|
packages/prettier-config:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
|
@ -395,6 +401,9 @@ importers:
|
||||||
|
|
||||||
packages/tailwind-config:
|
packages/tailwind-config:
|
||||||
devDependencies:
|
devDependencies:
|
||||||
|
'@pompydev/eslint-config':
|
||||||
|
specifier: workspace:*
|
||||||
|
version: link:../eslint-config
|
||||||
tailwindcss:
|
tailwindcss:
|
||||||
specifier: ^3.4.0
|
specifier: ^3.4.0
|
||||||
version: 3.4.0
|
version: 3.4.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue