@authhero/admin 0.4.3 → 0.4.4
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 +24 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@authhero/admin",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
4
4
|
"private": false,
|
|
5
5
|
"packageManager": "pnpm@10.32.1",
|
|
6
6
|
"files": [
|
|
@@ -33,59 +33,59 @@
|
|
|
33
33
|
"@radix-ui/react-toggle-group": "^1.1.11",
|
|
34
34
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
35
35
|
"@tailwindcss/vite": "^4.0.6",
|
|
36
|
-
"@tanstack/react-query": "^5.100.
|
|
36
|
+
"@tanstack/react-query": "^5.100.14",
|
|
37
37
|
"@tiptap/extension-link": "^2.27.1",
|
|
38
38
|
"@tiptap/extension-underline": "^2.27.1",
|
|
39
39
|
"@tiptap/react": "^2.27.1",
|
|
40
40
|
"@tiptap/starter-kit": "^2.27.1",
|
|
41
|
-
"@xyflow/react": "^12.10.
|
|
42
|
-
"auth0": "^5.
|
|
41
|
+
"@xyflow/react": "^12.10.2",
|
|
42
|
+
"auth0": "^5.10.0",
|
|
43
43
|
"class-variance-authority": "^0.7.1",
|
|
44
44
|
"clsx": "^2.1.1",
|
|
45
45
|
"cmdk": "^1.1.1",
|
|
46
|
-
"date-fns": "^4.
|
|
46
|
+
"date-fns": "^4.3.0",
|
|
47
47
|
"diacritic": "^0.0.2",
|
|
48
48
|
"inflection": "^3.0.2",
|
|
49
49
|
"lodash": "^4.18.1",
|
|
50
50
|
"lucide-react": "^0.475.0",
|
|
51
51
|
"next-themes": "^0.4.6",
|
|
52
52
|
"query-string": "^9.3.1",
|
|
53
|
-
"ra-core": "^5.14.
|
|
54
|
-
"ra-i18n-polyglot": "^5.14.
|
|
55
|
-
"ra-language-english": "^5.14.
|
|
53
|
+
"ra-core": "^5.14.7",
|
|
54
|
+
"ra-i18n-polyglot": "^5.14.7",
|
|
55
|
+
"ra-language-english": "^5.14.7",
|
|
56
56
|
"radix-ui": "^1.4.3",
|
|
57
|
-
"react": "^19.2.
|
|
58
|
-
"react-dom": "^19.2.
|
|
57
|
+
"react": "^19.2.6",
|
|
58
|
+
"react-dom": "^19.2.6",
|
|
59
59
|
"react-dropzone": "^15.0.0",
|
|
60
|
-
"react-error-boundary": "^6.1.
|
|
61
|
-
"react-hook-form": "^7.
|
|
60
|
+
"react-error-boundary": "^6.1.2",
|
|
61
|
+
"react-hook-form": "^7.76.1",
|
|
62
62
|
"react-router": "^7.15.1",
|
|
63
|
-
"react-router-dom": "^7.
|
|
64
|
-
"recharts": "^3.8.
|
|
63
|
+
"react-router-dom": "^7.15.1",
|
|
64
|
+
"recharts": "^3.8.1",
|
|
65
65
|
"sonner": "^2.0.7",
|
|
66
66
|
"tailwind-merge": "^3.6.0",
|
|
67
67
|
"tailwindcss": "^4.0.6",
|
|
68
68
|
"tw-animate-css": "^1.4.0",
|
|
69
69
|
"vaul": "^1.1.2",
|
|
70
|
-
"@authhero/adapter-interfaces": "2.
|
|
70
|
+
"@authhero/adapter-interfaces": "2.7.0"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
73
|
"@testing-library/react": "^16.3.2",
|
|
74
|
-
"@types/node": "^25.
|
|
75
|
-
"@types/react": "^19.2.
|
|
74
|
+
"@types/node": "^25.9.1",
|
|
75
|
+
"@types/react": "^19.2.15",
|
|
76
76
|
"@types/react-dom": "^19.2.3",
|
|
77
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
78
|
-
"@typescript-eslint/parser": "^8.
|
|
79
|
-
"@vitejs/plugin-react": "^6.0.
|
|
77
|
+
"@typescript-eslint/eslint-plugin": "^8.60.0",
|
|
78
|
+
"@typescript-eslint/parser": "^8.60.0",
|
|
79
|
+
"@vitejs/plugin-react": "^6.0.2",
|
|
80
80
|
"eslint": "^10.0.3",
|
|
81
81
|
"eslint-config-prettier": "^10.1.8",
|
|
82
82
|
"eslint-plugin-react": "^7.37.5",
|
|
83
83
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
84
|
-
"jsdom": "^29.
|
|
85
|
-
"prettier": "^3.8.
|
|
84
|
+
"jsdom": "^29.1.1",
|
|
85
|
+
"prettier": "^3.8.3",
|
|
86
86
|
"typescript": "^5.9.3",
|
|
87
|
-
"vite": "^8.0.
|
|
88
|
-
"vitest": "^4.1.
|
|
87
|
+
"vite": "^8.0.14",
|
|
88
|
+
"vitest": "^4.1.7"
|
|
89
89
|
},
|
|
90
90
|
"scripts": {
|
|
91
91
|
"dev": "vite",
|