Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit a1e5053

Browse files
authored
[SECURE-905] chore: update vite* deps (#418)
## Changes The secure vulnerability has been found in `[email protected]` so fixed the version to >= 3.0.5. And updated other vite related packages to latest as well. ticket: https://sendbird.atlassian.net/browse/SECURE-905 ## Additional Notes - ## Checklist Before requesting a code review, please check the following: - [x] **[Required]** CI has passed all checks. - [x] **[Required]** A self-review has been conducted to ensure there are no minor mistakes. - [x] **[Required]** Unnecessary comments/debugging code have been removed. - [x] **[Required]** All requirements specified in the ticket have been accurately implemented. - [ ] Ensure the ticket has been updated with the sprint, status, and story points.
1 parent 6e93695 commit a1e5053

File tree

3 files changed

+1141
-423
lines changed

3 files changed

+1141
-423
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@types/styled-components": "^5.1.26",
4545
"@typescript-eslint/eslint-plugin": "^5.60.1",
4646
"@typescript-eslint/parser": "^5.60.1",
47-
"@vitejs/plugin-react": "^4.2.1",
47+
"@vitejs/plugin-react": "^4.3.4",
4848
"@wyw-in-js/babel-preset": "^0.5.3",
4949
"@wyw-in-js/vite": "^0.5.3",
5050
"date-fns": "^3.6.0",
@@ -66,10 +66,10 @@
6666
"ts-pattern": "^5.1.1",
6767
"tsc-silent": "^1.2.2",
6868
"typescript": "5.0.2",
69-
"vite": "5.2.14",
70-
"vite-plugin-dts": "^3.7.0",
71-
"vite-plugin-svgr": "^4.2.0",
72-
"vitest": "^1.6.0"
69+
"vite": "^6.0.11",
70+
"vite-plugin-dts": "^4.4.0",
71+
"vite-plugin-svgr": "^4.3.0",
72+
"vitest": "^3.0.5"
7373
},
7474
"peerDependencies": {
7575
"date-fns": "^3.6.0",

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ export default defineConfig({
5252
name: 'ChatAiWidget',
5353
formats: ['es', 'umd'],
5454
fileName: (format) => `index.${format}.js`,
55+
cssFileName: 'style',
5556
},
5657
rollupOptions: {
5758
plugins: [terser()],

0 commit comments

Comments
 (0)