chore(deps): update dependency @vitejs/plugin-react to v5.2.0

This commit is contained in:
Łukasz Mierzwa
2026-03-13 11:58:47 +00:00
committed by Łukasz Mierzwa
parent fae40a60d8
commit 450ad947af
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -67,7 +67,7 @@
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-legacy": "7.2.1",
"@vitejs/plugin-react": "5.1.4",
"@vitejs/plugin-react": "5.2.0",
"csstype": "3.2.3",
"eslint": "10.0.3",
"eslint-config-prettier": "10.1.8",
@@ -5403,9 +5403,9 @@
}
},
"node_modules/@vitejs/plugin-react": {
"version": "5.1.4",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.1.4.tgz",
"integrity": "sha512-VIcFLdRi/VYRU8OL/puL7QXMYafHmqOnwTZY50U1JPlCNj30PxCMx65c494b1K9be9hX83KVt0+gTEwTWLqToA==",
"version": "5.2.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.2.0.tgz",
"integrity": "sha512-YmKkfhOAi3wsB1PhJq5Scj3GXMn3WvtQ/JC0xoopuHoXSdmtdStOpFrYaT1kie2YgFBcIe64ROzMYRjCrYOdYw==",
"dev": true,
"license": "MIT",
"dependencies": {
@@ -5420,7 +5420,7 @@
"node": "^20.19.0 || >=22.12.0"
},
"peerDependencies": {
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0"
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0"
}
},
"node_modules/acorn": {
+1 -1
View File
@@ -63,7 +63,7 @@
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@vitejs/plugin-legacy": "7.2.1",
"@vitejs/plugin-react": "5.1.4",
"@vitejs/plugin-react": "5.2.0",
"csstype": "3.2.3",
"eslint": "10.0.3",
"eslint-config-prettier": "10.1.8",