Compare commits

..

3 Commits

Author SHA1 Message Date
a1c808bc43 chore(deps): update dependency tailwindcss to v4
All checks were successful
Lint / Lint (push) Successful in 33s
Lint / Lint (pull_request) Successful in 29s
2025-02-08 20:01:46 +00:00
d25b1001b1 fix(deps): update dependency lucide-react to ^0.475.0
All checks were successful
Lint / Lint (push) Successful in 30s
2025-02-08 01:02:37 +00:00
192671633f chore(deps): update dependency @types/node to v22.13.1
All checks were successful
Lint / Lint (push) Successful in 33s
2025-02-08 00:02:02 +00:00
2 changed files with 15 additions and 15 deletions

24
package-lock.json generated
View File

@ -12,7 +12,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.474.0", "lucide-react": "^0.475.0",
"next": "15.1.6", "next": "15.1.6",
"next-plausible": "^3.12.0", "next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2", "postcss-flexbugs-fixes": "^5.0.2",
@ -24,13 +24,13 @@
"tailwindcss-animate": "^1.0.7" "tailwindcss-animate": "^1.0.7"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "22.13.0", "@types/node": "22.13.1",
"@types/react": "19.0.8", "@types/react": "19.0.8",
"@types/react-dom": "19.0.3", "@types/react-dom": "19.0.3",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-config-next": "15.1.6", "eslint-config-next": "15.1.6",
"postcss": "8.5.1", "postcss": "8.5.1",
"tailwindcss": "4.0.4", "tailwindcss": "4.0.5",
"turbo": "2.4.0", "turbo": "2.4.0",
"typescript": "5.7.3" "typescript": "5.7.3"
} }
@ -1830,9 +1830,9 @@
"dev": true "dev": true
}, },
"node_modules/@types/node": { "node_modules/@types/node": {
"version": "22.13.0", "version": "22.13.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.0.tgz", "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.1.tgz",
"integrity": "sha512-ClIbNe36lawluuvq3+YYhnIN2CELi+6q8NpnM7PYp4hBn/TatfboPgVSm2rwKRfnV2M+Ty9GWDFI64KEe+kysA==", "integrity": "sha512-jK8uzQlrvXqEU91UxiK5J7pKHyzgnI1Qnl0QDHIgVGuolJhRb9EEl28Cj9b3rGR8B2lhFCtvIm5os8lFnO/1Ew==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -4873,9 +4873,9 @@
} }
}, },
"node_modules/lucide-react": { "node_modules/lucide-react": {
"version": "0.474.0", "version": "0.475.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.474.0.tgz", "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.475.0.tgz",
"integrity": "sha512-CmghgHkh0OJNmxGKWc0qfPJCYHASPMVSyGY8fj3xgk4v84ItqDg64JNKFZn5hC6E0vHi6gxnbCgwhyVB09wQtA==", "integrity": "sha512-NJzvVu1HwFVeZ+Gwq2q00KygM1aBhy/ZrhY9FsAgJtpB+E4R7uxRk9M2iKvHa6/vNxZydIB59htha4c2vvwvVg==",
"license": "ISC", "license": "ISC",
"peerDependencies": { "peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0" "react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
@ -7243,9 +7243,9 @@
} }
}, },
"node_modules/tailwindcss": { "node_modules/tailwindcss": {
"version": "4.0.4", "version": "4.0.5",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.4.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.0.5.tgz",
"integrity": "sha512-/ezDLEkOLf1lXkr9F2iI5BHJbexJpty5zkV2B8bGHCqAdbc9vk85Jgdkq+ZOvNkNPa3yAaqJ8DjRt584Bc84kw==", "integrity": "sha512-DZZIKX3tA23LGTjHdnwlJOTxfICD1cPeykLLsYF1RQBI9QsCR3i0szohJfJDVjr6aNRAIio5WVO7FGB77fRHwg==",
"license": "MIT" "license": "MIT"
}, },
"node_modules/tailwindcss-animate": { "node_modules/tailwindcss-animate": {

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.474.0", "lucide-react": "^0.475.0",
"next": "15.1.6", "next": "15.1.6",
"next-plausible": "^3.12.0", "next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2", "postcss-flexbugs-fixes": "^5.0.2",
@ -25,13 +25,13 @@
"tailwindcss-animate": "^1.0.7" "tailwindcss-animate": "^1.0.7"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "22.13.0", "@types/node": "22.13.1",
"@types/react": "19.0.8", "@types/react": "19.0.8",
"@types/react-dom": "19.0.3", "@types/react-dom": "19.0.3",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-config-next": "15.1.6", "eslint-config-next": "15.1.6",
"postcss": "8.5.1", "postcss": "8.5.1",
"tailwindcss": "4.0.4", "tailwindcss": "4.0.5",
"turbo": "2.4.0", "turbo": "2.4.0",
"typescript": "5.7.3" "typescript": "5.7.3"
}, },