Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Optimize Vite
  • Loading branch information
BrunoQuaresma committed May 25, 2025
commit 8534a1c0b5a9649f6fd74b3bee5df2a0d35f3dcd
15 changes: 10 additions & 5 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@
"rehype-raw": "7.0.0",
"remark-gfm": "4.0.0",
"resize-observer-polyfill": "1.5.1",
"rollup-plugin-visualizer": "5.14.0",
"semver": "7.6.2",
"tailwind-merge": "2.6.0",
"tailwindcss-animate": "1.0.7",
Expand Down Expand Up @@ -163,7 +162,7 @@
"@types/ssh2": "1.15.1",
"@types/ua-parser-js": "0.7.36",
"@types/uuid": "9.0.2",
"@vitejs/plugin-react": "4.3.4",
"@vitejs/plugin-react": "4.5.0",
"autoprefixer": "10.4.20",
"chromatic": "11.25.2",
"dpdm": "3.14.0",
Expand All @@ -179,19 +178,25 @@
"msw": "2.4.8",
"postcss": "8.5.1",
"protobufjs": "7.4.0",
"rollup-plugin-visualizer": "5.14.0",
"rxjs": "7.8.1",
"ssh2": "1.16.0",
"storybook": "8.5.3",
"storybook-addon-remix-react-router": "3.1.0",
"tailwindcss": "3.4.17",
"terser": "5.39.2",
"ts-proto": "1.164.0",
"ts-prune": "0.10.3",
"typescript": "5.6.3",
"vite": "5.4.19",
"vite-plugin-checker": "0.8.0",
"vite": "6.3.5",
"vite-plugin-checker": "0.9.3",
"vite-plugin-turbosnap": "1.0.3"
},
"browserslist": ["chrome 110", "firefox 111", "safari 16.0"],
"browserslist": [
"chrome 110",
"firefox 111",
"safari 16.0"
],
"resolutions": {
"optionator": "0.9.3",
"semver": "7.6.2"
Expand Down
Loading