fix: correct invalid package versions in devDependencies

This commit is contained in:
Ashwin Kumar 2026-04-09 05:00:34 +02:00
parent e81265e4d9
commit fa7683477f
2 changed files with 1955 additions and 1404 deletions

3354
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -24,7 +24,7 @@
"vinxi": "^0.5.7" "vinxi": "^0.5.7"
}, },
"devDependencies": { "devDependencies": {
"@axe-core/playwright": "^1.8.0", "@axe-core/playwright": "^4.11.1",
"@chromatic-com/storybook": "^5.1.0", "@chromatic-com/storybook": "^5.1.0",
"@playwright/test": "^1.58.2", "@playwright/test": "^1.58.2",
"@solidjs/testing-library": "^0.8.0", "@solidjs/testing-library": "^0.8.0",
@ -47,10 +47,9 @@
"tailwindcss": "^4.2.2", "tailwindcss": "^4.2.2",
"visbug": "^0.1.14", "visbug": "^0.1.14",
"vitest": "^4.1.1", "vitest": "^4.1.1",
"vitest-plugin-solid": "^0.2.0",
"@typescript-eslint/parser": "^7.0.0", "@typescript-eslint/parser": "^7.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/eslint-plugin": "^7.0.0",
"eslint-plugin-solid": "^1.8.0", "eslint-plugin-solid": "^0.14.5",
"prettier": "^3.0.0" "prettier": "^3.0.0"
}, },
"engines": { "engines": {