@gitlab/ui 95.5.0 → 95.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [95.5.1](https://gitlab.com/gitlab-org/gitlab-ui/compare/v95.5.0...v95.5.1) (2024-10-09)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * Mark merge-cobertura as a dev dependency ([7e56374](https://gitlab.com/gitlab-org/gitlab-ui/commit/7e563744596471d54ee7f0e3fff89481141bfff3))
7
+
1
8
  # [95.5.0](https://gitlab.com/gitlab-org/gitlab-ui/compare/v95.4.0...v95.5.0) (2024-10-09)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "95.5.0",
3
+ "version": "95.5.1",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -85,7 +85,6 @@
85
85
  "lodash": "^4.17.20",
86
86
  "marked": "^12.0.0",
87
87
  "marked-bidi": "^1.0.8",
88
- "merge-cobertura": "^1.0.2",
89
88
  "popper.js": "^1.16.1",
90
89
  "portal-vue": "^2.1.7",
91
90
  "vue-functional-data-merge": "^3.1.0",
@@ -169,6 +168,7 @@
169
168
  "jest-environment-jsdom": "29.7.0",
170
169
  "jest-image-snapshot": "^6.4.0",
171
170
  "markdownlint-cli": "^0.29.0",
171
+ "merge-cobertura": "^1.0.2",
172
172
  "mockdate": "^2.0.5",
173
173
  "module-alias": "^2.2.2",
174
174
  "npm-run-all": "^4.1.5",