mirror of
https://github.com/thelittlerocket/rss-to-email.git
synced 2025-01-31 05:17:48 +08:00
Update dependency @vitejs/plugin-react to v4.3.1 (#309)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
d9c3d09196
commit
e38b99abdc
2 changed files with 5 additions and 5 deletions
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -30,7 +30,7 @@
|
|||
"devDependencies": {
|
||||
"@types/react": "18.3.3",
|
||||
"@types/react-dom": "18.3.0",
|
||||
"@vitejs/plugin-react": "4.3.0",
|
||||
"@vitejs/plugin-react": "4.3.1",
|
||||
"express": "4.19.2",
|
||||
"prettier": "3.3.1",
|
||||
"rimraf": "5.0.7",
|
||||
|
@ -1333,9 +1333,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@vitejs/plugin-react": {
|
||||
"version": "4.3.0",
|
||||
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.3.0.tgz",
|
||||
"integrity": "sha512-KcEbMsn4Dpk+LIbHMj7gDPRKaTMStxxWRkRmxsg/jVdFdJCZWt1SchZcf0M4t8lIKdwwMsEyzhrcOXRrDPtOBw==",
|
||||
"version": "4.3.1",
|
||||
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.3.1.tgz",
|
||||
"integrity": "sha512-m/V2syj5CuVnaxcUJOQRel/Wr31FFXRFlnOoq1TVtkCxsY5veGMTEmpWHndrhB2U8ScHtCQB1e+4hWYExQc6Lg==",
|
||||
"dev": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
"devDependencies": {
|
||||
"@types/react": "18.3.3",
|
||||
"@types/react-dom": "18.3.0",
|
||||
"@vitejs/plugin-react": "4.3.0",
|
||||
"@vitejs/plugin-react": "4.3.1",
|
||||
"express": "4.19.2",
|
||||
"prettier": "3.3.1",
|
||||
"rimraf": "5.0.7",
|
||||
|
|
Loading…
Reference in a new issue