Skip to content

Commit aa30654

Browse files
Bump vite from 5.4.18 to 5.4.20
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.18 to 5.4.20. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.20/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.20/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-version: 5.4.20 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e4cf3f commit aa30654

5 files changed

Lines changed: 1133 additions & 300 deletions

File tree

examples/circle-smart-account/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
"@types/react-dom": "^18.0.10",
1818
"@vitejs/plugin-react": "^4.3.2",
1919
"typescript": "^5.0.3",
20-
"vite": "^5.4.18"
20+
"vite": "^5.4.20"
2121
}
2222
}

examples/dynamic-integration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@types/react-dom": "^18.0.10",
2020
"@vitejs/plugin-react": "^4.3.2",
2121
"typescript": "^5.0.3",
22-
"vite": "^5.4.18"
22+
"vite": "^5.4.20"
2323
}
2424
}

examples/eip-1193/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@types/react-dom": "^18.0.10",
1919
"@vitejs/plugin-react": "^4.3.2",
2020
"typescript": "^5.0.3",
21-
"vite": "^5.4.18"
21+
"vite": "^5.4.20"
2222
}
2323
}

examples/passkey-recovery/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@types/react-dom": "^18.0.10",
1919
"@vitejs/plugin-react": "^4.3.2",
2020
"typescript": "^5.0.3",
21-
"vite": "^5.4.18",
21+
"vite": "^5.4.20",
2222
"vite-plugin-node-polyfills": "^0.21.0"
2323
}
2424
}

0 commit comments

Comments
 (0)