tangled
alpha
login
or
join now
esb.lol
/
alf
9
fork
atom
Bluesky's "Application Layout Framework"
9
fork
atom
overview
issues
pulls
1
pipelines
update react, loosen peer dep
samuel.fm
3 months ago
1155ccb2
02d9dce1
+6
-6
2 changed files
expand all
collapse all
unified
split
package.json
yarn.lock
+2
-2
package.json
···
27
27
"@types/react": "^19.1.12",
28
28
"esbuild": "^0.25.9",
29
29
"prettier": "^3.6.2",
30
30
-
"react": "^19.1.1",
30
30
+
"react": "^19.1.2",
31
31
"react-native": "^0.81.1",
32
32
"typescript": "^5.9.2"
33
33
},
34
34
"peerDependencies": {
35
35
-
"react": "^19.1.1",
35
35
+
"react": "19",
36
36
"react-native": "^0.81.1"
37
37
},
38
38
"dependencies": {
+4
-4
yarn.lock
···
2084
2084
prop-types "^15.6.1"
2085
2085
shallow-equal "^3.1.0"
2086
2086
2087
2087
-
react@^19.1.1:
2088
2088
-
version "19.1.1"
2089
2089
-
resolved "https://registry.yarnpkg.com/react/-/react-19.1.1.tgz#06d9149ec5e083a67f9a1e39ce97b06a03b644af"
2090
2090
-
integrity sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==
2087
2087
+
react@^19.1.2:
2088
2088
+
version "19.2.1"
2089
2089
+
resolved "https://registry.yarnpkg.com/react/-/react-19.2.1.tgz#8600fa205e58e2e807f6ef431c9f6492591a2700"
2090
2090
+
integrity sha512-DGrYcCWK7tvYMnWh79yrPHt+vdx9tY+1gPZa7nJQtO/p8bLTDaHp4dzwEhQB7pZ4Xe3ok4XKuEPrVuc+wlpkmw==
2091
2091
2092
2092
regenerator-runtime@^0.13.2:
2093
2093
version "0.13.11"