tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
27
pulls
pipelines
update react-dom
awarm.space
3 months ago
e3bc6698
3c39d5b4
+7
-6
2 changed files
expand all
collapse all
unified
split
package-lock.json
package.json
+6
-5
package-lock.json
···
63
63
"react": "19.2.1",
64
64
"react-aria-components": "^1.8.0",
65
65
"react-day-picker": "^9.3.0",
66
66
-
"react-dom": "19.2.0",
66
66
+
"react-dom": "19.2.1",
67
67
"react-use-measure": "^2.1.1",
68
68
"redlock": "^5.0.0-beta.2",
69
69
"rehype-parse": "^9.0.0",
···
16460
16460
}
16461
16461
},
16462
16462
"node_modules/react-dom": {
16463
16463
-
"version": "19.2.0",
16464
16464
-
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.0.tgz",
16465
16465
-
"integrity": "sha512-UlbRu4cAiGaIewkPyiRGJk0imDN2T3JjieT6spoL2UeSf5od4n5LB/mQ4ejmxhCFT1tYe8IvaFulzynWovsEFQ==",
16463
16463
+
"version": "19.2.1",
16464
16464
+
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.2.1.tgz",
16465
16465
+
"integrity": "sha512-ibrK8llX2a4eOskq1mXKu/TGZj9qzomO+sNfO98M6d9zIPOEhlBkMkBUBLd1vgS0gQsLDBzA+8jJBVXDnfHmJg==",
16466
16466
+
"license": "MIT",
16466
16467
"dependencies": {
16467
16468
"scheduler": "^0.27.0"
16468
16469
},
16469
16470
"peerDependencies": {
16470
16470
-
"react": "^19.2.0"
16471
16471
+
"react": "^19.2.1"
16471
16472
}
16472
16473
},
16473
16474
"node_modules/react-is": {
+1
-1
package.json
···
73
73
"react": "19.2.1",
74
74
"react-aria-components": "^1.8.0",
75
75
"react-day-picker": "^9.3.0",
76
76
-
"react-dom": "19.2.0",
76
76
+
"react-dom": "19.2.1",
77
77
"react-use-measure": "^2.1.1",
78
78
"redlock": "^5.0.0-beta.2",
79
79
"rehype-parse": "^9.0.0",