fix failing tests
This commit is contained in:
parent
6ff23f0d3a
commit
d5fcbe1531
5 changed files with 4 additions and 12 deletions
|
@ -11,6 +11,7 @@
|
|||
"i_am_sure_i_want_to_nuke_gitignored_files": "turbo run i_am_sure_i_want_to_nuke_gitignored_files && rm -rf node_modules .turbo .devenv .direnv .devenv.flake.nix"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pompydev/eslint-config": "workspace:*",
|
||||
"turbo": "2.4.4"
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
"unified": "^11.0.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pompydev/eslint-config": "workspace:*",
|
||||
"nodemon": "^3.1.9"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
"lint": "oxlint && eslint ."
|
||||
},
|
||||
"devDependencies": {
|
||||
"@pompydev/eslint-config": "workspace:*",
|
||||
"@playwright/test": "1.50.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
12
pnpm-lock.yaml
generated
12
pnpm-lock.yaml
generated
|
@ -8,6 +8,9 @@ importers:
|
|||
|
||||
.:
|
||||
devDependencies:
|
||||
'@pompydev/eslint-config':
|
||||
specifier: workspace:*
|
||||
version: link:packages/eslint-config
|
||||
turbo:
|
||||
specifier: 2.4.4
|
||||
version: 2.4.4
|
||||
|
@ -347,9 +350,6 @@ 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
|
||||
|
@ -389,9 +389,6 @@ importers:
|
|||
'@playwright/test':
|
||||
specifier: 1.50.1
|
||||
version: 1.50.1
|
||||
'@pompydev/eslint-config':
|
||||
specifier: workspace:*
|
||||
version: link:../eslint-config
|
||||
|
||||
packages/prettier-config:
|
||||
devDependencies:
|
||||
|
@ -401,9 +398,6 @@ 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