Compare commits

..

2 Commits

Author SHA1 Message Date
007e3dfd54 chore(deps): update dependency tailwindcss to v4
All checks were successful
Lint / Lint (push) Successful in 34s
Lint / Lint (pull_request) Successful in 29s
2025-04-14 18:02:10 +00:00
a7e2ea2e8a fix(deps): update dependency lucide-react to ^0.488.0
All checks were successful
Lint / Lint (push) Successful in 34s
2025-04-13 13:02:13 +00:00
2 changed files with 10 additions and 10 deletions

16
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.487.0", "lucide-react": "^0.488.0",
"next": "15.3.0", "next": "15.3.0",
"next-plausible": "^3.12.0", "next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2", "postcss-flexbugs-fixes": "^5.0.2",
@ -30,7 +30,7 @@
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-config-next": "15.3.0", "eslint-config-next": "15.3.0",
"postcss": "8.5.3", "postcss": "8.5.3",
"tailwindcss": "4.1.3", "tailwindcss": "4.1.4",
"turbo": "2.5.0", "turbo": "2.5.0",
"typescript": "5.8.3" "typescript": "5.8.3"
} }
@ -4556,9 +4556,9 @@
} }
}, },
"node_modules/lucide-react": { "node_modules/lucide-react": {
"version": "0.487.0", "version": "0.488.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.487.0.tgz", "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.488.0.tgz",
"integrity": "sha512-aKqhOQ+YmFnwq8dWgGjOuLc8V1R9/c/yOd+zDY4+ohsR2Jo05lSGc3WsstYPIzcTpeosN7LoCkLReUUITvaIvw==", "integrity": "sha512-ronlL0MyKut4CEzBY/ai2ZpKPxyWO4jUqdAkm2GNK5Zn3Rj+swDz+3lvyAUXN0PNqPKIX6XM9Xadwz/skLs/pQ==",
"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"
@ -7295,9 +7295,9 @@
} }
}, },
"node_modules/tailwindcss": { "node_modules/tailwindcss": {
"version": "4.1.3", "version": "4.1.4",
"resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.3.tgz", "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-4.1.4.tgz",
"integrity": "sha512-2Q+rw9vy1WFXu5cIxlvsabCwhU2qUwodGq03ODhLJ0jW4ek5BUtoCsnLB0qG+m8AHgEsSJcJGDSDe06FXlP74g==", "integrity": "sha512-1ZIUqtPITFbv/DxRmDr5/agPqJwF69d24m9qmM1939TJehgY539CtzeZRjbLt5G6fSy/7YqqYsfvoTEw9xUI2A==",
"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.487.0", "lucide-react": "^0.488.0",
"next": "15.3.0", "next": "15.3.0",
"next-plausible": "^3.12.0", "next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2", "postcss-flexbugs-fixes": "^5.0.2",
@ -31,7 +31,7 @@
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-config-next": "15.3.0", "eslint-config-next": "15.3.0",
"postcss": "8.5.3", "postcss": "8.5.3",
"tailwindcss": "4.1.3", "tailwindcss": "4.1.4",
"turbo": "2.5.0", "turbo": "2.5.0",
"typescript": "5.8.3" "typescript": "5.8.3"
}, },