Skip to content

Commit 1b03721

Browse files
pcdavidAxelRICHARD
authored andcommitted
[releng] Switch to Vite 8.0.13 and and @vitejs/plugin-react 6.0.2
Signed-off-by: Pierre-Charles David <pierre-charles.david@obeo.fr>
1 parent 4443e78 commit 1b03721

4 files changed

Lines changed: 118 additions & 124 deletions

File tree

CHANGELOG.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
=== Dependency update
1212

13+
- [releng] Update to https://github.com/vitejs/vite/releases/tag/v8.0.13[Vite 8.0.13] and https://github.com/vitejs/vite-plugin-react/releases/tag/plugin-react%406.0.2[`@vitejs/plugin-react` 6.0.2].
14+
1315
=== Bug fixes
1416

1517
=== Improvements

frontend/syson-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"@types/react-dom": "18.3.0",
118118
"@types/react-resizable": "3.0.8",
119119
"@types/react-router-dom": "5.3.3",
120-
"@vitejs/plugin-react": "6.0.1",
120+
"@vitejs/plugin-react": "6.0.2",
121121
"@vitest/coverage-v8": "3.2.4",
122122
"@xyflow/react": "12.6.0",
123123
"d3": "7.0.0",
@@ -144,7 +144,7 @@
144144
"svg-path-parser": "1.1.0",
145145
"tss-react": "4.9.16",
146146
"typescript": "5.4.5",
147-
"vite": "8.0.1",
147+
"vite": "8.0.13",
148148
"vitest": "3.2.4"
149149
}
150150
}

frontend/syson/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,12 @@
8181
"@types/react-dom": "18.3.0",
8282
"@types/react-resizable": "3.0.8",
8383
"@types/react-router-dom": "5.3.3",
84-
"@vitejs/plugin-react": "6.0.1",
84+
"@vitejs/plugin-react": "6.0.2",
8585
"@vitest/coverage-v8": "3.2.4",
8686
"jest-junit-reporter": "1.1.0",
8787
"prettier": "2.7.1",
8888
"typescript": "5.4.5",
89-
"vite": "8.0.1",
89+
"vite": "8.0.13",
9090
"vitest": "3.2.4"
9191
},
9292
"overrides": {

0 commit comments

Comments
 (0)