Skip to content
Commits on Source (13)
......@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
## [Unreleased]
## [0.6.2] - 2023-06-21
### Fixed
- Missing production dependency [`c65e16e`](https://gitlab.open-xchange.com/frontend/vite-plugin-ox-manifests/commit/c65e16e335a598caab34cb7e36893001dccf4e3e)
## [0.6.1] - 2023-05-31
### Fixed
......@@ -40,7 +47,8 @@ All notable changes to this project will be documented in this file.
- Start Changelog
[unreleased]: https://gitlab.open-xchange.com/frontend/vite-plugin-ox-manifests/compare/0.6.1...main
[unreleased]: https://gitlab.open-xchange.com/frontend/vite-plugin-ox-manifests/compare/0.6.2...main
[0.6.2]: https://gitlab.open-xchange.com/frontend/vite-plugin-ox-manifests/compare/0.6.1...0.6.2
[0.6.1]: https://gitlab.open-xchange.com/frontend/vite-plugin-ox-manifests/compare/0.6.0...0.6.1
[0.6.0]: https://gitlab.open-xchange.com/frontend/vite-plugin-ox-manifests/compare/0.5.4...0.6.0
[0.5.4]: https://gitlab.open-xchange.com/frontend/vite-plugin-ox-manifests/compare/0.5.3...0.5.4
......
{
"name": "@open-xchange/vite-plugin-ox-manifests",
"version": "0.6.1",
"version": "0.6.2",
"description": "A vite plugin to concat and serve ox manifests",
"main": "dist/index.js",
"types": "dist/index.d.ts",
......@@ -16,14 +16,14 @@
},
"dependencies": {
"@open-xchange/rollup-plugin-po2json": "^0.8.0",
"@open-xchange/vite-plugin-ox-externals": "^0.5.0",
"chokidar": "^3.5.1",
"fast-glob": "^3.2.12",
"magic-string": "^0.30.0",
"parseurl": "^1.3.3"
},
"devDependencies": {
"@open-xchange/lint": "^0.0.2",
"@open-xchange/vite-plugin-ox-externals": "^0.5.0",
"@open-xchange/lint": "^0.0.3",
"@types/node": "^20.1.5",
"@types/parseurl": "^1.3.1",
"@typescript-eslint/eslint-plugin": "^5.59.0",
......
This diff is collapsed.