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

View File

@ -13,7 +13,7 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cssnano": "^7.0.1",
"lucide-react": "^0.474.0",
"lucide-react": "^0.475.0",
"next": "15.1.6",
"next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2",
@ -25,13 +25,13 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "22.13.0",
"@types/node": "22.13.1",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"eslint": "8.57.1",
"eslint-config-next": "15.1.6",
"postcss": "8.5.1",
"tailwindcss": "4.0.4",
"tailwindcss": "4.0.5",
"turbo": "2.4.0",
"typescript": "5.7.3"
},