@luscii-healthtech/web-ui 58.6.4 → 58.6.6
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 +2 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@luscii-healthtech/web-ui",
|
|
3
|
-
"version": "58.6.
|
|
3
|
+
"version": "58.6.6",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Joris Janssen"
|
|
@@ -84,6 +84,7 @@
|
|
|
84
84
|
"@eslint/compat": "^2.0.0",
|
|
85
85
|
"@eslint/eslintrc": "^3.3.1",
|
|
86
86
|
"@eslint/js": "^9.39.1",
|
|
87
|
+
"@fontsource/inter": "^4.5.15",
|
|
87
88
|
"@rollup/plugin-alias": "^5.1.1",
|
|
88
89
|
"@rollup/plugin-commonjs": "^25.0.3",
|
|
89
90
|
"@rollup/plugin-image": "^3.0.3",
|
|
@@ -104,14 +105,12 @@
|
|
|
104
105
|
"@types/d3-scale": "^4.0.9",
|
|
105
106
|
"@types/jscodeshift": "^17.3.0",
|
|
106
107
|
"@types/lodash-es": "^4.17.12",
|
|
107
|
-
"@types/reach__router": "^1.3.10",
|
|
108
108
|
"@types/react": "^18.2.0",
|
|
109
109
|
"@types/react-dom": "^18.2.0",
|
|
110
110
|
"@types/react-lazy-load-image-component": "^1.6.4",
|
|
111
111
|
"@typescript-eslint/eslint-plugin": "^8.60.0",
|
|
112
112
|
"@typescript-eslint/parser": "^8.46.4",
|
|
113
113
|
"autoprefixer": "^10.4.14",
|
|
114
|
-
"axe-html-reporter": "^2.2.3",
|
|
115
114
|
"axe-playwright": "^1.2.3",
|
|
116
115
|
"cartesian": "^1.0.1",
|
|
117
116
|
"chalk": "^5.3.0",
|
|
@@ -129,23 +128,19 @@
|
|
|
129
128
|
"jscodeshift": "^17.3.0",
|
|
130
129
|
"lint-staged": "^13.2.3",
|
|
131
130
|
"postcss": "^8.5.23",
|
|
132
|
-
"postcss-loader": "^8.2.0",
|
|
133
131
|
"postcss-url": "^10.1.3",
|
|
134
132
|
"prettier": "^3.0.0",
|
|
135
133
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
136
134
|
"react": "^18.2.0",
|
|
137
135
|
"react-dom": "^18.2.0",
|
|
138
|
-
"react-is": "^18.2.0",
|
|
139
136
|
"rimraf": "^6.1.0",
|
|
140
137
|
"rollup": "^4.59.0",
|
|
141
138
|
"rollup-plugin-esbuild": "^6.2.1",
|
|
142
139
|
"rollup-plugin-postcss": "^4.0.2",
|
|
143
140
|
"rollup-plugin-visualizer": "^5.9.2",
|
|
144
141
|
"sass": "^1.83.0",
|
|
145
|
-
"sass-loader": "^17.0.0",
|
|
146
142
|
"storybook": "^10.2.13",
|
|
147
143
|
"storybook-addon-tag-badges": "^3.0.4",
|
|
148
|
-
"style-loader": "^4.0.0",
|
|
149
144
|
"tailwindcss": "^4.1.12",
|
|
150
145
|
"tailwindcss-animate": "^1.0.7",
|
|
151
146
|
"tsc-alias": "^1.8.16",
|
|
@@ -154,8 +149,6 @@
|
|
|
154
149
|
"vite": "^7.3.5"
|
|
155
150
|
},
|
|
156
151
|
"dependencies": {
|
|
157
|
-
"@fontsource/inter": "^4.5.15",
|
|
158
|
-
"@fontsource/roboto": "^5.0.5",
|
|
159
152
|
"@headlessui/react": "^2.2.0",
|
|
160
153
|
"@heroicons/react": "^2.2.0",
|
|
161
154
|
"@radix-ui/react-dropdown-menu": "^2.1.24",
|