Compare commits

...

2 Commits

Author SHA1 Message Date
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
be46f560ac chore(deps): update dependency @types/node to v22.13.11
All checks were successful
Lint / Lint (push) Successful in 33s
2025-03-22 01:02:50 +00:00
2 changed files with 11 additions and 11 deletions

16
package-lock.json generated
View File

@ -24,8 +24,8 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "22.13.10",
"@types/react": "19.0.10",
"@types/node": "22.13.11",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4",
"eslint": "8.57.1",
"eslint-config-next": "15.2.2",
@ -1934,9 +1934,9 @@
"dev": true
},
"node_modules/@types/node": {
"version": "22.13.10",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.10.tgz",
"integrity": "sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==",
"version": "22.13.11",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.11.tgz",
"integrity": "sha512-iEUCUJoU0i3VnrCmgoWCXttklWcvoCIx4jzcP22fioIVSdTmjgoEvmAO/QPw6TcS9k5FrNgn4w7q5lGOd1CT5g==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -1944,9 +1944,9 @@
}
},
"node_modules/@types/react": {
"version": "19.0.10",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.10.tgz",
"integrity": "sha512-JuRQ9KXLEjaUNjTWpzuR231Z2WpIwczOkBEIvbHNCzQefFIT0L8IqE6NV6ULLyC1SI/i234JnDoMkfg+RjQj2g==",
"version": "19.0.12",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.12.tgz",
"integrity": "sha512-V6Ar115dBDrjbtXSrS+/Oruobc+qVbbUxDFC1RSbRqLt5SYvxxyIDrSC85RWml54g+jfNeEMZhEj7wW07ONQhA==",
"dev": true,
"license": "MIT",
"dependencies": {

View File

@ -25,8 +25,8 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "22.13.10",
"@types/react": "19.0.10",
"@types/node": "22.13.11",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4",
"eslint": "8.57.1",
"eslint-config-next": "15.2.2",
@ -36,7 +36,7 @@
"typescript": "5.8.2"
},
"overrides": {
"@types/react": "19.0.10",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4"
}
}