Skip to content

Commit 17a7eea

Browse files
Merge pull request #5873 from Hacker0x01/dependabot/npm_and_yarn/docs-site/vitejs/plugin-react-5.0.3
chore(deps-dev): bump @vitejs/plugin-react from 5.0.2 to 5.0.3 in /docs-site
2 parents d593e90 + e896e0b commit 17a7eea

File tree

2 files changed

+72
-26
lines changed

2 files changed

+72
-26
lines changed

docs-site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@eslint/js": "^9.35.0",
2525
"@types/react": "^19.1.13",
2626
"@types/react-dom": "^19.1.9",
27-
"@vitejs/plugin-react": "^5.0.2",
27+
"@vitejs/plugin-react": "^5.0.3",
2828
"eslint": "^9.35.0",
2929
"eslint-plugin-react": "^7.37.5",
3030
"eslint-plugin-react-hooks": "^6.0.0",

docs-site/yarn.lock

Lines changed: 71 additions & 25 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"
@@ -1295,10 +1341,10 @@ __metadata:
12951341
languageName: node
12961342
linkType: hard
12971343

1298-
"@rolldown/pluginutils@npm:1.0.0-beta.34":
1299-
version: 1.0.0-beta.34
1300-
resolution: "@rolldown/pluginutils@npm:1.0.0-beta.34"
1301-
checksum: 10c0/96565287991825ecd90b60607dae908ebfdde233661fc589c98547a75c1fd0282b2e2a7849c3eb0c9941e2fba34667a8d5cdb8d597370815c19c2f29b4c157b4
1344+
"@rolldown/pluginutils@npm:1.0.0-beta.35":
1345+
version: 1.0.0-beta.35
1346+
resolution: "@rolldown/pluginutils@npm:1.0.0-beta.35"
1347+
checksum: 10c0/feb6ab8f77ef2bde675099409c3ccd6a168f35a3c3e88482df3ca42494260fd42befe36e8e90ce358847a12aaab94cd8fe7069cf1e905edf91eb411d933906d9
13021348
languageName: node
13031349
linkType: hard
13041350

@@ -1529,19 +1575,19 @@ __metadata:
15291575
languageName: node
15301576
linkType: hard
15311577

1532-
"@vitejs/plugin-react@npm:^5.0.2":
1533-
version: 5.0.2
1534-
resolution: "@vitejs/plugin-react@npm:5.0.2"
1578+
"@vitejs/plugin-react@npm:^5.0.3":
1579+
version: 5.0.3
1580+
resolution: "@vitejs/plugin-react@npm:5.0.3"
15351581
dependencies:
1536-
"@babel/core": "npm:^7.28.3"
1582+
"@babel/core": "npm:^7.28.4"
15371583
"@babel/plugin-transform-react-jsx-self": "npm:^7.27.1"
15381584
"@babel/plugin-transform-react-jsx-source": "npm:^7.27.1"
1539-
"@rolldown/pluginutils": "npm:1.0.0-beta.34"
1585+
"@rolldown/pluginutils": "npm:1.0.0-beta.35"
15401586
"@types/babel__core": "npm:^7.20.5"
15411587
react-refresh: "npm:^0.17.0"
15421588
peerDependencies:
15431589
vite: ^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0
1544-
checksum: 10c0/6b02478498d8095b4c5b688b457f8ff35c3274489399f79cf412c2d68213c5e7796d245de27093ccf91b4fb4b644a31e9a759d91caa1ba62da105be3875fc6dd
1590+
checksum: 10c0/3fc071455630a0584c170c544d20fc3edaccfb60a1e03ea14ca76f049f2657eb645aba9c216db016b8d70e4f894285a78fcd92ef63a2fcfa7864da378ac52761
15451591
languageName: node
15461592
linkType: hard
15471593

@@ -4550,7 +4596,7 @@ __metadata:
45504596
"@eslint/js": "npm:^9.35.0"
45514597
"@types/react": "npm:^19.1.13"
45524598
"@types/react-dom": "npm:^19.1.9"
4553-
"@vitejs/plugin-react": "npm:^5.0.2"
4599+
"@vitejs/plugin-react": "npm:^5.0.3"
45544600
date-fns: "npm:^4.1.0"
45554601
eslint: "npm:^9.35.0"
45564602
eslint-plugin-react: "npm:^7.37.5"

0 commit comments

Comments
 (0)