@oliasoft-open-source/react-ui-library 3.3.10 → 3.3.11

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 +6730 -203
  2. package/package.json +4 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oliasoft-open-source/react-ui-library",
3
- "version": "3.3.10",
3
+ "version": "3.3.11",
4
4
  "description": "Reusable UI components for React projects",
5
5
  "homepage": "https://oliasoft-open-source.gitlab.io/react-ui-library",
6
6
  "bugs": {
@@ -47,6 +47,7 @@
47
47
  "@infinium/react-keyboard-event-handler": "^1.5.8",
48
48
  "@minoru/react-dnd-treeview": "^1.6.1",
49
49
  "classnames": "^2.3.1",
50
+ "lodash": "^4",
50
51
  "memoize-one": "^5.2.1",
51
52
  "normalize.css": "^8.0.1",
52
53
  "path": "^0.12.7",
@@ -54,6 +55,7 @@
54
55
  "react-beautiful-dnd": "^13.1.0",
55
56
  "react-fast-compare": "^3.2.0",
56
57
  "react-faux-dom": "^4.5.0",
58
+ "react-icons": "^4",
57
59
  "react-infinite-scroll-component": "^6.1.0",
58
60
  "react-laag": "^2.0.3",
59
61
  "react-resizable": "^3.0.4",
@@ -94,12 +96,10 @@
94
96
  "jest-transform-stub": "^2.0.0",
95
97
  "less": "^4.1.1",
96
98
  "lint-staged": "^11.1.2",
97
- "lodash": "^4",
98
99
  "prettier": "2.4.0",
99
100
  "prop-types": "^15",
100
101
  "react": "^17.0",
101
102
  "react-dom": "^17.0",
102
- "react-icons": "^4",
103
103
  "rollup-plugin-analyzer": "^4.0.0",
104
104
  "rollup-plugin-peer-deps-external": "^2.2.4",
105
105
  "storybook-dark-mode": "^1.1.0",
@@ -110,10 +110,8 @@
110
110
  },
111
111
  "peerDependencies": {
112
112
  "immer": "^9",
113
- "lodash": "^4",
114
113
  "prop-types": "^15",
115
114
  "react": "^17",
116
- "react-dom": "^17",
117
- "react-icons": "^4"
115
+ "react-dom": "^17"
118
116
  }
119
117
  }