Skip to content

Commit

Permalink
build(deps-dev): bump vite from 5.4.11 to 5.4.12
Browse files Browse the repository at this point in the history
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.11 to 5.4.12.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.4.12/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 21, 2025
1 parent 5059ea6 commit c3af94e
Show file tree
Hide file tree
Showing 5 changed files with 279 additions and 250 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"globals": "^15.14.0",
"rimraf": "^6.0.1",
"typescript-eslint": "^8.18.1",
"vite": "^5.4.11"
"vite": "^5.4.12"
}
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1",
"vite": "^5.4.11",
"vite": "^5.4.12",
"vite-plugin-dts": "^4.3.0",
"vite-tsconfig-paths": "^5.1.4"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/react-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
"storybook": "^8.4.7",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1",
"vite": "^5.4.11"
"vite": "^5.4.12"
}
}
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1",
"vite": "^5.4.11",
"vite": "^5.4.12",
"vite-plugin-dts": "^4.3.0"
}
}
Loading

0 comments on commit c3af94e

Please sign in to comment.