Skip to content

Commit 32cb6a4

Browse files
authored
Update dependencies (#326)
* Update dependencies * Bump version to v3.2.7
1 parent be612f8 commit 32cb6a4

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

@stellar/design-system-website/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
"@docusaurus/remark-plugin-npm2yarn": "^3.9.2",
2727
"@docusaurus/theme-live-codeblock": "^3.9.2",
2828
"@mdx-js/react": "^3.1.1",
29-
"@stellar/design-system": "^3.2.6",
29+
"@stellar/design-system": "^3.2.7",
3030
"clsx": "^2.1.1",
3131
"prism-react-renderer": "^2.4.1",
32-
"react": "^19.2.1",
33-
"react-dom": "^19.2.1",
32+
"react": "^19.2.3",
33+
"react-dom": "^19.2.3",
3434
"react-element-to-jsx-string": "^17.0.1",
3535
"rehype-parse": "^9.0.1",
3636
"rehype-react": "^8.0.0",

@stellar/design-system/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stellar/design-system",
3-
"version": "3.2.6",
3+
"version": "3.2.7",
44
"author": "Stellar Development Foundation <hello@stellar.org>",
55
"description": "Components for Stellar Development Foundation’s design system",
66
"license": "Apache-2.0",

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12676,10 +12676,10 @@ react-copy-to-clipboard-ts@^1.3.0:
1267612676
dependencies:
1267712677
copy-to-clipboard "^3.3.3"
1267812678

12679-
react-dom@^19.2.1:
12680-
version "19.2.1"
12681-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.1.tgz#ce3527560bda4f997e47d10dab754825b3061f59"
12682-
integrity sha512-ibrK8llX2a4eOskq1mXKu/TGZj9qzomO+sNfO98M6d9zIPOEhlBkMkBUBLd1vgS0gQsLDBzA+8jJBVXDnfHmJg==
12679+
react-dom@^19.2.3:
12680+
version "19.2.3"
12681+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.3.tgz#f0b61d7e5c4a86773889fcc1853af3ed5f215b17"
12682+
integrity sha512-yELu4WmLPw5Mr/lmeEpox5rw3RETacE++JgHqQzd2dg+YbJuat3jH4ingc+WPZhxaoFzdv9y33G+F7Nl5O0GBg==
1268312683
dependencies:
1268412684
scheduler "^0.27.0"
1268512685

@@ -12775,10 +12775,10 @@ react-router@5.3.4, react-router@^5.3.4:
1277512775
tiny-invariant "^1.0.2"
1277612776
tiny-warning "^1.0.0"
1277712777

12778-
react@^19.2.1:
12779-
version "19.2.1"
12780-
resolved "https://registry.yarnpkg.com/react/-/react-19.2.1.tgz#8600fa205e58e2e807f6ef431c9f6492591a2700"
12781-
integrity sha512-DGrYcCWK7tvYMnWh79yrPHt+vdx9tY+1gPZa7nJQtO/p8bLTDaHp4dzwEhQB7pZ4Xe3ok4XKuEPrVuc+wlpkmw==
12778+
react@^19.2.3:
12779+
version "19.2.3"
12780+
resolved "https://registry.yarnpkg.com/react/-/react-19.2.3.tgz#d83e5e8e7a258cf6b4fe28640515f99b87cd19b8"
12781+
integrity sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==
1278212782

1278312783
read-package-json-fast@^3.0.0, read-package-json-fast@^3.0.2:
1278412784
version "3.0.2"

0 commit comments

Comments
 (0)