Compare commits

...

2 Commits

Author SHA1 Message Date
bc82c80637 fix(deps): update dependency lucide-react to ^0.483.0
All checks were successful
Lint / Lint (push) Successful in 34s
2025-03-22 03:03:03 +00:00
631a0d210d chore(deps): update dependency @types/react to v19.0.12
All checks were successful
Lint / Lint (push) Successful in 34s
2025-03-22 02:03:13 +00:00
2 changed files with 11 additions and 11 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.482.0", "lucide-react": "^0.483.0",
"next": "15.2.2", "next": "15.2.2",
"next-plausible": "^3.12.0", "next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2", "postcss-flexbugs-fixes": "^5.0.2",
@ -25,7 +25,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "22.13.11", "@types/node": "22.13.11",
"@types/react": "19.0.10", "@types/react": "19.0.12",
"@types/react-dom": "19.0.4", "@types/react-dom": "19.0.4",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-config-next": "15.2.2", "eslint-config-next": "15.2.2",
@ -1944,9 +1944,9 @@
} }
}, },
"node_modules/@types/react": { "node_modules/@types/react": {
"version": "19.0.10", "version": "19.0.12",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.10.tgz", "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.12.tgz",
"integrity": "sha512-JuRQ9KXLEjaUNjTWpzuR231Z2WpIwczOkBEIvbHNCzQefFIT0L8IqE6NV6ULLyC1SI/i234JnDoMkfg+RjQj2g==", "integrity": "sha512-V6Ar115dBDrjbtXSrS+/Oruobc+qVbbUxDFC1RSbRqLt5SYvxxyIDrSC85RWml54g+jfNeEMZhEj7wW07ONQhA==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@ -5187,9 +5187,9 @@
"integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ=="
}, },
"node_modules/lucide-react": { "node_modules/lucide-react": {
"version": "0.482.0", "version": "0.483.0",
"resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.482.0.tgz", "resolved": "https://registry.npmjs.org/lucide-react/-/lucide-react-0.483.0.tgz",
"integrity": "sha512-XM8PzHzSrg8ATmmO+fzf+JyYlVVdQnJjuyLDj2p4V2zEtcKeBNAqAoJIGFv1x2HSBa7kT8gpYUxwdQ0g7nypfw==", "integrity": "sha512-WldsY17Qb/T3VZdMnVQ9C3DDIP7h1ViDTHVdVGnLZcvHNg30zH/MTQ04RTORjexoGmpsXroiQXZ4QyR0kBy0FA==",
"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"

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.482.0", "lucide-react": "^0.483.0",
"next": "15.2.2", "next": "15.2.2",
"next-plausible": "^3.12.0", "next-plausible": "^3.12.0",
"postcss-flexbugs-fixes": "^5.0.2", "postcss-flexbugs-fixes": "^5.0.2",
@ -26,7 +26,7 @@
}, },
"devDependencies": { "devDependencies": {
"@types/node": "22.13.11", "@types/node": "22.13.11",
"@types/react": "19.0.10", "@types/react": "19.0.12",
"@types/react-dom": "19.0.4", "@types/react-dom": "19.0.4",
"eslint": "8.57.1", "eslint": "8.57.1",
"eslint-config-next": "15.2.2", "eslint-config-next": "15.2.2",
@ -36,7 +36,7 @@
"typescript": "5.8.2" "typescript": "5.8.2"
}, },
"overrides": { "overrides": {
"@types/react": "19.0.10", "@types/react": "19.0.12",
"@types/react-dom": "19.0.4" "@types/react-dom": "19.0.4"
} }
} }