@gitlab/ui 129.5.0 → 129.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.
@@ -1,5 +1,4 @@
1
- import uniqueId from 'lodash/uniqueId';
2
- import isBoolean from 'lodash/isBoolean';
1
+ import { uniqueId, isBoolean } from 'lodash-es';
3
2
  import { looseEqual } from '../../../../vendor/bootstrap-vue/src/utils/loose-equal';
4
3
  import __vue_normalize__ from 'vue-runtime-helpers/dist/normalize-component.js';
5
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gitlab/ui",
3
- "version": "129.5.0",
3
+ "version": "129.5.1",
4
4
  "description": "GitLab UI Components",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -96,7 +96,7 @@
96
96
  "@babel/core": "^7.29.0",
97
97
  "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
98
98
  "@babel/plugin-proposal-optional-chaining": "^7.21.0",
99
- "@babel/preset-env": "^7.29.0",
99
+ "@babel/preset-env": "^7.29.2",
100
100
  "@babel/preset-react": "^7.28.5",
101
101
  "@cypress/grep": "^4.1.1",
102
102
  "@gitlab/fonts": "^1.3.1",
@@ -1,6 +1,5 @@
1
1
  <script>
2
- import uniqueId from 'lodash/uniqueId';
3
- import isBoolean from 'lodash/isBoolean';
2
+ import { isBoolean, uniqueId } from 'lodash-es';
4
3
  import { looseEqual } from '../../../../vendor/bootstrap-vue/src/utils/loose-equal';
5
4
 
6
5
  export default {