Compare commits

...

6 Commits

Author SHA1 Message Date
bbd12919a6 chore(deps): update dependency tailwindcss to v4
All checks were successful
Lint / Lint (push) Successful in 33s
Lint / Lint (pull_request) Successful in 28s
2025-05-09 14:03:27 +00:00
b1090af605 Merge branch 'dev'
All checks were successful
Lint / Lint (push) Successful in 29s
2025-05-05 11:47:33 +02:00
aa759d41b8 fix package.json
All checks were successful
Lint / Lint (push) Successful in 32s
2025-05-05 11:47:24 +02:00
11e2253317 fix(deps): update dependency lucide-react to ^0.507.0
All checks were successful
Lint / Lint (push) Successful in 27s
2025-05-03 02:03:12 +00:00
f072fdd771 chore(deps): update dependency @types/react-dom to v19.1.3
All checks were successful
Lint / Lint (push) Successful in 26s
2025-05-03 01:03:56 +00:00
dd874cc762 chore(deps): update dependency @types/node to v22.15.3
All checks were successful
Lint / Lint (push) Successful in 3m7s
2025-05-03 00:02:58 +00:00
3 changed files with 65 additions and 789 deletions

2
.gitignore vendored
View File

@ -34,3 +34,5 @@ yarn-error.log*
# typescript # typescript
*.tsbuildinfo *.tsbuildinfo
next-env.d.ts next-env.d.ts
.turbo/

839
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@
"class-variance-authority": "^0.7.0", "class-variance-authority": "^0.7.0",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cssnano": "^7.0.1", "cssnano": "^7.0.1",
"lucide-react": "^0.503.0", "lucide-react": "^0.507.0",
"next": "15.3.1", "next": "15.3.1",
"next-plausible": "^3.12.0", "next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2", "postcss-flexbugs-fixes": "^5.0.2",
@ -25,18 +25,15 @@
"tailwindcss-animate": "^1.0.7" "tailwindcss-animate": "^1.0.7"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "22.15.2", "@types/node": "22.15.3",
"@types/react": "19.1.2", "@types/react": "19.1.2",
"@types/react-dom": "19.1.2", "@types/react-dom": "19.1.3",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-config-next": "15.3.1", "eslint-config-next": "15.3.1",
"postcss": "8.5.3", "postcss": "8.5.3",
"tailwindcss": "3.4.17", "tailwindcss": "4.1.6",
"turbo": "2.5.2", "turbo": "2.5.2",
"typescript": "5.8.3" "typescript": "5.8.3"
}, },
"overrides": { "packageManager": "npm@11.3.0"
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2"
}
} }