Skip to content

Commit 1c55c11

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

File tree

2 files changed

+81
-81
lines changed

2 files changed

+81
-81
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.69.4",
4343
"@next-core/types": "^1.14.0",
4444
"react": "^19.0.0",
4545
"react-dom": "^19.0.0"

yarn.lock

Lines changed: 80 additions & 80 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.5", "@babel/parser@^7.27.5":
255+
version "7.28.4"
256+
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.28.4.tgz#da25d4643532890932cc03f7705fe19637e03fa8"
257+
integrity sha512-yZbBqeM6TkpP9du/I2pUZnJsRMGGvOuIrhjzC1AwHwW+6he4mni6Bp/m8ijn0iOuZuPI2BfkCoSRunpyjnrQKg==
258258
dependencies:
259-
"@babel/types" "^7.26.5"
259+
"@babel/types" "^7.28.4"
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.28.4", "@babel/types@^7.3.0", "@babel/types@^7.3.3", "@babel/types@^7.4.4":
1030+
version "7.28.4"
1031+
resolved "https://registry.npmjs.org/@babel/types/-/types-7.28.4.tgz#0a4e618f4c60a7cd6c11cb2d48060e4dbe38ac3a"
1032+
integrity sha512-bkFqkLhh3pMBUQQkpVgWDWq/lqzc2678eUyDlTBhRqhCHFguYYGM0Efga7tYk4TogG/3x0EEl66/OQ+WGbWB/Q==
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.6":
1370+
version "0.7.6"
1371+
resolved "https://registry.npmjs.org/@easyops-cn/brick-next-pipes/-/brick-next-pipes-0.7.6.tgz#adb4624b8f1dda0a114b19d3aad4b57ed2b48529"
1372+
integrity sha512-kpSU0lLJ78/E2v7aa3oG2IFvfxJtERjT0yjYje2p+oivUUDRy3Ydf1Rw2Kz20mlsfid9rKM7W6qcADiXfjX1tw==
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.12":
1853+
version "2.5.12"
1854+
resolved "https://registry.npmjs.org/@next-core/cook/-/cook-2.5.12.tgz#5ab85403097a70fd7b8833c72bc86e39d1484a9d"
1855+
integrity sha512-fWeXaXIHPbgG0qjsEmv+Tl+quCQs3u8ALU5Qt9w6fumCdGftbZUrEQnC0/CxMTw7ebxqufWok6i8km1XNjqReg==
18561856
dependencies:
1857-
"@babel/parser" "^7.26.5"
1857+
"@babel/parser" "^7.27.5"
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.14":
1873+
version "1.2.14"
1874+
resolved "https://registry.npmjs.org/@next-core/http/-/http-1.2.14.tgz#4e080dec3398e43beeaff669ac778839d87fe192"
1875+
integrity sha512-ePt0C391VGuy9mo3AA8Z3kYOV1WoAzD2E3kzbCFR911c019BKI1HGU5KoyCOAFDd5pZr+yUzwXhf+GoYdAZITA==
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.85":
1878+
version "1.0.85"
1879+
resolved "https://registry.npmjs.org/@next-core/i18n/-/i18n-1.0.85.tgz#5d101ac2f28675989e21acc506e1d9d87864d086"
1880+
integrity sha512-X0Ui+jS6Y/zcOVR+XtKi47mg+4lS2ZpiuPYq85l44kiDnA4npeff164/iyu+LB/JqVrruNGo6TWVojCHTcvyPA==
18811881
dependencies:
1882-
"@next-core/types" "^1.14.0"
1883-
"@next-core/utils" "^1.7.28"
1882+
"@next-core/types" "^1.17.0"
1883+
"@next-core/utils" "^1.8.6"
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.60":
1888+
version "1.0.60"
1889+
resolved "https://registry.npmjs.org/@next-core/inject/-/inject-1.0.60.tgz#2064e6e0b50aa69a8512931aa522330d2b234ac2"
1890+
integrity sha512-BA0g/2r7x1FcR10pJqBJ6FQq17mw03q3TFFNVP+jJPrcRYJUQV/u8QxqCLxTJXBwVwh6WBXWulbX3lfTRMKe2A==
18911891
dependencies:
1892-
"@next-core/pipes" "^2.0.30"
1893-
"@next-core/types" "^1.14.0"
1892+
"@next-core/pipes" "^2.0.36"
1893+
"@next-core/types" "^1.17.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.17":
1897+
version "1.6.17"
1898+
resolved "https://registry.npmjs.org/@next-core/loader/-/loader-1.6.17.tgz#0056e8d7ebcd4dd45553d7accd626f22be835c22"
1899+
integrity sha512-zlGReNvPJCBWw3dI4/AXzavZyLFY+tH0OX8VWHPzQ2GXWYH0oUgmA/olowQXGDWuj2WmmooRLkLcY8o1slW4UA==
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.36":
1902+
version "2.0.36"
1903+
resolved "https://registry.npmjs.org/@next-core/pipes/-/pipes-2.0.36.tgz#da1aa0494be73e2ac927a2653e43a2cdc8f5e7df"
1904+
integrity sha512-2CyP0Nwuqw/pdGusP/FlgPUji1tNoxVRNMQYiigxO3Y0Q2S7jfE4HtUQI85fWxtFvpuohsA4BNVu7rL1ptn4Og==
19051905
dependencies:
1906-
"@easyops-cn/brick-next-pipes" "^0.7.1"
1906+
"@easyops-cn/brick-next-pipes" "^0.7.6"
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.69.4":
1912+
version "1.69.4"
1913+
resolved "https://registry.npmjs.org/@next-core/runtime/-/runtime-1.69.4.tgz#c4013752259ec71ec1169d95be0302b5943fd336"
1914+
integrity sha512-46Jii23nb0szjSPPT755xzBIenkOVmOfMml5JeaRXnLCI2k4hy8QpsmCuFXv8xu/OSVUj/drLmj+15k1XdRdgA==
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"
1923-
"@next-core/types" "^1.14.0"
1924-
"@next-core/utils" "^1.7.28"
1917+
"@next-core/cook" "^2.5.12"
1918+
"@next-core/http" "^1.2.14"
1919+
"@next-core/i18n" "^1.0.85"
1920+
"@next-core/inject" "^1.0.60"
1921+
"@next-core/loader" "^1.6.17"
1922+
"@next-core/supply" "^2.3.9"
1923+
"@next-core/types" "^1.17.0"
1924+
"@next-core/utils" "^1.8.6"
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.9":
1938+
version "2.3.9"
1939+
resolved "https://registry.npmjs.org/@next-core/supply/-/supply-2.3.9.tgz#9664b1aa1ec5bef1c91c4555c1dcb854171a6bc8"
1940+
integrity sha512-a6HqrFO/fR1SFYW04z9guu+ejtQ1lNpRiJfpDgbHHkJKSUVbMe0XCQHNZhyKclq2LbygTF8ICgKJtIqz8C6bNA==
19411941
dependencies:
1942-
"@next-core/pipes" "^2.0.30"
1942+
"@next-core/pipes" "^2.0.36"
19431943
lodash "^4.17.21"
19441944
moment "^2.30.1"
19451945

@@ -1967,19 +1967,19 @@
19671967
dependencies:
19681968
"@next-core/styles-v3" "^0.3.5"
19691969

1970-
"@next-core/types@^1.14.0":
1971-
version "1.14.0"
1972-
resolved "https://registry.npmjs.org/@next-core/types/-/types-1.14.0.tgz#c5133830573d8c58af48c4778bdf2f9ca739c531"
1973-
integrity sha512-He1FE77cEcJrJZ7Mzk5JIsnRhfv65yi5QF171VRVILeBuWUqUxOFZHLckBR9cKJ34IBj1sSggtE48KS4vmkZVg==
1970+
"@next-core/types@^1.14.0", "@next-core/types@^1.17.0":
1971+
version "1.17.0"
1972+
resolved "https://registry.npmjs.org/@next-core/types/-/types-1.17.0.tgz#c44e70d0787d12efaa47b93336b417b893c76584"
1973+
integrity sha512-homyxYuLnfTB0hIAF/6e7O5VnIXxWTpBWcvDFVzJLdx2iWdNtLFGLCd7rCVjnyFG25LzQlvxUItxGLVL6kleXw==
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.8.6":
1976+
version "1.8.6"
1977+
resolved "https://registry.npmjs.org/@next-core/utils/-/utils-1.8.6.tgz#d215860c1a6541d52598bd4b96f62da3fdd2486f"
1978+
integrity sha512-Wt33jJXbOOOlF8/dxhalieRI1+NnCQLR3oLoev4MWkmbqIWTdlUch0FUGWP1bPvpp2FLIZauRop2OvVPY17IGg==
19791979
dependencies:
19801980
"@microsoft/fetch-event-source" "^2.0.1"
1981-
"@next-core/cook" "^2.5.6"
1982-
"@next-core/types" "^1.14.0"
1981+
"@next-core/cook" "^2.5.12"
1982+
"@next-core/types" "^1.17.0"
19831983
file-saver "^2.0.5"
19841984
lodash "^4.17.21"
19851985

0 commit comments

Comments
 (0)