Skip to content

Commit

Permalink
Upgrade Vite to 5.1.3 (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianBouron authored Feb 17, 2024
1 parent 1ac1afc commit 9424cc2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"eslint-plugin-react-refresh": "^0.4.5",
"happy-dom": "^13.3.8",
"typescript": "^5.3.3",
"vite": "^5.1.0",
"vite": "^5.1.3",
"vite-plugin-node-polyfills": "^0.19.0",
"vitest": "^1.2.2",
"vitest-canvas-mock": "^0.3.3"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8672,10 +8672,10 @@ vite@^5.0.0:
optionalDependencies:
fsevents "~2.3.3"

vite@^5.1.0:
version "5.1.0"
resolved "https://registry.yarnpkg.com/vite/-/vite-5.1.0.tgz#4510394f48b942ecc6843025f4b926ba99a2fb8c"
integrity sha512-STmSFzhY4ljuhz14bg9LkMTk3d98IO6DIArnTY6MeBwiD1Za2StcQtz7fzOUnRCqrHSD5+OS2reg4HOz1eoLnw==
vite@^5.1.3:
version "5.1.3"
resolved "https://registry.yarnpkg.com/vite/-/vite-5.1.3.tgz#dd072653a80225702265550a4700561740dfde55"
integrity sha512-UfmUD36DKkqhi/F75RrxvPpry+9+tTkrXfMNZD+SboZqBCMsxKtO52XeGzzuh7ioz+Eo/SYDBbdb0Z7vgcDJew==
dependencies:
esbuild "^0.19.3"
postcss "^8.4.35"
Expand Down

0 comments on commit 9424cc2

Please sign in to comment.