apache-airflow-providers-edge3 1.4.0rc1__py3-none-any.whl → 1.4.1rc1__py3-none-any.whl
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.
- airflow/providers/edge3/__init__.py +1 -1
- airflow/providers/edge3/plugins/edge_executor_plugin.py +2 -10
- airflow/providers/edge3/plugins/www/dist/main.umd.cjs +15 -34
- airflow/providers/edge3/plugins/www/package.json +22 -22
- airflow/providers/edge3/plugins/www/pnpm-lock.yaml +1502 -1509
- airflow/providers/edge3/plugins/www/src/layouts/EdgeLayout.tsx +9 -14
- airflow/providers/edge3/plugins/www/src/layouts/NavTabs.tsx +1 -8
- airflow/providers/edge3/plugins/www/src/pages/JobsPage.tsx +7 -8
- airflow/providers/edge3/plugins/www/vite.config.ts +2 -1
- {apache_airflow_providers_edge3-1.4.0rc1.dist-info → apache_airflow_providers_edge3-1.4.1rc1.dist-info}/METADATA +11 -11
- {apache_airflow_providers_edge3-1.4.0rc1.dist-info → apache_airflow_providers_edge3-1.4.1rc1.dist-info}/RECORD +13 -13
- {apache_airflow_providers_edge3-1.4.0rc1.dist-info → apache_airflow_providers_edge3-1.4.1rc1.dist-info}/WHEEL +0 -0
- {apache_airflow_providers_edge3-1.4.0rc1.dist-info → apache_airflow_providers_edge3-1.4.1rc1.dist-info}/entry_points.txt +0 -0
|
@@ -32,48 +32,48 @@
|
|
|
32
32
|
"coverage": "vitest run --coverage"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@chakra-ui/react": "^3.
|
|
35
|
+
"@chakra-ui/react": "^3.28.0",
|
|
36
36
|
"@emotion/react": "^11.14.0",
|
|
37
|
-
"@tanstack/react-query": "^5.90.
|
|
37
|
+
"@tanstack/react-query": "^5.90.5",
|
|
38
38
|
"axios": "^1.12.2",
|
|
39
39
|
"next-themes": "^0.4.6",
|
|
40
|
-
"react": "^19.
|
|
41
|
-
"react-dom": "^19.
|
|
40
|
+
"react": "^19.2.0",
|
|
41
|
+
"react-dom": "^19.2.0",
|
|
42
42
|
"react-icons": "^5.5.0",
|
|
43
|
-
"react-router-dom": "^7.9.
|
|
43
|
+
"react-router-dom": "^7.9.4",
|
|
44
44
|
"react-timeago": "^8.3.0"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@7nohe/openapi-react-query-codegen": "^1.6.2",
|
|
48
48
|
"@eslint/compat": "^1.4.0",
|
|
49
|
-
"@eslint/js": "^9.
|
|
50
|
-
"@stylistic/eslint-plugin": "^5.
|
|
51
|
-
"@testing-library/jest-dom": "^6.
|
|
49
|
+
"@eslint/js": "^9.38.0",
|
|
50
|
+
"@stylistic/eslint-plugin": "^5.5.0",
|
|
51
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
52
52
|
"@testing-library/react": "^16.3.0",
|
|
53
53
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
|
54
|
-
"@types/node": "^24.
|
|
55
|
-
"@types/react": "^19.
|
|
56
|
-
"@types/react-dom": "^19.
|
|
57
|
-
"@vitejs/plugin-react-swc": "^4.
|
|
58
|
-
"@vitest/coverage-v8": "^
|
|
59
|
-
"eslint": "^9.
|
|
54
|
+
"@types/node": "^24.9.1",
|
|
55
|
+
"@types/react": "^19.2.2",
|
|
56
|
+
"@types/react-dom": "^19.2.2",
|
|
57
|
+
"@vitejs/plugin-react-swc": "^4.2.0",
|
|
58
|
+
"@vitest/coverage-v8": "^4.0.3",
|
|
59
|
+
"eslint": "^9.38.0",
|
|
60
60
|
"eslint-config-prettier": "^10.1.2",
|
|
61
61
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
62
|
-
"eslint-plugin-perfectionist": "^4.
|
|
62
|
+
"eslint-plugin-perfectionist": "^4.15.1",
|
|
63
63
|
"eslint-plugin-prettier": "^5.2.6",
|
|
64
64
|
"eslint-plugin-react": "^7.37.5",
|
|
65
|
-
"eslint-plugin-react-hooks": "^
|
|
66
|
-
"eslint-plugin-react-refresh": "^0.4.
|
|
67
|
-
"eslint-plugin-unicorn": "^
|
|
65
|
+
"eslint-plugin-react-hooks": "^7.0.1",
|
|
66
|
+
"eslint-plugin-react-refresh": "^0.4.24",
|
|
67
|
+
"eslint-plugin-unicorn": "^62.0.0",
|
|
68
68
|
"globals": "^16.4.0",
|
|
69
|
-
"happy-dom": "^
|
|
69
|
+
"happy-dom": "^20.0.8",
|
|
70
70
|
"prettier": "^3.5.3",
|
|
71
71
|
"typescript": "~5.8.3",
|
|
72
|
-
"typescript-eslint": "^8.
|
|
73
|
-
"vite": "^7.1.
|
|
72
|
+
"typescript-eslint": "^8.46.2",
|
|
73
|
+
"vite": "^7.1.12",
|
|
74
74
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
75
75
|
"vite-plugin-dts": "^4.5.4",
|
|
76
|
-
"vitest": "^
|
|
76
|
+
"vitest": "^4.0.3"
|
|
77
77
|
},
|
|
78
78
|
"pnpm": {
|
|
79
79
|
"onlyBuiltDependencies": [
|