Compare commits

..

3 Commits

Author SHA1 Message Date
24903da60a chore(deps): update dependency tailwindcss to v4
All checks were successful
Lint / Lint (push) Successful in 29s
Lint / Lint (pull_request) Successful in 24s
2025-04-30 16:01:27 +00:00
01eacdb494 fix(deps): update dependency lucide-react to ^0.503.0
All checks were successful
Lint / Lint (push) Successful in 29s
2025-04-26 02:03:09 +00:00
9200dd3e80 chore(deps): update dependency @types/node to v22.15.2
All checks were successful
Lint / Lint (push) Successful in 27s
2025-04-26 01:03:48 +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.501.0",
"lucide-react": "^0.503.0",
"next": "15.3.1",
"next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2",
@ -24,13 +24,13 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "22.14.1",
"@types/node": "22.15.2",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"eslint": "8.57.1",
"eslint-config-next": "15.3.1",
"postcss": "8.5.3",
"tailwindcss": "4.1.4",
"tailwindcss": "4.1.5",
"turbo": "2.5.2",
"typescript": "5.8.3"
}
@ -1510,9 +1510,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "22.14.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.1.tgz",
"integrity": "sha512-u0HuPQwe/dHrItgHHpmw3N2fYCR6x4ivMNbPHRkBVP4CvN+kiRrKHWk3i8tXiO/joPwXLMYvF9TTF0eqgHIuOw==",
"version": "22.15.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.2.tgz",
"integrity": "sha512-uKXqKN9beGoMdBfcaTY1ecwz6ctxuJAcUlwE55938g0ZJ8lRxwAZqRz2AJ4pzpt5dHdTPMB863UZ0ESiFUcP7A==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -4558,9 +4558,9 @@
}
},
"node_modules/lucide-react": {
"version": "0.501.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.501.0.tgz",
"integrity": "sha512-E2KoyhW59fCb/yUbR3rbDer83fqn7a8NG91ZhIot2yWaPHjPyGzzsNKh40N//GezYShAuycf3TcQksRQznIsRw==",
"version": "0.503.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.503.0.tgz",
"integrity": "sha512-HGGkdlPWQ0vTF8jJ5TdIqhQXZi6uh3LnNgfZ8MHiuxFfX3RZeA79r2MW2tHAZKlAVfoNE8esm3p+O6VkIvpj6w==",
"license": "ISC",
"peerDependencies": {
"react": "^16.5.1 || ^17.0.0 || ^18.0.0 || ^19.0.0"
@ -7298,9 +7298,9 @@
}
},
"node_modules/tailwindcss": {
"version": "4.1.4",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.4.tgz",
"integrity": "sha512-1ZIUqtPITFbv/DxRmDr5/agPqJwF69d24m9qmM1939TJehgY539CtzeZRjbLt5G6fSy/7YqqYsfvoTEw9xUI2A==",
"version": "4.1.5",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.5.tgz",
"integrity": "sha512-nYtSPfWGDiWgCkwQG/m+aX83XCwf62sBgg3bIlNiiOcggnS1x3uVRDAuyelBFL+vJdOPPCGElxv9DjHJjRHiVA==",
"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.501.0",
"lucide-react": "^0.503.0",
"next": "15.3.1",
"next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2",
@ -25,13 +25,13 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "22.14.1",
"@types/node": "22.15.2",
"@types/react": "19.1.2",
"@types/react-dom": "19.1.2",
"eslint": "8.57.1",
"eslint-config-next": "15.3.1",
"postcss": "8.5.3",
"tailwindcss": "4.1.4",
"tailwindcss": "4.1.5",
"turbo": "2.5.2",
"typescript": "5.8.3"
},