Skip to content

Commit 8b4935e

Browse files
committed
Merge branch 'main' into enhancement/docs-site-ts
2 parents 2b37f40 + 55fe987 commit 8b4935e

File tree

2 files changed

+90
-44
lines changed

2 files changed

+90
-44
lines changed

docs-site/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@
2626
"devDependencies": {
2727
"@eslint/js": "^9.35.0",
2828
"@types/lodash": "^4.17.0",
29-
"@types/react": "^19.1.12",
29+
"@types/react": "^19.1.13",
3030
"@types/react-dom": "^19.1.9",
3131
"@typescript-eslint/eslint-plugin": "^7.0.0",
3232
"@typescript-eslint/parser": "^7.0.0",
33-
"@vitejs/plugin-react": "^5.0.2",
33+
"@vitejs/plugin-react": "^5.0.3",
3434
"eslint": "^9.35.0",
3535
"eslint-plugin-react": "^7.37.5",
3636
"eslint-plugin-react-hooks": "^6.0.0",
3737
"eslint-plugin-react-refresh": "^0.4.20",
38-
"globals": "^16.3.0",
38+
"globals": "^16.4.0",
3939
"sass": "^1.92.1",
4040
"typescript": "^5.7.2",
41-
"vite": "^7.1.5"
41+
"vite": "^7.1.6"
4242
},
4343
"packageManager": "[email protected]"
4444
}

docs-site/yarn.lock

Lines changed: 86 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -81,26 +81,26 @@ __metadata:
8181
languageName: node
8282
linkType: hard
8383

84-
"@babel/core@npm:^7.28.3":
85-
version: 7.28.3
86-
resolution: "@babel/core@npm:7.28.3"
84+
"@babel/core@npm:^7.28.4":
85+
version: 7.28.4
86+
resolution: "@babel/core@npm:7.28.4"
8787
dependencies:
88-
"@ampproject/remapping": "npm:^2.2.0"
8988
"@babel/code-frame": "npm:^7.27.1"
9089
"@babel/generator": "npm:^7.28.3"
9190
"@babel/helper-compilation-targets": "npm:^7.27.2"
9291
"@babel/helper-module-transforms": "npm:^7.28.3"
93-
"@babel/helpers": "npm:^7.28.3"
94-
"@babel/parser": "npm:^7.28.3"
92+
"@babel/helpers": "npm:^7.28.4"
93+
"@babel/parser": "npm:^7.28.4"
9594
"@babel/template": "npm:^7.27.2"
96-
"@babel/traverse": "npm:^7.28.3"
97-
"@babel/types": "npm:^7.28.2"
95+
"@babel/traverse": "npm:^7.28.4"
96+
"@babel/types": "npm:^7.28.4"
97+
"@jridgewell/remapping": "npm:^2.3.5"
9898
convert-source-map: "npm:^2.0.0"
9999
debug: "npm:^4.1.0"
100100
gensync: "npm:^1.0.0-beta.2"
101101
json5: "npm:^2.2.3"
102102
semver: "npm:^6.3.1"
103-
checksum: 10c0/e6b3eb830c4b93f5a442b305776df1cd2bb4fafa4612355366f67c764f3e54a69d45b84def77fb2d4fd83439102667b0a92c3ea2838f678733245b748c602a7b
103+
checksum: 10c0/ef5a6c3c6bf40d3589b5593f8118cfe2602ce737412629fb6e26d595be2fcbaae0807b43027a5c42ec4fba5b895ff65891f2503b5918c8a3ea3542ab44d4c278
104104
languageName: node
105105
linkType: hard
106106

@@ -397,13 +397,13 @@ __metadata:
397397
languageName: node
398398
linkType: hard
399399

400-
"@babel/helpers@npm:^7.28.3":
401-
version: 7.28.3
402-
resolution: "@babel/helpers@npm:7.28.3"
400+
"@babel/helpers@npm:^7.28.4":
401+
version: 7.28.4
402+
resolution: "@babel/helpers@npm:7.28.4"
403403
dependencies:
404404
"@babel/template": "npm:^7.27.2"
405-
"@babel/types": "npm:^7.28.2"
406-
checksum: 10c0/03a8f94135415eec62d37be9c62c63908f2d5386c7b00e04545de4961996465775330e3eb57717ea7451e19b0e24615777ebfec408c2adb1df3b10b4df6bf1ce
405+
"@babel/types": "npm:^7.28.4"
406+
checksum: 10c0/aaa5fb8098926dfed5f223adf2c5e4c7fbba4b911b73dfec2d7d3083f8ba694d201a206db673da2d9b3ae8c01793e795767654558c450c8c14b4c2175b4fcb44
407407
languageName: node
408408
linkType: hard
409409

@@ -460,6 +460,17 @@ __metadata:
460460
languageName: node
461461
linkType: hard
462462

463+
"@babel/parser@npm:^7.28.4":
464+
version: 7.28.4
465+
resolution: "@babel/parser@npm:7.28.4"
466+
dependencies:
467+
"@babel/types": "npm:^7.28.4"
468+
bin:
469+
parser: ./bin/babel-parser.js
470+
checksum: 10c0/58b239a5b1477ac7ed7e29d86d675cc81075ca055424eba6485872626db2dc556ce63c45043e5a679cd925e999471dba8a3ed4864e7ab1dbf64306ab72c52707
471+
languageName: node
472+
linkType: hard
473+
463474
"@babel/plugin-transform-private-methods@npm:^7.24.4":
464475
version: 7.25.9
465476
resolution: "@babel/plugin-transform-private-methods@npm:7.25.9"
@@ -587,6 +598,21 @@ __metadata:
587598
languageName: node
588599
linkType: hard
589600

601+
"@babel/traverse@npm:^7.28.4":
602+
version: 7.28.4
603+
resolution: "@babel/traverse@npm:7.28.4"
604+
dependencies:
605+
"@babel/code-frame": "npm:^7.27.1"
606+
"@babel/generator": "npm:^7.28.3"
607+
"@babel/helper-globals": "npm:^7.28.0"
608+
"@babel/parser": "npm:^7.28.4"
609+
"@babel/template": "npm:^7.27.2"
610+
"@babel/types": "npm:^7.28.4"
611+
debug: "npm:^4.3.1"
612+
checksum: 10c0/ee678fdd49c9f54a32e07e8455242390d43ce44887cea6567b233fe13907b89240c377e7633478a32c6cf1be0e17c2f7f3b0c59f0666e39c5074cc47b968489c
613+
languageName: node
614+
linkType: hard
615+
590616
"@babel/types@npm:^7.0.0, @babel/types@npm:^7.20.7":
591617
version: 7.22.5
592618
resolution: "@babel/types@npm:7.22.5"
@@ -638,6 +664,16 @@ __metadata:
638664
languageName: node
639665
linkType: hard
640666

667+
"@babel/types@npm:^7.28.4":
668+
version: 7.28.4
669+
resolution: "@babel/types@npm:7.28.4"
670+
dependencies:
671+
"@babel/helper-string-parser": "npm:^7.27.1"
672+
"@babel/helper-validator-identifier": "npm:^7.27.1"
673+
checksum: 10c0/ac6f909d6191319e08c80efbfac7bd9a25f80cc83b43cd6d82e7233f7a6b9d6e7b90236f3af7400a3f83b576895bcab9188a22b584eb0f224e80e6d4e95f4517
674+
languageName: node
675+
linkType: hard
676+
641677
"@babel/types@npm:^7.8.3":
642678
version: 7.25.0
643679
resolution: "@babel/types@npm:7.25.0"
@@ -1046,6 +1082,16 @@ __metadata:
10461082
languageName: node
10471083
linkType: hard
10481084

1085+
"@jridgewell/remapping@npm:^2.3.5":
1086+
version: 2.3.5
1087+
resolution: "@jridgewell/remapping@npm:2.3.5"
1088+
dependencies:
1089+
"@jridgewell/gen-mapping": "npm:^0.3.5"
1090+
"@jridgewell/trace-mapping": "npm:^0.3.24"
1091+
checksum: 10c0/3de494219ffeb2c5c38711d0d7bb128097edf91893090a2dbc8ee0b55d092bb7347b1fd0f478486c5eab010e855c73927b1666f2107516d472d24a73017d1194
1092+
languageName: node
1093+
linkType: hard
1094+
10491095
"@jridgewell/resolve-uri@npm:3.1.0":
10501096
version: 3.1.0
10511097
resolution: "@jridgewell/resolve-uri@npm:3.1.0"
@@ -1322,10 +1368,10 @@ __metadata:
13221368
languageName: node
13231369
linkType: hard
13241370

1325-
"@rolldown/pluginutils@npm:1.0.0-beta.34":
1326-
version: 1.0.0-beta.34
1327-
resolution: "@rolldown/pluginutils@npm:1.0.0-beta.34"
1328-
checksum: 10c0/96565287991825ecd90b60607dae908ebfdde233661fc589c98547a75c1fd0282b2e2a7849c3eb0c9941e2fba34667a8d5cdb8d597370815c19c2f29b4c157b4
1371+
"@rolldown/pluginutils@npm:1.0.0-beta.38":
1372+
version: 1.0.0-beta.38
1373+
resolution: "@rolldown/pluginutils@npm:1.0.0-beta.38"
1374+
checksum: 10c0/8353ec2528349f79e27d1a3193806725b85830da334e935cbb606d88c1177c58ea6519c578e4e93e5f677f5b22aecb8738894dbed14603e14b6bffe3facf1002
13291375
languageName: node
13301376
linkType: hard
13311377

@@ -1554,12 +1600,12 @@ __metadata:
15541600
languageName: node
15551601
linkType: hard
15561602

1557-
"@types/react@npm:^19.1.12":
1558-
version: 19.1.12
1559-
resolution: "@types/react@npm:19.1.12"
1603+
"@types/react@npm:^19.1.13":
1604+
version: 19.1.15
1605+
resolution: "@types/react@npm:19.1.15"
15601606
dependencies:
15611607
csstype: "npm:^3.0.2"
1562-
checksum: 10c0/e35912b43da0caaab5252444bab87a31ca22950cde2822b3b3dc32e39c2d42dad1a4cf7b5dde9783aa2d007f0b2cba6ab9563fc6d2dbcaaa833b35178118767c
1608+
checksum: 10c0/f72cb36cb12a0c8aeba4df5a52d6b8a66509983c109201582c156676e8f1a6f5f2b74103f996ae756a04154d3722154350bd606cb87df211bbacda93139225b2
15631609
languageName: node
15641610
linkType: hard
15651611

@@ -1681,19 +1727,19 @@ __metadata:
16811727
languageName: node
16821728
linkType: hard
16831729

1684-
"@vitejs/plugin-react@npm:^5.0.2":
1685-
version: 5.0.2
1686-
resolution: "@vitejs/plugin-react@npm:5.0.2"
1730+
"@vitejs/plugin-react@npm:^5.0.3":
1731+
version: 5.0.4
1732+
resolution: "@vitejs/plugin-react@npm:5.0.4"
16871733
dependencies:
1688-
"@babel/core": "npm:^7.28.3"
1734+
"@babel/core": "npm:^7.28.4"
16891735
"@babel/plugin-transform-react-jsx-self": "npm:^7.27.1"
16901736
"@babel/plugin-transform-react-jsx-source": "npm:^7.27.1"
1691-
"@rolldown/pluginutils": "npm:1.0.0-beta.34"
1737+
"@rolldown/pluginutils": "npm:1.0.0-beta.38"
16921738
"@types/babel__core": "npm:^7.20.5"
16931739
react-refresh: "npm:^0.17.0"
16941740
peerDependencies:
16951741
vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
1696-
checksum: 10c0/6b02478498d8095b4c5b688b457f8ff35c3274489399f79cf412c2d68213c5e7796d245de27093ccf91b4fb4b644a31e9a759d91caa1ba62da105be3875fc6dd
1742+
checksum: 10c0/bb9360a4b4c0abf064d22211756b999faf23889ac150de490590ca7bd029b0ef7f4cd8ba3a32b86682a62d46fb7bebd75b3fa9835c57c78123f4a646de2e0136
16971743
languageName: node
16981744
linkType: hard
16991745

@@ -3322,10 +3368,10 @@ __metadata:
33223368
languageName: node
33233369
linkType: hard
33243370

3325-
"globals@npm:^16.3.0":
3326-
version: 16.3.0
3327-
resolution: "globals@npm:16.3.0"
3328-
checksum: 10c0/c62dc20357d1c0bf2be4545d6c4141265d1a229bf1c3294955efb5b5ef611145391895e3f2729f8603809e81b30b516c33e6c2597573844449978606aad6eb38
3371+
"globals@npm:^16.4.0":
3372+
version: 16.4.0
3373+
resolution: "globals@npm:16.4.0"
3374+
checksum: 10c0/a14b447a78b664b42f6d324e8675fcae6fe5e57924fecc1f6328dce08af9b2ca3a3138501e1b1f244a49814a732dc60cfc1aa24e714e0b64ac8bd18910bfac90
33293375
languageName: node
33303376
linkType: hard
33313377

@@ -4825,19 +4871,19 @@ __metadata:
48254871
dependencies:
48264872
"@eslint/js": "npm:^9.35.0"
48274873
"@types/lodash": "npm:^4.17.0"
4828-
"@types/react": "npm:^19.1.12"
4874+
"@types/react": "npm:^19.1.13"
48294875
"@types/react-dom": "npm:^19.1.9"
48304876
"@typescript-eslint/eslint-plugin": "npm:^7.0.0"
48314877
"@typescript-eslint/parser": "npm:^7.0.0"
4832-
"@vitejs/plugin-react": "npm:^5.0.2"
4878+
"@vitejs/plugin-react": "npm:^5.0.3"
48334879
copy-to-clipboard: "npm:^3.3.3"
48344880
date-fns: "npm:^4.1.0"
48354881
esbuild-wasm: "npm:^0.25.9"
48364882
eslint: "npm:^9.35.0"
48374883
eslint-plugin-react: "npm:^7.37.5"
48384884
eslint-plugin-react-hooks: "npm:^6.0.0"
48394885
eslint-plugin-react-refresh: "npm:^0.4.20"
4840-
globals: "npm:^16.3.0"
4886+
globals: "npm:^16.4.0"
48414887
highlight.js: "npm:^11.11.1"
48424888
lodash: "npm:^4.17.21"
48434889
prism-react-renderer: "npm:^2.4.1"
@@ -4848,7 +4894,7 @@ __metadata:
48484894
sass: "npm:^1.92.1"
48494895
slugify: "npm:^1.6.6"
48504896
typescript: "npm:^5.7.2"
4851-
vite: "npm:^7.1.5"
4897+
vite: "npm:^7.1.6"
48524898
languageName: unknown
48534899
linkType: soft
48544900

@@ -5824,9 +5870,9 @@ __metadata:
58245870
languageName: node
58255871
linkType: hard
58265872

5827-
"vite@npm:^7.1.5":
5828-
version: 7.1.5
5829-
resolution: "vite@npm:7.1.5"
5873+
"vite@npm:^7.1.6":
5874+
version: 7.1.7
5875+
resolution: "vite@npm:7.1.7"
58305876
dependencies:
58315877
esbuild: "npm:^0.25.0"
58325878
fdir: "npm:^6.5.0"
@@ -5875,7 +5921,7 @@ __metadata:
58755921
optional: true
58765922
bin:
58775923
vite: bin/vite.js
5878-
checksum: 10c0/782d2f20c25541b26d1fb39bef5f194149caff39dc25b7836e25f049ca919f2e2ce186bddb21f3f20f6195354b3579ec637a8ca08d65b117f8b6f81e3e730a9c
5924+
checksum: 10c0/3f6bd61a65aaa81368f4dda804f0e23b103664724218ccb5a0b1a0c7e284df498107b57ced951dc40ae4c5d472435bc8fb5c836414e729ee7e102809eaf6ff80
58795925
languageName: node
58805926
linkType: hard
58815927

0 commit comments

Comments
 (0)