Compare commits

..

1 Commits

Author SHA1 Message Date
renovate 44cf58f557 chore(deps): update dependency tailwindcss to v4
continuous-integration/drone/pr Build was killed
2026-03-11 14:11:28 +00:00
4 changed files with 273 additions and 805 deletions
+2 -2
View File
@@ -77,14 +77,14 @@
"eslint-plugin-react-hooks": "^7.1.0-canary-ab18f33d-20260220",
"eslint-plugin-react-refresh": "^0.5.1",
"globals": "^17.3.0",
"jsdom": "^29.0.0",
"jsdom": "^28.1.0",
"postcss": "^8.4.49",
"prettier": "^3.8.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.0.0",
"storybook": "^10.2.10",
"tailwindcss": "^3.4.16",
"tailwindcss": "^4.0.0",
"typescript": "^5.6.2",
"typescript-eslint": "^8.56.0",
"vite": "^7.0.0",
+1 -8
View File
@@ -1,10 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"groupName": "vitest",
"matchPackageNames": ["vitest", "@vitest/coverage-v8"],
"matchUpdateTypes": ["minor", "patch"]
}
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}
-1
View File
@@ -30,7 +30,6 @@ export default defineConfig({
test: {
environment: 'jsdom',
setupFiles: ['./tests/setup.ts'],
testTimeout: 10000,
coverage: {
provider: 'v8',
include: ['src/**/*.{ts,tsx}'],
+270 -794
View File
File diff suppressed because it is too large Load Diff