Compare commits

..

1 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
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -32,7 +32,7 @@
"postcss": "8.5.3", "postcss": "8.5.3",
"tailwindcss": "3.4.17", "tailwindcss": "3.4.17",
"turbo": "2.4.4", "turbo": "2.4.4",
"typescript": "5.8.3" "typescript": "5.8.2"
} }
}, },
"node_modules/@alloc/quick-lru": { "node_modules/@alloc/quick-lru": {
@ -8152,9 +8152,9 @@
} }
}, },
"node_modules/typescript": { "node_modules/typescript": {
"version": "5.8.3", "version": "5.8.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz",
"integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
"dev": true, "dev": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"bin": { "bin": {

View File

@ -33,7 +33,7 @@
"postcss": "8.5.3", "postcss": "8.5.3",
"tailwindcss": "3.4.17", "tailwindcss": "3.4.17",
"turbo": "2.4.4", "turbo": "2.4.4",
"typescript": "5.8.3" "typescript": "5.8.2"
}, },
"overrides": { "overrides": {
"@types/react": "19.1.0", "@types/react": "19.1.0",