Skip to content

Commit a459259

Browse files
committed
bump example react
1 parent b809863 commit a459259

2 files changed

Lines changed: 31 additions & 26 deletions

File tree

example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
"country-flag-icons": "^1.5.19",
3232
"lodash": "^4.17.21",
3333
"lucide-react": "^0.514.0",
34-
"react": "^19.1.0",
35-
"react-dom": "^19.1.0",
34+
"react": "^19.2.7",
35+
"react-dom": "^19.2.7",
3636
"react-fluid-table": "link:..",
3737
"react-router-dom": "^7.6.2",
3838
"react-syntax-highlighter": "^15.6.1",
@@ -45,8 +45,8 @@
4545
"@eslint/js": "^9.28.0",
4646
"@types/lodash": "^4.17.24",
4747
"@types/node": "^20",
48-
"@types/react": "^19",
49-
"@types/react-dom": "^19",
48+
"@types/react": "^19.2.17",
49+
"@types/react-dom": "^19.2.3",
5050
"@types/react-syntax-highlighter": "^15.5.13",
5151
"@typescript-eslint/eslint-plugin": "^8.62.0",
5252
"@typescript-eslint/parser": "^8.62.0",

example/yarn.lock

Lines changed: 27 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1079,10 +1079,10 @@
10791079
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.12.tgz#12bb1e2be27293c1406acb6af1c3f3a1481d98c6"
10801080
integrity sha512-5zvhXYtRNRluoE/jAp4GVsSduVUzNWKkOZrCDBWYtE7biZywwdC2AcEzg+cSMLFRfVgeAFqpfNabiPjxFddV1Q==
10811081

1082-
"@types/react-dom@^19":
1083-
version "19.1.2"
1084-
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.1.2.tgz#bd1fe3b8c28a3a2e942f85314dcfb71f531a242f"
1085-
integrity sha512-XGJkWF41Qq305SKWEILa1O8vzhb3aOo3ogBlSmiqNko/WmRb6QIaweuZCXjKygVDXpzXb5wyxKTSOsmkuqj+Qw==
1082+
"@types/react-dom@^19.2.3":
1083+
version "19.2.3"
1084+
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.2.3.tgz#c1e305d15a52a3e508d54dca770d202cb63abf2c"
1085+
integrity sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ==
10861086

10871087
"@types/react-syntax-highlighter@^15.5.13":
10881088
version "15.5.13"
@@ -1099,12 +1099,12 @@
10991099
"@types/prop-types" "*"
11001100
csstype "^3.0.2"
11011101

1102-
"@types/react@^19":
1103-
version "19.1.2"
1104-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.2.tgz#11df86f66f188f212c90ecb537327ec68bfd593f"
1105-
integrity sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw==
1102+
"@types/react@^19.2.17":
1103+
version "19.2.17"
1104+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.2.17.tgz#dccac365baa0f1734ec270ff4b51c89465e8dc7f"
1105+
integrity sha512-MXfmqaVPEVgkBT/aY0aGCkRWWtByiYQXo3xdQ8r5RzuFrPiRn8Gar2tQdXSUQ2GKV3bkXckek89V8wQBY2Q/Aw==
11061106
dependencies:
1107-
csstype "^3.0.2"
1107+
csstype "^3.2.2"
11081108

11091109
"@types/unist@^2":
11101110
version "2.0.10"
@@ -1517,6 +1517,11 @@ csstype@^3.0.2:
15171517
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
15181518
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==
15191519

1520+
csstype@^3.2.2:
1521+
version "3.2.3"
1522+
resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.2.3.tgz#ec48c0f3e993e50648c86da559e2610995cf989a"
1523+
integrity sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==
1524+
15201525
debug@^4.1.0, debug@^4.3.1, debug@^4.3.2:
15211526
version "4.3.5"
15221527
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.5.tgz#e83444eceb9fedd4a1da56d671ae2446a01a6e1e"
@@ -2508,12 +2513,12 @@ queue-microtask@^1.2.2:
25082513
resolved "https://registry.yarnpkg.com/queue-microtask/-/queue-microtask-1.2.3.tgz#4929228bbc724dfac43e0efb058caf7b6cfb6243"
25092514
integrity sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==
25102515

2511-
react-dom@^19.1.0:
2512-
version "19.1.0"
2513-
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.1.0.tgz#133558deca37fa1d682708df8904b25186793623"
2514-
integrity sha512-Xs1hdnE+DyKgeHJeJznQmYMIBG3TKIHJJT95Q58nHLSrElKlGQqDTR2HQ9fx5CN/Gk6Vh/kupBTDLU11/nDk/g==
2516+
react-dom@^19.2.7:
2517+
version "19.2.7"
2518+
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-19.2.7.tgz#0450dc9ae9ddbff76ef196401cd8b8c7fb466ccc"
2519+
integrity sha512-t0BRVXvbiE/o20Hfw669rLbMCDWtYZLvmJigy2f0MxsXF+71pxhR3xOkspmsO8h3ZlNzyibAmtCa3l4lYKk6gQ==
25152520
dependencies:
2516-
scheduler "^0.26.0"
2521+
scheduler "^0.27.0"
25172522

25182523
"react-fluid-table@link:..":
25192524
version "0.0.0"
@@ -2590,10 +2595,10 @@ react-syntax-highlighter@^15.6.1:
25902595
prismjs "^1.27.0"
25912596
refractor "^3.6.0"
25922597

2593-
react@^19.1.0:
2594-
version "19.1.0"
2595-
resolved "https://registry.yarnpkg.com/react/-/react-19.1.0.tgz#926864b6c48da7627f004795d6cce50e90793b75"
2596-
integrity sha512-FS+XFBNvn3GTAWq26joslQgWNoFu08F4kl0J4CgdNKADkdSGXQyTCnKteIAJy96Br6YbpEU1LSzV5dYtjMkMDg==
2598+
react@^19.2.7:
2599+
version "19.2.7"
2600+
resolved "https://registry.yarnpkg.com/react/-/react-19.2.7.tgz#1f47a1bfc06f8ec885752c6f4af14369a9f8260b"
2601+
integrity sha512-HNe9WslTbXmFK8o8cmwgAeJFSBvt1bPdHCVKtaaV+WlAN36mpT4hcRpwbf3fY56ar2oIXzsBpOAiIRHAdY0OlQ==
25972602

25982603
read-cache@^1.0.0:
25992604
version "1.0.0"
@@ -2678,10 +2683,10 @@ run-parallel@^1.1.9:
26782683
dependencies:
26792684
queue-microtask "^1.2.2"
26802685

2681-
scheduler@^0.26.0:
2682-
version "0.26.0"
2683-
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.26.0.tgz#4ce8a8c2a2095f13ea11bf9a445be50c555d6337"
2684-
integrity sha512-NlHwttCI/l5gCPR3D1nNXtWABUmBwvZpEQiD4IXSbIDq8BzLIK/7Ir5gTFSGZDUu37K5cMNp0hFtzO38sC7gWA==
2686+
scheduler@^0.27.0:
2687+
version "0.27.0"
2688+
resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.27.0.tgz#0c4ef82d67d1e5c1e359e8fc76d3a87f045fe5bd"
2689+
integrity sha512-eNv+WrVbKu1f3vbYJT/xtiF5syA5HPIMtf9IgY/nKg0sWqzAUEvqY/xm7OcZc/qafLx/iO9FgOmeSAp4v5ti/Q==
26852690

26862691
seedrandom@3.0.5:
26872692
version "3.0.5"

0 commit comments

Comments
 (0)