mirror of
https://github.com/prymitive/karma
synced 2026-08-17 11:27:01 +00:00
fix(deps): update react to v19.2.8
This commit is contained in:
committed by
Łukasz Mierzwa
parent
48eb77473d
commit
5a16992f2a
Generated
+9
-9
@@ -28,10 +28,10 @@
|
||||
"mobx": "6.16.1",
|
||||
"mobx-react-lite": "4.1.1",
|
||||
"promise-retry": "2.0.1",
|
||||
"react": "19.2.7",
|
||||
"react": "19.2.8",
|
||||
"react-cool-dimensions": "3.0.1",
|
||||
"react-day-picker": "10.0.1",
|
||||
"react-dom": "19.2.7",
|
||||
"react-dom": "19.2.8",
|
||||
"react-hotkeys-hook": "5.3.3",
|
||||
"react-idle-timer": "5.7.3",
|
||||
"react-intersection-observer": "10.1.0",
|
||||
@@ -11301,9 +11301,9 @@
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/react": {
|
||||
"version": "19.2.7",
|
||||
"resolved": "https://registry.npmjs.org/react/-/react-19.2.7.tgz",
|
||||
"integrity": "sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==",
|
||||
"version": "19.2.8",
|
||||
"resolved": "https://registry.npmjs.org/react/-/react-19.2.8.tgz",
|
||||
"integrity": "sha512-PWaYA1L/q9u2u7xYQi+Y3L3Yfnie7XyLeaJICV1MGD6LprsBxcAqGjYyr0eY3p+QdsA+x/Irkt4Qif8D63+Sbw==",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
@@ -11345,15 +11345,15 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-dom": {
|
||||
"version": "19.2.7",
|
||||
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.7.tgz",
|
||||
"integrity": "sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==",
|
||||
"version": "19.2.8",
|
||||
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.8.tgz",
|
||||
"integrity": "sha512-rVprimfGBG3DR+Tq0IQG2DT5PxKth1WIGDmj5yPmlzr4YBe7uyE+Du4oVqTDXZSHGGGXRtTJEGSSePyQCMBglQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"scheduler": "^0.27.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^19.2.7"
|
||||
"react": "^19.2.8"
|
||||
}
|
||||
},
|
||||
"node_modules/react-hotkeys-hook": {
|
||||
|
||||
+2
-2
@@ -24,10 +24,10 @@
|
||||
"mobx": "6.16.1",
|
||||
"mobx-react-lite": "4.1.1",
|
||||
"promise-retry": "2.0.1",
|
||||
"react": "19.2.7",
|
||||
"react": "19.2.8",
|
||||
"react-cool-dimensions": "3.0.1",
|
||||
"react-day-picker": "10.0.1",
|
||||
"react-dom": "19.2.7",
|
||||
"react-dom": "19.2.8",
|
||||
"react-hotkeys-hook": "5.3.3",
|
||||
"react-idle-timer": "5.7.3",
|
||||
"react-intersection-observer": "10.1.0",
|
||||
|
||||
Reference in New Issue
Block a user