@oliasoft-open-source/react-ui-library 5.8.12 → 5.9.0-beta-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/dist/index.js +1 -1
  2. package/package.json +3 -4
package/dist/index.js CHANGED
@@ -7,7 +7,7 @@ import { AiOutlineMinusSquare, AiOutlinePlusSquare } from "react-icons/ai";
7
7
  import { Fragment as Fragment$1, jsx, jsxs } from "react/jsx-runtime";
8
8
  import ResizeObserver$1 from "resize-observer-polyfill";
9
9
  import { Arrow, mergeRefs, useHover, useLayer, useMousePositionAsTrigger } from "react-laag";
10
- import { cloneDeep, cloneDeepWith, debounce, every, get, isArray, isBoolean, isEmpty, isEqual, isFunction, isNil, isNumber, isObject, isPlainObject, isString, keys, noop, set, toLower, toNumber, values } from "lodash";
10
+ import { cloneDeep, cloneDeepWith, debounce, every, get, isArray, isBoolean, isEmpty, isEqual, isFunction, isNil, isNumber, isObject, isPlainObject, isString, keys, noop, set, toLower, toNumber, values } from "es-toolkit/compat";
11
11
  import styled, { css } from "styled-components";
12
12
  import { Resizable } from "react-resizable";
13
13
  import { createPortal } from "react-dom";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "5.8.12",
3
+ "version": "5.9.0-beta-1",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {
@@ -105,7 +105,6 @@
105
105
  "@storybook/theming": "^8.6.14",
106
106
  "@storybook/types": "^8.6.14",
107
107
  "@types/jest": "^29.5.14",
108
- "@types/lodash": "^4.17.16",
109
108
  "@types/papaparse": "^5.3.16",
110
109
  "@types/react": "^18.3.18",
111
110
  "@types/react-dom": "^18.3.5",
@@ -119,6 +118,7 @@
119
118
  "ajv": "^8.17.1",
120
119
  "ajv-errors": "^3.0.0",
121
120
  "ajv-keywords": "^5.1.0",
121
+ "es-toolkit": "^1.43.0",
122
122
  "eslint": "^9.21.0",
123
123
  "eslint-config-airbnb": "^19.0.4",
124
124
  "eslint-config-prettier": "^10.0.2",
@@ -138,7 +138,6 @@
138
138
  "jsondiffpatch": "^0.7.3",
139
139
  "less": "^4.2.2",
140
140
  "lint-staged": "^15.4.3",
141
- "lodash": "^4",
142
141
  "prettier": "3.5.3",
143
142
  "prop-types": "^15",
144
143
  "react": "^18.3.1",
@@ -161,7 +160,7 @@
161
160
  "ajv": "^8.17.1",
162
161
  "ajv-errors": "^3.0.0",
163
162
  "ajv-keywords": "^5.1.0",
164
- "lodash": "^4",
163
+ "es-toolkit": "^1",
165
164
  "prop-types": "^15",
166
165
  "react": ">=17 <19",
167
166
  "react-dom": ">= 17 <19"