@luscii-healthtech/web-ui 2.37.12 → 2.37.14

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 +11 -3
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.37.12",
2
+ "version": "2.37.14",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -122,9 +122,14 @@
122
122
  "react-dragula": "^1.1.17",
123
123
  "react-glider": "^3.1.0",
124
124
  "react-modal": "^3.15.1",
125
- "react-quill": "^1.3.5",
125
+ "react-quill": "^2.0.0",
126
126
  "react-select": "^5.3.2"
127
127
  },
128
+ "//": [
129
+ " ##### disclaimer on resolutions #####",
130
+ "Most of the resolution packages below are because of security issues raised by dependabot.",
131
+ "For more info: https://www.notion.so/Dependency-management-f1011c7d07614521b40599dd96a54377"
132
+ ],
128
133
  "resolutions": {
129
134
  "**/typescript": "^4.7.4",
130
135
  "**/@typescript-eslint/eslint-plugin": "^5.29.0",
@@ -136,6 +141,9 @@
136
141
  "**/marked": "^4.0.10",
137
142
  "**/node-fetch": "^2.6.7",
138
143
  "**/trim": "^0.0.3",
139
- "**/trim-newlines": "^3.0.1"
144
+ "**/trim-newlines": "^3.0.1",
145
+ "**/jsdom": "^16.5.0",
146
+ "**/node-notifier": "^8.0.1",
147
+ "**/highlight.js": "^10.4.1"
140
148
  }
141
149
  }