Compare commits

...

2 Commits

Author SHA1 Message Date
4479c69680 chore(deps): update react monorepo
All checks were successful
Lint / Lint (push) Successful in 43s
2025-04-05 01:04:53 +00:00
16d12d9139 chore(deps): update dependency @types/node to v22.14.0
All checks were successful
Lint / Lint (push) Successful in 1m53s
2025-04-05 00:03:13 +00:00
2 changed files with 21 additions and 21 deletions

32
package-lock.json generated
View File

@ -24,9 +24,9 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "22.13.14",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4",
"@types/node": "22.14.0",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1",
"eslint": "8.57.1",
"eslint-config-next": "15.2.4",
"postcss": "8.5.3",
@ -1934,19 +1934,19 @@
"dev": true
},
"node_modules/@types/node": {
"version": "22.13.14",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.14.tgz",
"integrity": "sha512-Zs/Ollc1SJ8nKUAgc7ivOEdIBM8JAKgrqqUYi2J997JuKO7/tpQC+WCetQ1sypiKCQWHdvdg9wBNpUPEWZae7w==",
"version": "22.14.0",
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.14.0.tgz",
"integrity": "sha512-Kmpl+z84ILoG+3T/zQFyAJsU6EPTmOCj8/2+83fSN6djd6I4o7uOuGIH6vq3PrjY5BGitSbFuMN18j3iknubbA==",
"dev": true,
"license": "MIT",
"dependencies": {
"undici-types": "~6.20.0"
"undici-types": "~6.21.0"
}
},
"node_modules/@types/react": {
"version": "19.0.12",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.12.tgz",
"integrity": "sha512-V6Ar115dBDrjbtXSrS+/Oruobc+qVbbUxDFC1RSbRqLt5SYvxxyIDrSC85RWml54g+jfNeEMZhEj7wW07ONQhA==",
"version": "19.1.0",
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.1.0.tgz",
"integrity": "sha512-UaicktuQI+9UKyA4njtDOGBD/67t8YEBt2xdfqu8+gP9hqPUPsiXlNPcpS2gVdjmis5GKPG3fCxbQLVgxsQZ8w==",
"dev": true,
"license": "MIT",
"dependencies": {
@ -1954,9 +1954,9 @@
}
},
"node_modules/@types/react-dom": {
"version": "19.0.4",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.0.4.tgz",
"integrity": "sha512-4fSQ8vWFkg+TGhePfUzVmat3eC14TXYSsiiDSLI0dVLsrm9gZFABjPy/Qu6TKgl1tq1Bu1yDsuQgY3A3DOjCcg==",
"version": "19.1.1",
"resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.1.1.tgz",
"integrity": "sha512-jFf/woGTVTjUJsl2O7hcopJ1r0upqoq/vIOoCj0yLh3RIXxWcljlpuZ+vEBRXsymD1jhfeJrlyTy/S1UW+4y1w==",
"dev": true,
"license": "MIT",
"peerDependencies": {
@ -8181,9 +8181,9 @@
}
},
"node_modules/undici-types": {
"version": "6.20.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz",
"integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==",
"version": "6.21.0",
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
"dev": true,
"license": "MIT"
},

View File

@ -25,9 +25,9 @@
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "22.13.14",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4",
"@types/node": "22.14.0",
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1",
"eslint": "8.57.1",
"eslint-config-next": "15.2.4",
"postcss": "8.5.3",
@ -36,7 +36,7 @@
"typescript": "5.8.2"
},
"overrides": {
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4"
"@types/react": "19.1.0",
"@types/react-dom": "19.1.1"
}
}