@queuedash/ui 3.6.0 → 3.8.0
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/dist/main.js +19 -14
- package/dist/main.mjs +12404 -11819
- package/dist/src/components/AddJobModal.d.ts +2 -1
- package/dist/src/components/AddJobModal.d.ts.map +1 -1
- package/dist/src/components/JSONEditor.d.ts +7 -0
- package/dist/src/components/JSONEditor.d.ts.map +1 -0
- package/dist/src/components/QueueActionMenu.d.ts.map +1 -1
- package/dist/src/components/QueueStatusTabs.d.ts.map +1 -1
- package/dist/src/utils/trpc.d.ts +114 -32
- package/dist/src/utils/trpc.d.ts.map +1 -1
- package/dist/styles.css +21 -5
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@queuedash/ui",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.8.0",
|
|
4
4
|
"description": "A stunning, sleek dashboard for Bull, BullMQ, and Bee-Queue",
|
|
5
5
|
"main": "./dist/main.js",
|
|
6
6
|
"module": "./dist/main.mjs",
|
|
@@ -17,45 +17,45 @@
|
|
|
17
17
|
],
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@monaco-editor/react": "^4.7.0",
|
|
20
|
-
"@radix-ui/react-checkbox": "^1.
|
|
20
|
+
"@radix-ui/react-checkbox": "^1.3.3",
|
|
21
21
|
"@radix-ui/react-icons": "^1.3.2",
|
|
22
|
-
"@tanstack/react-query": "^5.
|
|
23
|
-
"@tanstack/react-table": "^8.21.
|
|
24
|
-
"@trpc/client": "^11.0
|
|
25
|
-
"@trpc/react-query": "^11.0
|
|
26
|
-
"@trpc/server": "^11.0
|
|
22
|
+
"@tanstack/react-query": "^5.90.5",
|
|
23
|
+
"@tanstack/react-table": "^8.21.3",
|
|
24
|
+
"@trpc/client": "^11.6.0",
|
|
25
|
+
"@trpc/react-query": "^11.6.0",
|
|
26
|
+
"@trpc/server": "^11.6.0",
|
|
27
27
|
"clsx": "^2.1.1",
|
|
28
28
|
"cronstrue": "^2.61.0",
|
|
29
29
|
"date-fns": "^4.1.0",
|
|
30
30
|
"date-fns-tz": "^3.2.0",
|
|
31
31
|
"monaco-editor": "^0.52.2",
|
|
32
|
-
"react-aria-components": "^1.
|
|
32
|
+
"react-aria-components": "^1.13.0",
|
|
33
33
|
"react-intersection-observer": "^9.16.0",
|
|
34
34
|
"react-json-tree": "^0.20.0",
|
|
35
|
-
"react-router": "^7.
|
|
36
|
-
"sonner": "^2.0.
|
|
35
|
+
"react-router": "^7.9.4",
|
|
36
|
+
"sonner": "^2.0.7",
|
|
37
37
|
"zod": "^3.24.2",
|
|
38
|
-
"@queuedash/api": "3.
|
|
38
|
+
"@queuedash/api": "3.8.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@rollup/plugin-typescript": "^12.1.
|
|
42
|
-
"@types/react": "^19.
|
|
43
|
-
"@types/react-dom": "^19.
|
|
44
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
45
|
-
"@typescript-eslint/parser": "^8.
|
|
41
|
+
"@rollup/plugin-typescript": "^12.1.4",
|
|
42
|
+
"@types/react": "^19.2.2",
|
|
43
|
+
"@types/react-dom": "^19.2.2",
|
|
44
|
+
"@typescript-eslint/eslint-plugin": "^8.46.1",
|
|
45
|
+
"@typescript-eslint/parser": "^8.46.1",
|
|
46
46
|
"@vitejs/plugin-react": "^4.3.4",
|
|
47
47
|
"autoprefixer": "^10.4.21",
|
|
48
48
|
"eslint": "^9.24.0",
|
|
49
|
-
"eslint-config-prettier": "^10.1.
|
|
50
|
-
"eslint-plugin-tailwindcss": "^3.18.
|
|
51
|
-
"postcss": "^8.5.
|
|
52
|
-
"prettier": "^3.
|
|
53
|
-
"react": "^19.
|
|
54
|
-
"react-dom": "^19.
|
|
49
|
+
"eslint-config-prettier": "^10.1.8",
|
|
50
|
+
"eslint-plugin-tailwindcss": "^3.18.2",
|
|
51
|
+
"postcss": "^8.5.6",
|
|
52
|
+
"prettier": "^3.6.2",
|
|
53
|
+
"react": "^19.2.0",
|
|
54
|
+
"react-dom": "^19.2.0",
|
|
55
55
|
"rollup-plugin-typescript-paths": "^1.5.0",
|
|
56
56
|
"tailwindcss": "^3.4.16",
|
|
57
57
|
"tailwindcss-radix": "^3.0.5",
|
|
58
|
-
"typescript": "^5.
|
|
58
|
+
"typescript": "^5.9.3",
|
|
59
59
|
"vite": "^5.4.19"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|