Compare commits

..

1 Commits

Author SHA1 Message Date
03ecf1de16 fix(deps): update react monorepo 2025-04-12 00:53:31 +00:00
2 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@
"tailwindcss": "4.0.10" "tailwindcss": "4.0.10"
}, },
"devDependencies": { "devDependencies": {
"@types/react": "19.1.2", "@types/react": "19.1.1",
"@types/react-redux": "7.1.34", "@types/react-redux": "7.1.34",
"autoprefixer": "10.4.20", "autoprefixer": "10.4.20",
"cssnano": "7.0.6", "cssnano": "7.0.6",

View File

@ -1425,10 +1425,10 @@
"@types/scheduler" "*" "@types/scheduler" "*"
csstype "^3.0.2" csstype "^3.0.2"
"@types/react@19.1.2": "@types/react@19.1.1":
version "19.1.2" version "19.1.1"
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.2.tgz#11df86f66f188f212c90ecb537327ec68bfd593f" resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.1.tgz#f7f2bb4a0a8d22b9ee4b8f6e27f0c78d76eb7f9b"
integrity sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw== integrity sha512-ePapxDL7qrgqSF67s0h9m412d9DbXyC1n59O2st+9rjuuamWsZuD2w55rqY12CbzsZ7uVXb5Nw0gEp9Z8MMutQ==
dependencies: dependencies:
csstype "^3.0.2" csstype "^3.0.2"