Skip to content

Commit

Permalink
Bump vite from 4.5.5 to 4.5.6
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.5 to 4.5.6.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.6/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.5.6/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2025
1 parent eb61441 commit dc0a8fd
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 43 deletions.
2 changes: 1 addition & 1 deletion navigator-html-injectables/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"css-selector-generator": "^3.6.4",
"tslib": "^2.6.1",
"typescript": "^5.4.5",
"vite": "^4.5.5"
"vite": "^4.5.6"
}
}
2 changes: 1 addition & 1 deletion navigator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"typescript-plugin-css-modules": "^5.1.0",
"vite": "^4.5.5"
"vite": "^4.5.6"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"devDependencies": {
"tslib": "^2.7.0",
"typescript": "^5.4.5",
"vite": "^4.5.5"
"vite": "^4.5.6"
},
"workspaces": [
"navigator",
Expand Down
77 changes: 39 additions & 38 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
"size-limit": "^11.1.4",
"tslib": "^2.6.2",
"typescript": "^5.4.5",
"vite": "^4.5.5"
"vite": "^4.5.6"
}
}
2 changes: 1 addition & 1 deletion testapp/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"css-selector-generator": "^3.6.9",
"@readium/css": "^1.1.0",
"typescript": "^5.6.3",
"vite": "^4.5.5"
"vite": "^4.5.6"
}
}

0 comments on commit dc0a8fd

Please sign in to comment.