@luscii-healthtech/web-ui 2.46.0 → 2.47.3
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.
- package/package.json +11 -4
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.
|
|
2
|
+
"version": "2.47.3",
|
|
3
3
|
"license": "MIT",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"typings": "dist/index.d.ts",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"eslint-plugin-chai-friendly": "^0.7.2",
|
|
85
85
|
"eslint-plugin-import": "^2.27.5",
|
|
86
86
|
"eslint-plugin-react": "^7.32.2",
|
|
87
|
-
"eslint-plugin-storybook": "^0.6.
|
|
87
|
+
"eslint-plugin-storybook": "^0.6.11",
|
|
88
88
|
"husky": "^8.0.3",
|
|
89
89
|
"postcss": "^8.4.21",
|
|
90
90
|
"postcss-loader": "^4.3.0",
|
|
@@ -134,7 +134,8 @@
|
|
|
134
134
|
"//": [
|
|
135
135
|
" ##### disclaimer on resolutions #####",
|
|
136
136
|
"Most of the resolution packages below are because of security issues raised by dependabot.",
|
|
137
|
-
"For more info: https://www.notion.so/Dependency-management-f1011c7d07614521b40599dd96a54377"
|
|
137
|
+
"For more info: https://www.notion.so/Dependency-management-f1011c7d07614521b40599dd96a54377",
|
|
138
|
+
"On the webpack resolution issue: https://github.com/storybookjs/storybook/issues/15252#issuecomment-875456797"
|
|
138
139
|
],
|
|
139
140
|
"resolutions": {
|
|
140
141
|
"**/typescript": "^4.7.4",
|
|
@@ -150,6 +151,12 @@
|
|
|
150
151
|
"**/trim-newlines": "^3.0.1",
|
|
151
152
|
"**/jsdom": "^16.5.0",
|
|
152
153
|
"**/node-notifier": "^8.0.1",
|
|
153
|
-
"**/highlight.js": "^10.4.1"
|
|
154
|
+
"**/highlight.js": "^10.4.1",
|
|
155
|
+
"@storybook/react/webpack": "^5.76.0",
|
|
156
|
+
"@storybook/core-common/webpack": "^5.76.0",
|
|
157
|
+
"@storybook/addon-docs/webpack": "^5.76.0",
|
|
158
|
+
"@storybook/core-server/webpack": "^5.76.0",
|
|
159
|
+
"@storybook/builder-webpack4/webpack": "^5.76.0",
|
|
160
|
+
"@storybook/manager-webpack4/webpack": "^5.76.0"
|
|
154
161
|
}
|
|
155
162
|
}
|