mirror of
https://github.com/prymitive/karma
synced 2026-08-19 11:36:24 +00:00
fix(deps): update react monorepo
This commit is contained in:
committed by
Łukasz Mierzwa
parent
9549a3b19d
commit
812e1318f7
Generated
+13
-13
@@ -28,10 +28,10 @@
|
||||
"mobx": "6.15.4",
|
||||
"mobx-react-lite": "4.1.1",
|
||||
"promise-retry": "2.0.1",
|
||||
"react": "19.2.6",
|
||||
"react": "19.2.7",
|
||||
"react-cool-dimensions": "3.0.1",
|
||||
"react-day-picker": "10.0.1",
|
||||
"react-dom": "19.2.6",
|
||||
"react-dom": "19.2.7",
|
||||
"react-hotkeys-hook": "5.3.2",
|
||||
"react-idle-timer": "5.7.3",
|
||||
"react-intersection-observer": "10.0.3",
|
||||
@@ -59,7 +59,7 @@
|
||||
"@types/jest": "30.0.0",
|
||||
"@types/node": "25.9.1",
|
||||
"@types/promise-retry": "1.1.6",
|
||||
"@types/react": "19.2.15",
|
||||
"@types/react": "19.2.16",
|
||||
"@types/react-dom": "19.2.3",
|
||||
"@vitejs/plugin-legacy": "8.0.2",
|
||||
"@vitejs/plugin-react": "6.0.2",
|
||||
@@ -5401,9 +5401,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@types/react": {
|
||||
"version": "19.2.15",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.15.tgz",
|
||||
"integrity": "sha512-eRwcGNHve+E8qtEQSSRl6urh+rFop4v8gm6O8rGv25CodbvFdLjA1vVQ1KkiFE0w0UPOnb8tDiFKL5lp0rtY5Q==",
|
||||
"version": "19.2.16",
|
||||
"resolved": "https://registry.npmjs.org/@types/react/-/react-19.2.16.tgz",
|
||||
"integrity": "sha512-esJiCAnl0kfpNdE69f3So4WJUXy95dLZydX0KwK46riIHDzHM7O9Vtf9xCHW0PXIqvgqNrswl522kA/5yx+F4w==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"csstype": "^3.2.2"
|
||||
@@ -11584,9 +11584,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/react": {
|
||||
"version": "19.2.6",
|
||||
"resolved": "https://registry.npmjs.org/react/-/react-19.2.6.tgz",
|
||||
"integrity": "sha512-sfWGGfavi0xr8Pg0sVsyHMAOziVYKgPLNrS7ig+ivMNb3wbCBw3KxtflsGBAwD3gYQlE/AEZsTLgToRrSCjb0Q==",
|
||||
"version": "19.2.7",
|
||||
"resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz",
|
||||
"integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
@@ -11628,15 +11628,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-dom": {
|
||||
"version": "19.2.6",
|
||||
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.6.tgz",
|
||||
"integrity": "sha512-0prMI+hvBbPjsWnxDLxlCGyM8PN6UuWjEUCYmZhO67xIV9Xasa/r/vDnq+Xyq4Lo27g8QSbO5YzARu0D1Sps3g==",
|
||||
"version": "19.2.7",
|
||||
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz",
|
||||
"integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"scheduler": "^0.27.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^19.2.6"
|
||||
"react": "^19.2.7"
|
||||
}
|
||||
},
|
||||
"node_modules/react-hotkeys-hook": {
|
||||
|
||||
+3
-3
@@ -24,10 +24,10 @@
|
||||
"mobx": "6.15.4",
|
||||
"mobx-react-lite": "4.1.1",
|
||||
"promise-retry": "2.0.1",
|
||||
"react": "19.2.6",
|
||||
"react": "19.2.7",
|
||||
"react-cool-dimensions": "3.0.1",
|
||||
"react-day-picker": "10.0.1",
|
||||
"react-dom": "19.2.6",
|
||||
"react-dom": "19.2.7",
|
||||
"react-hotkeys-hook": "5.3.2",
|
||||
"react-idle-timer": "5.7.3",
|
||||
"react-intersection-observer": "10.0.3",
|
||||
@@ -55,7 +55,7 @@
|
||||
"@types/jest": "30.0.0",
|
||||
"@types/node": "25.9.1",
|
||||
"@types/promise-retry": "1.1.6",
|
||||
"@types/react": "19.2.15",
|
||||
"@types/react": "19.2.16",
|
||||
"@types/react-dom": "19.2.3",
|
||||
"@vitejs/plugin-legacy": "8.0.2",
|
||||
"@vitejs/plugin-react": "6.0.2",
|
||||
|
||||
Reference in New Issue
Block a user