@luscii-healthtech/web-ui 2.71.8 → 2.71.9

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 +7 -7
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.71.8",
2
+ "version": "2.71.9",
3
3
  "license": "MIT",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",
@@ -89,8 +89,8 @@
89
89
  "@types/react": "^18.0.27",
90
90
  "@types/react-dom": "^18.0.10",
91
91
  "@types/react-tooltip": "^4.2.4",
92
- "@typescript-eslint/eslint-plugin": "^5.29.0",
93
- "@typescript-eslint/parser": "^5.29.0",
92
+ "@typescript-eslint/eslint-plugin": "^5.61.0",
93
+ "@typescript-eslint/parser": "^5.61.0",
94
94
  "autoprefixer": "^9.0.0",
95
95
  "babel-loader": "^8.2.5",
96
96
  "chromatic": "^6.6.3",
@@ -122,7 +122,7 @@
122
122
  "tailwindcss": "^1.9.6",
123
123
  "tsdx": "^0.14.1",
124
124
  "tslib": "^2.5.0",
125
- "typescript": "^4.7.4"
125
+ "typescript": "^4.9"
126
126
  },
127
127
  "readme": "ERROR: No README data found!",
128
128
  "dependencies": {
@@ -151,9 +151,9 @@
151
151
  "On the webpack resolution issue: https://github.com/storybookjs/storybook/issues/15252#issuecomment-875456797"
152
152
  ],
153
153
  "resolutions": {
154
- "**/typescript": "^4.7.4",
155
- "**/@typescript-eslint/eslint-plugin": "^5.29.0",
156
- "**/@typescript-eslint/parser": "^5.29.0",
154
+ "**/typescript": "^4.9",
155
+ "**/@typescript-eslint/eslint-plugin": "^5.61.0",
156
+ "**/@typescript-eslint/parser": "^5.61.0",
157
157
  "**/loader-utils": "^2.0.4",
158
158
  "**/prismjs": "^1.27.0",
159
159
  "**/json5": "^2.2.2",