Skip to content

Commit bd5ae00

Browse files
chore(deps-dev): bump vite from 6.0.5 to 6.0.7
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.5 to 6.0.7. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.0.7/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1606253 commit bd5ae00

File tree

3 files changed

+174
-164
lines changed

3 files changed

+174
-164
lines changed

examples/demo-subconnect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"eslint-plugin-react-hooks": "^4.6.2",
4242
"eslint-plugin-react-refresh": "^0.4.16",
4343
"typescript": "^5.5.2",
44-
"vite": "^6.0.5",
44+
"vite": "^6.0.7",
4545
"vite-tsconfig-paths": "^5.1.4"
4646
}
4747
}

examples/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eslint-plugin-react-hooks": "^4.6.2",
3636
"eslint-plugin-react-refresh": "^0.4.16",
3737
"typescript": "^5.5.2",
38-
"vite": "^6.0.5",
38+
"vite": "^6.0.7",
3939
"vite-tsconfig-paths": "^5.1.4"
4040
}
4141
}

0 commit comments

Comments
 (0)