@luscii-healthtech/web-ui 2.19.6 → 2.19.7

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 (1) hide show
  1. package/package.json +4 -9
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.19.6",
2
+ "version": "2.19.7",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -26,6 +26,7 @@
26
26
  },
27
27
  "peerDependencies": {
28
28
  "react": ">=16",
29
+ "react-lazy-load-image-component": "^1.5.5",
29
30
  "react-tooltip": "^4.2.21"
30
31
  },
31
32
  "prettier": {
@@ -82,6 +83,7 @@
82
83
  "react": "^18.2.0",
83
84
  "react-dom": "^18.2.0",
84
85
  "react-is": "^18.2.0",
86
+ "react-lazy-load-image-component": "^1.5.5",
85
87
  "react-tooltip": "^4.2.21",
86
88
  "rollup-plugin-postcss": "^4.0.2",
87
89
  "rollup-plugin-scss": "^3.0.0",
@@ -120,7 +122,6 @@
120
122
  "react-dragula": "^1.1.17",
121
123
  "react-glider": "^3.1.0",
122
124
  "react-hook-form": "^7.35.0",
123
- "react-lazy-load-image-component": "^1.5.5",
124
125
  "react-modal": "^3.15.1",
125
126
  "react-quill": "^1.3.5",
126
127
  "react-select": "^5.3.2"
@@ -129,11 +130,5 @@
129
130
  "**/typescript": "^4.7.4",
130
131
  "**/@typescript-eslint/eslint-plugin": "^5.29.0",
131
132
  "**/@typescript-eslint/parser": "^5.29.0"
132
- },
133
- "browserslist": [
134
- "last 1 chrome version",
135
- "last 1 firefox version",
136
- "last 1 edge version",
137
- "ie 11"
138
- ]
133
+ }
139
134
  }