Skip to content

Commit 900c739

Browse files
chore(deps): Update dependency @next-core/runtime to ^1.61.1
1 parent a817074 commit 900c739

File tree

2 files changed

+73
-73
lines changed

2 files changed

+73
-73
lines changed

packages/react-runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@next-core/react-element": "^2.0.0",
42-
"@next-core/runtime": "^1.59.1",
42+
"@next-core/runtime": "^1.61.1",
4343
"@next-core/types": "^1.14.0",
4444
"react": "^19.0.0",
4545
"react-dom": "^19.0.0"

yarn.lock

Lines changed: 72 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -219,15 +219,15 @@
219219
"@babel/traverse" "^7.25.9"
220220
"@babel/types" "^7.25.9"
221221

222-
"@babel/helper-string-parser@^7.25.9":
223-
version "7.25.9"
224-
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz#1aabb72ee72ed35789b4bbcad3ca2862ce614e8c"
225-
integrity sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==
222+
"@babel/helper-string-parser@^7.27.1":
223+
version "7.27.1"
224+
resolved "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz#54da796097ab19ce67ed9f88b47bb2ec49367687"
225+
integrity sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==
226226

227-
"@babel/helper-validator-identifier@^7.25.9":
228-
version "7.25.9"
229-
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz#24b64e2c3ec7cd3b3c547729b8d16871f22cbdc7"
230-
integrity sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==
227+
"@babel/helper-validator-identifier@^7.25.9", "@babel/helper-validator-identifier@^7.27.1":
228+
version "7.27.1"
229+
resolved "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz#a7054dcc145a967dd4dc8fee845a57c1316c9df8"
230+
integrity sha512-D2hP9eA+Sqx1kBZgzxZh0y1trbuU+JoDkiEwqhQ36nodYqJwyEIhPSdMNd7lOm/4io72luTPWH20Yda0xOuUow==
231231

232232
"@babel/helper-validator-option@^7.25.9":
233233
version "7.25.9"
@@ -251,12 +251,12 @@
251251
"@babel/template" "^7.25.9"
252252
"@babel/types" "^7.26.0"
253253

254-
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.5":
255-
version "7.26.5"
256-
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.26.5.tgz#6fec9aebddef25ca57a935c86dbb915ae2da3e1f"
257-
integrity sha512-SRJ4jYmXRqV1/Xc+TIVG84WjHBXKlxO9sHQnA2Pf12QQEAp1LOh6kDzNHXcUnbH1QI0FDoPPVOt+vyUDucxpaw==
254+
"@babel/parser@^7.1.0", "@babel/parser@^7.14.7", "@babel/parser@^7.25.9", "@babel/parser@^7.26.0", "@babel/parser@^7.26.10", "@babel/parser@^7.26.5":
255+
version "7.27.1"
256+
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.27.1.tgz#c55d5bed74449d1223701f1869b9ee345cc94cc9"
257+
integrity sha512-I0dZ3ZpCrJ1c04OqlNsQcKiZlsrXf/kkE4FXzID9rIOYICsAbA8mMDzhW/luRNAHdCNt7os/u8wenklZDlUVUQ==
258258
dependencies:
259-
"@babel/types" "^7.26.5"
259+
"@babel/types" "^7.27.1"
260260

261261
"@babel/plugin-bugfix-firefox-class-in-computed-class-key@^7.25.9":
262262
version "7.25.9"
@@ -1026,13 +1026,13 @@
10261026
debug "^4.3.1"
10271027
globals "^11.1.0"
10281028

1029-
"@babel/types@^7.0.0", "@babel/types@^7.21.3", "@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.26.5", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1030-
version "7.26.5"
1031-
resolved "https://registry.npmjs.org/@babel/types/-/types-7.26.5.tgz#7a1e1c01d28e26d1fe7f8ec9567b3b92b9d07747"
1032-
integrity sha512-L6mZmwFDK6Cjh1nRCLXpa6no13ZIioJDz7mdkzHv399pThrTa/k0nUlNaenOeh2kWu/iaOQYElEpKPUswUa9Vg==
1029+
"@babel/types@^7.0.0", "@babel/types@^7.21.3", "@babel/types@^7.25.9", "@babel/types@^7.26.0", "@babel/types@^7.26.5", "@babel/types@^7.27.1", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1030+
version "7.27.1"
1031+
resolved "https://registry.npmjs.org/@babel/types/-/types-7.27.1.tgz#9defc53c16fc899e46941fc6901a9eea1c9d8560"
1032+
integrity sha512-+EzkxvLNfiUeKMgy/3luqfsCWFRXLb7U6wNQTk60tovuckwB15B191tJWvpp4HjiQWdJkCxO3Wbvc6jlk3Xb2Q==
10331033
dependencies:
1034-
"@babel/helper-string-parser" "^7.25.9"
1035-
"@babel/helper-validator-identifier" "^7.25.9"
1034+
"@babel/helper-string-parser" "^7.27.1"
1035+
"@babel/helper-validator-identifier" "^7.27.1"
10361036

10371037
"@bcoe/v8-coverage@^0.2.3":
10381038
version "0.2.3"
@@ -1366,10 +1366,10 @@
13661366
resolved "https://registry.npmjs.org/@ctrl/tinycolor/-/tinycolor-3.6.1.tgz#b6c75a56a1947cc916ea058772d666a2c8932f31"
13671367
integrity sha512-SITSV6aIXsuVNV3f3O0f2n/cgyEDWoSqtZMYiAmcsYHydcKrOz3gUxB/iXd/Qf08+IZX4KpgNbvUdMBmWz+kcA==
13681368

1369-
"@easyops-cn/brick-next-pipes@^0.7.1":
1370-
version "0.7.1"
1371-
resolved "https://registry.npmjs.org/@easyops-cn/brick-next-pipes/-/brick-next-pipes-0.7.1.tgz#8b6f1060f56f4b6ba5491f67a019c336fc89d46f"
1372-
integrity sha512-Bnajn8otvFBAFuYmWf7MSdD3bgp85o4puOo1BDY5DyeZKZeYHaEBhHoTY3L4BeLeXJWQ8311LX9hi2jqMuVumw==
1369+
"@easyops-cn/brick-next-pipes@^0.7.2":
1370+
version "0.7.2"
1371+
resolved "https://registry.npmjs.org/@easyops-cn/brick-next-pipes/-/brick-next-pipes-0.7.2.tgz#5a94be6167875a8152d07d34e3ed4cf5391c577b"
1372+
integrity sha512-YzwqQpWG1sNeBcqPigev2Y9U2t1nLkGY2Bdx+/XkVBuIjRtiHQWopDx2ytMprq+fZgw4//On8KMd/hUvxLFlug==
13731373

13741374
"@eslint-community/eslint-utils@^4.2.0", "@eslint-community/eslint-utils@^4.4.0":
13751375
version "4.4.0"
@@ -1849,12 +1849,12 @@
18491849
dependencies:
18501850
"@ant-design/colors" "^6.0.0"
18511851

1852-
"@next-core/cook@^2.5.6":
1853-
version "2.5.6"
1854-
resolved "https://registry.npmjs.org/@next-core/cook/-/cook-2.5.6.tgz#d63815965d696952f5e02b51342cc66b5b732ee7"
1855-
integrity sha512-gbcUVP9XSBOco6G9jt3aSYW/rJ2kK8O7PUFOxn9ynjAfSJIlPoUEE6dE2+/C/eh0WxUVQvltStJv8VSHLLsoBw==
1852+
"@next-core/cook@^2.5.8":
1853+
version "2.5.8"
1854+
resolved "https://registry.npmjs.org/@next-core/cook/-/cook-2.5.8.tgz#ce3a74805aba6f354aec5ea38bb2b911818a359e"
1855+
integrity sha512-Jo3fZHySi9i6QJCDrTH05rdSuQSRPzCDYN1ukDmHKO+PvLzU2pyAKIrPaquAEhPGpZhyBoNZS2qUPm1/9FuU0w==
18561856
dependencies:
1857-
"@babel/parser" "^7.26.5"
1857+
"@babel/parser" "^7.26.10"
18581858

18591859
"@next-core/element@^1.2.16":
18601860
version "1.2.16"
@@ -1869,59 +1869,59 @@
18691869
"@typescript-eslint/parser" "^7.18.0"
18701870
eslint-config-prettier "^9.1.0"
18711871

1872-
"@next-core/http@^1.2.11":
1873-
version "1.2.11"
1874-
resolved "https://registry.npmjs.org/@next-core/http/-/http-1.2.11.tgz#62f883e91c248c41d62f8f93111e8730b6d68442"
1875-
integrity sha512-05oqLA9nvOjKhPPOcBl5DJQIHJ9Oj5Dxd3gzQj5bufJRKIk8u7kJVNchV/ILzUVyWHdzAGmqcvu12nWs7h4zIQ==
1872+
"@next-core/http@^1.2.12":
1873+
version "1.2.12"
1874+
resolved "https://registry.npmjs.org/@next-core/http/-/http-1.2.12.tgz#fee4ec8960bb8b6b884460626ee5ed4e41216c42"
1875+
integrity sha512-fkk2mGuzlnrQNo/U9MSvW8eCoERQXbGY9pZIuqd4xy7Si7hNjOspdrisWycWA0ySNYlavS792SuQU1tNF2sj2Q==
18761876

1877-
"@next-core/i18n@^1.0.73":
1878-
version "1.0.73"
1879-
resolved "https://registry.npmjs.org/@next-core/i18n/-/i18n-1.0.73.tgz#7c39ce104b11712b435b5e238595250dba9498ed"
1880-
integrity sha512-I7qfyXmyESQWuryodb3zG4K23ItewN+fNQDjsAJkbAvmnKXeqxjZHFTYkkuthos7PntKewRr/GNks3TVoBr2Og==
1877+
"@next-core/i18n@^1.0.73", "@next-core/i18n@^1.0.76":
1878+
version "1.0.76"
1879+
resolved "https://registry.npmjs.org/@next-core/i18n/-/i18n-1.0.76.tgz#68180b60a7db47a938ab6a8ae61d14d1bb379335"
1880+
integrity sha512-7bKnQKCBm4G9ruji7ex7y3EmPCy5ROuk6uq/TQ3ut5e6zdb1A5LCkSPP7xkr8fawEkuWqqhiPdzuBAM8B77PHw==
18811881
dependencies:
18821882
"@next-core/types" "^1.14.0"
1883-
"@next-core/utils" "^1.7.28"
1883+
"@next-core/utils" "^1.7.34"
18841884
i18next "^22.5.1"
18851885
i18next-browser-languagedetector "^7.2.2"
18861886

1887-
"@next-core/inject@^1.0.51":
1888-
version "1.0.51"
1889-
resolved "https://registry.npmjs.org/@next-core/inject/-/inject-1.0.51.tgz#8193f3e0bd89d6a35dfe5e169672f9cb74a17eb0"
1890-
integrity sha512-D2TroMIqKaxcImYTZSzqUBce2UB0K3nQmxiXaH62IGU9woFArc/JoDnR8VfkjQMrbOjZ8EMTl+gjHfhE1URDAg==
1887+
"@next-core/inject@^1.0.53":
1888+
version "1.0.53"
1889+
resolved "https://registry.npmjs.org/@next-core/inject/-/inject-1.0.53.tgz#5ff3b2fd1e6edb54d7a082678ed69a84f8ae1d2c"
1890+
integrity sha512-n4emf8oaYV8su26P1m0K4/2pGxwnyYf45orpOnB4hQwTGSk7sH8BX/pmEyzxwyzGHNBIa2KVaT97A58wTo5ZFg==
18911891
dependencies:
1892-
"@next-core/pipes" "^2.0.30"
1892+
"@next-core/pipes" "^2.0.32"
18931893
"@next-core/types" "^1.14.0"
18941894
lodash "^4.17.21"
18951895

1896-
"@next-core/loader@^1.6.14":
1897-
version "1.6.14"
1898-
resolved "https://registry.npmjs.org/@next-core/loader/-/loader-1.6.14.tgz#abd823013cfe6ea037328471f39d9b2063afcba1"
1899-
integrity sha512-H0iU7o/9JqKZ7guHwjc892pQ5TWtgyrx9hhq5ZTKu7X7D1cNedn1u0O2UY/leJw583aPI+YykSxa9UrqXxi/Ww==
1896+
"@next-core/loader@^1.6.15":
1897+
version "1.6.15"
1898+
resolved "https://registry.npmjs.org/@next-core/loader/-/loader-1.6.15.tgz#fc957905749263dadbd682398427ec8ce1dc4aba"
1899+
integrity sha512-cRH6zbJbQjtZQqcq8RGPPg15fKizYeDa5N9RJR6ACylSLk6VRreal06d9fCXEIsQ5dCSejBUPcLhR2yOrHn0pQ==
19001900

1901-
"@next-core/pipes@^2.0.30":
1902-
version "2.0.30"
1903-
resolved "https://registry.npmjs.org/@next-core/pipes/-/pipes-2.0.30.tgz#5444743363c9fa504ff3530059953a5a6417a1e6"
1904-
integrity sha512-CT/Pf5R2g0p95zuCQ6ada8ZWwd6QuK3ad8a1qa0ToMuXUrjPCc/F3REmGr6nfaH7OhTiD+2JXO3oyNz/xiJQeA==
1901+
"@next-core/pipes@^2.0.32":
1902+
version "2.0.32"
1903+
resolved "https://registry.npmjs.org/@next-core/pipes/-/pipes-2.0.32.tgz#56068bffa3c5e9d7d4556e83553e14565f8bcc6e"
1904+
integrity sha512-8ipbhDm4LJObgrEqgE4VeVZEnO8/x7CK0ljq+lwkb5aK58KGqBVJ1RhqxYgOo0pyMqEFY1KLkshX4Fb1Axvh+g==
19051905
dependencies:
1906-
"@easyops-cn/brick-next-pipes" "^0.7.1"
1906+
"@easyops-cn/brick-next-pipes" "^0.7.2"
19071907
js-yaml "^3.14.1"
19081908
lodash "^4.17.21"
19091909
moment "^2.30.1"
19101910

1911-
"@next-core/runtime@^1.59.1":
1912-
version "1.59.1"
1913-
resolved "https://registry.npmjs.org/@next-core/runtime/-/runtime-1.59.1.tgz#eaff4cdc79f6e2976888b2ab6aad1457013ad125"
1914-
integrity sha512-NNhTe16WAYHcT9OmAbTwEuCey0WccaA7wNqdkeZAEvjaNEEJHMKz6taByM45V4FgNzPGNokiCY3DqQOYJIjwSQ==
1911+
"@next-core/runtime@^1.61.1":
1912+
version "1.61.1"
1913+
resolved "https://registry.npmjs.org/@next-core/runtime/-/runtime-1.61.1.tgz#4360b230e2dc5a1f88b8ba746fef040dd7f68bd9"
1914+
integrity sha512-GCp5MPr17pqcgzeiKFDfaA/xqvVOfTVJDSffHzTaTW2hf1+47QV03g/Xf2Vi/yH7MqTwwk13Waacciyik/9BmA==
19151915
dependencies:
19161916
"@next-core/color-theme" "^0.4.8"
1917-
"@next-core/cook" "^2.5.6"
1918-
"@next-core/http" "^1.2.11"
1919-
"@next-core/i18n" "^1.0.73"
1920-
"@next-core/inject" "^1.0.51"
1921-
"@next-core/loader" "^1.6.14"
1922-
"@next-core/supply" "^2.3.3"
1917+
"@next-core/cook" "^2.5.8"
1918+
"@next-core/http" "^1.2.12"
1919+
"@next-core/i18n" "^1.0.76"
1920+
"@next-core/inject" "^1.0.53"
1921+
"@next-core/loader" "^1.6.15"
1922+
"@next-core/supply" "^2.3.5"
19231923
"@next-core/types" "^1.14.0"
1924-
"@next-core/utils" "^1.7.28"
1924+
"@next-core/utils" "^1.7.34"
19251925
"@ungap/event-target" "^0.2.4"
19261926
compare-versions "^6.1.1"
19271927
history "^4.10.1"
@@ -1934,12 +1934,12 @@
19341934
resolved "https://registry.npmjs.org/@next-core/styles-v3/-/styles-v3-0.3.5.tgz#a3c64a423e4eb7b6bb0ae6ed5440256f3bafdb45"
19351935
integrity sha512-zubfA3yKgXZVm6qMWYQ9VqInCjsNN10jGpcaRvQ44DDIV6NI+g74W+cRS0Xqnj7lhgGgrpJjQzlNUOpedJTOng==
19361936

1937-
"@next-core/supply@^2.3.3":
1938-
version "2.3.3"
1939-
resolved "https://registry.npmjs.org/@next-core/supply/-/supply-2.3.3.tgz#025a767e0c05df51b526a35ceca023ef922d2582"
1940-
integrity sha512-vjkXgJEvlsG8xWvQp27cgqBeSofOqCPWA+1htEF2vpmyFsasM9R9fELttJ8WT8W6uT2YYz5po3F/OTY5elGJtA==
1937+
"@next-core/supply@^2.3.5":
1938+
version "2.3.5"
1939+
resolved "https://registry.npmjs.org/@next-core/supply/-/supply-2.3.5.tgz#1fe69e5a2bd4f92793989c546cb36c031792e3a2"
1940+
integrity sha512-xPF3kX+cuJ37fEXr1/0daDu+83OmXX/gEBeZJyBPLK7wcrpZL6B62ZblY3ShwpOPprbDPNO+f5KAaLVT6bhQxw==
19411941
dependencies:
1942-
"@next-core/pipes" "^2.0.30"
1942+
"@next-core/pipes" "^2.0.32"
19431943
lodash "^4.17.21"
19441944
moment "^2.30.1"
19451945

@@ -1972,13 +1972,13 @@
19721972
resolved "https://registry.npmjs.org/@next-core/types/-/types-1.14.0.tgz#c5133830573d8c58af48c4778bdf2f9ca739c531"
19731973
integrity sha512-He1FE77cEcJrJZ7Mzk5JIsnRhfv65yi5QF171VRVILeBuWUqUxOFZHLckBR9cKJ34IBj1sSggtE48KS4vmkZVg==
19741974

1975-
"@next-core/utils@^1.7.28":
1976-
version "1.7.31"
1977-
resolved "https://registry.npmjs.org/@next-core/utils/-/utils-1.7.31.tgz#8ce146079a934403b3715deb06c39a82c50ff6da"
1978-
integrity sha512-rGUefClbaZJD8YHNw7fUUAti/hq70HJDmFFgxyGQJV0ArcnfzoIwb1PBQZtyHuL9QMg/VctYiSmF8EY+M+qD9A==
1975+
"@next-core/utils@^1.7.34":
1976+
version "1.7.34"
1977+
resolved "https://registry.npmjs.org/@next-core/utils/-/utils-1.7.34.tgz#e489dfd5ea0abc0375d2557d23c245da21f9cde9"
1978+
integrity sha512-BvzU9V+KTHlAogCd/Qil0rpOs0fRmYknQNgd1jeGTvPS/tGPCTM8uyOonQRJGUUtK8elkpQ2LlFyfP9bjROiMw==
19791979
dependencies:
19801980
"@microsoft/fetch-event-source" "^2.0.1"
1981-
"@next-core/cook" "^2.5.6"
1981+
"@next-core/cook" "^2.5.8"
19821982
"@next-core/types" "^1.14.0"
19831983
file-saver "^2.0.5"
19841984
lodash "^4.17.21"

0 commit comments

Comments
 (0)