@owlmeans/web-panel 0.1.6 → 0.1.7
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 +26 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@owlmeans/web-panel",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -37,30 +37,30 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@hookform/resolvers": "^3.9.0",
|
|
40
|
-
"@owlmeans/api-config-client": "^0.1.
|
|
41
|
-
"@owlmeans/auth": "^0.1.
|
|
42
|
-
"@owlmeans/auth-common": "^0.1.
|
|
43
|
-
"@owlmeans/basic-envelope": "^0.1.
|
|
44
|
-
"@owlmeans/client": "^0.1.
|
|
45
|
-
"@owlmeans/client-auth": "^0.1.
|
|
46
|
-
"@owlmeans/client-config": "^0.1.
|
|
47
|
-
"@owlmeans/client-context": "^0.1.
|
|
48
|
-
"@owlmeans/client-flow": "^0.1.
|
|
49
|
-
"@owlmeans/client-i18n": "^0.1.
|
|
50
|
-
"@owlmeans/client-entrypoint": "^0.1.
|
|
51
|
-
"@owlmeans/client-panel": "^0.1.
|
|
52
|
-
"@owlmeans/client-route": "^0.1.
|
|
53
|
-
"@owlmeans/config": "^0.1.
|
|
54
|
-
"@owlmeans/context": "^0.1.
|
|
55
|
-
"@owlmeans/error": "^0.1.
|
|
56
|
-
"@owlmeans/flow": "^0.1.
|
|
57
|
-
"@owlmeans/i18n": "^0.1.
|
|
58
|
-
"@owlmeans/entrypoint": "^0.1.
|
|
59
|
-
"@owlmeans/route": "^0.1.
|
|
60
|
-
"@owlmeans/web-client": "^0.1.
|
|
61
|
-
"@owlmeans/web-db": "^0.1.
|
|
62
|
-
"@owlmeans/web-flow": "^0.1.
|
|
63
|
-
"@owlmeans/web-router": "^0.1.
|
|
40
|
+
"@owlmeans/api-config-client": "^0.1.7",
|
|
41
|
+
"@owlmeans/auth": "^0.1.7",
|
|
42
|
+
"@owlmeans/auth-common": "^0.1.7",
|
|
43
|
+
"@owlmeans/basic-envelope": "^0.1.7",
|
|
44
|
+
"@owlmeans/client": "^0.1.7",
|
|
45
|
+
"@owlmeans/client-auth": "^0.1.7",
|
|
46
|
+
"@owlmeans/client-config": "^0.1.7",
|
|
47
|
+
"@owlmeans/client-context": "^0.1.7",
|
|
48
|
+
"@owlmeans/client-flow": "^0.1.7",
|
|
49
|
+
"@owlmeans/client-i18n": "^0.1.7",
|
|
50
|
+
"@owlmeans/client-entrypoint": "^0.1.7",
|
|
51
|
+
"@owlmeans/client-panel": "^0.1.7",
|
|
52
|
+
"@owlmeans/client-route": "^0.1.7",
|
|
53
|
+
"@owlmeans/config": "^0.1.7",
|
|
54
|
+
"@owlmeans/context": "^0.1.7",
|
|
55
|
+
"@owlmeans/error": "^0.1.7",
|
|
56
|
+
"@owlmeans/flow": "^0.1.7",
|
|
57
|
+
"@owlmeans/i18n": "^0.1.7",
|
|
58
|
+
"@owlmeans/entrypoint": "^0.1.7",
|
|
59
|
+
"@owlmeans/route": "^0.1.7",
|
|
60
|
+
"@owlmeans/web-client": "^0.1.7",
|
|
61
|
+
"@owlmeans/web-db": "^0.1.7",
|
|
62
|
+
"@owlmeans/web-flow": "^0.1.7",
|
|
63
|
+
"@owlmeans/web-router": "^0.1.7",
|
|
64
64
|
"i18next-browser-languagedetector": "^8.0.0",
|
|
65
65
|
"qrcode.react": "^4.2.0",
|
|
66
66
|
"react-google-recaptcha": "^3.1.0"
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@owlmeans/dep-config": "workspace:*",
|
|
85
|
-
"@owlmeans/test-ui": "^0.1.
|
|
85
|
+
"@owlmeans/test-ui": "^0.1.7",
|
|
86
86
|
"@radix-ui/react-label": "^2.1.0",
|
|
87
87
|
"@radix-ui/react-progress": "^1.1.0",
|
|
88
88
|
"@radix-ui/react-separator": "^1.1.0",
|