@flarehr/superhero-basic-profile 3.89.80 → 3.90.81
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 +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flarehr/superhero-basic-profile",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.90.81",
|
|
4
4
|
"description": "Flare Superhero Basic Profile Components",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
6
6
|
"files": [
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
"build": "dotnet fable src -o dist -e .jsx --run vite build"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
+
"@headlessui/react": "^1.7.8",
|
|
15
16
|
"preact": "^10.13.1",
|
|
16
17
|
"preact-custom-element": "^4.2.1",
|
|
17
|
-
"react-dropzone": "^14.2.3"
|
|
18
|
-
"@headlessui/react": "^1.7.8"
|
|
18
|
+
"react-dropzone": "^14.2.3"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@preact/preset-vite": "^2.5.0",
|