Skip to content

Commit

Permalink
chore(deps): update dependency vite to v3.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 7, 2024
1 parent bf5b680 commit 003a2ee
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/todo-example/client-apollo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"react-dom": "17.0.2",
"socket.io-client": "4.5.2",
"todomvc-app-css": "2.4.3",
"vite": "3.2.4",
"vite": "3.2.10",
"@apollo/client": "3.10.8",
"@n1ru4l/graphql-live-query-patch-jsondiffpatch": "0.8.0",
"@n1ru4l/push-pull-async-iterable-iterator": "3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/todo-example/client-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"socket.io-client": "4.5.2",
"todomvc-app-css": "2.4.3",
"classnames": "2.3.2",
"vite": "3.2.4",
"vite": "3.2.10",
"vite-plugin-babel-macros": "1.0.6",
"graphql-ws": "5.11.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/todo-example/client-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-dom": "17.0.2",
"socket.io-client": "4.5.2",
"todomvc-app-css": "2.4.3",
"vite": "3.2.4",
"vite": "3.2.10",
"urql": "2.2.3",
"graphql": "16.0.0-experimental-stream-defer.5"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8851,10 +8851,10 @@ [email protected]:
"@types/babel__core" "^7.1.18"
babel-plugin-macros "^3.1.0"

[email protected].4:
version "3.2.4"
resolved "https://registry.yarnpkg.com/vite/-/vite-3.2.4.tgz#d8c7892dd4268064e04fffbe7d866207dd24166e"
integrity sha512-Z2X6SRAffOUYTa+sLy3NQ7nlHFU100xwanq1WDwqaiFiCe+25zdxP1TfCS5ojPV2oDDcXudHIoPnI1Z/66B7Yw==
[email protected].10:
version "3.2.10"
resolved "https://registry.yarnpkg.com/vite/-/vite-3.2.10.tgz#7ac79fead82cfb6b5bf65613cd82fba6dcc81340"
integrity sha512-Dx3olBo/ODNiMVk/cA5Yft9Ws+snLOXrhLtrI3F4XLt4syz2Yg8fayZMWScPKoz12v5BUv7VEmQHnsfpY80fYw==
dependencies:
esbuild "^0.15.9"
postcss "^8.4.18"
Expand Down

0 comments on commit 003a2ee

Please sign in to comment.