@airporting/tech-app 0.0.28 → 0.0.32

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.
Files changed (47) hide show
  1. package/dist/mf/1.js +1 -1
  2. package/dist/mf/119.js +1 -1
  3. package/dist/mf/182.js +1 -1
  4. package/dist/mf/364.js +2 -2
  5. package/dist/mf/380.js +1 -1
  6. package/dist/mf/429.js +33 -0
  7. package/dist/mf/{852.js → 439.js} +8954 -8399
  8. package/dist/mf/{852.js.LICENSE.txt → 439.js.LICENSE.txt} +1 -1
  9. package/dist/mf/541.js +1 -1
  10. package/dist/mf/548.js +1 -1
  11. package/dist/mf/622.js +1 -1
  12. package/dist/mf/659.js +1 -1
  13. package/dist/mf/724.js +1 -1
  14. package/dist/mf/80.js +1 -1
  15. package/dist/mf/880.js +1 -1
  16. package/dist/mf/@mf-types/compiled-types/App.d.ts +0 -1
  17. package/dist/mf/@mf-types/compiled-types/api/tech/sobank/exportsQuery.d.ts +2 -0
  18. package/dist/mf/@mf-types/compiled-types/api/tech/synchro/jobsDefaultQuery.d.ts +1 -0
  19. package/dist/mf/@mf-types/compiled-types/api/tech/synchro/resetStatsQuery.d.ts +1 -1
  20. package/dist/mf/@mf-types/compiled-types/api/tech/synchro/tasks.d.ts +2 -1
  21. package/dist/mf/@mf-types/compiled-types/api/useApi.d.ts +1 -1
  22. package/dist/mf/@mf-types/compiled-types/gen/TechApi/index.d.ts +182 -10
  23. package/dist/mf/@mf-types/compiled-types/tabs/github.d.ts +2 -2
  24. package/dist/mf/@mf-types/compiled-types/tabs/sobank.d.ts +1 -1
  25. package/dist/mf/@mf-types/compiled-types/utils/date/formatDate.d.ts +1 -0
  26. package/dist/mf/@mf-types.zip +0 -0
  27. package/dist/mf/__federation_expose_amex.js +1 -1
  28. package/dist/mf/__federation_expose_bnpp.js +1 -1
  29. package/dist/mf/__federation_expose_credmut.js +1 -1
  30. package/dist/mf/__federation_expose_dashboard.js +10 -1
  31. package/dist/mf/__federation_expose_github.js +10 -1
  32. package/dist/mf/__federation_expose_github.js.LICENSE.txt +9 -0
  33. package/dist/mf/__federation_expose_payfit.js +1 -1
  34. package/dist/mf/__federation_expose_sobank.js +1 -1
  35. package/dist/mf/__federation_expose_spendesk.js +1 -1
  36. package/dist/mf/__federation_expose_spreadsheet.js +1 -1
  37. package/dist/mf/__federation_expose_synchro.js +1 -1
  38. package/dist/mf/__federation_expose_wise.js +1 -1
  39. package/dist/mf/index.js +4 -4
  40. package/dist/mf/mf-manifest.json +21 -16
  41. package/dist/mf/mf-stats.json +57 -30
  42. package/dist/mf/tech_app.js +3 -3
  43. package/package.json +35 -35
  44. package/dist/mf/6.js +0 -33
  45. package/dist/mf/980.js +0 -10
  46. /package/dist/mf/{6.js.LICENSE.txt → 429.js.LICENSE.txt} +0 -0
  47. /package/dist/mf/{980.js.LICENSE.txt → __federation_expose_dashboard.js.LICENSE.txt} +0 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@airporting/tech-app",
3
3
  "description": "🤖 Tech app front-end",
4
- "version": "0.0.28",
4
+ "version": "0.0.32",
5
5
  "files": [
6
6
  "dist"
7
7
  ],
@@ -9,7 +9,7 @@
9
9
  "publishConfig": {
10
10
  "access": "public"
11
11
  },
12
- "packageManager": "yarn@4.10.3",
12
+ "packageManager": "yarn@4.13.0",
13
13
  "scripts": {
14
14
  "api:gen": "tsx scripts/api/gen.ts",
15
15
  "build": "rslib build",
@@ -32,52 +32,52 @@
32
32
  "@mantine/hooks": "8.2.5",
33
33
  "@mantine/modals": "8.2.5",
34
34
  "@mantine/notifications": "8.2.5",
35
- "@tabler/icons-react": "^3.34.1",
36
- "@tanstack/react-query": "^5.83.0",
35
+ "@tabler/icons-react": "3.40.0",
36
+ "@tanstack/react-query": "5.90.6",
37
37
  "date-fns": "4.1.0",
38
38
  "dayjs": "1.11.19",
39
- "jotai": "^2.12.5",
39
+ "jotai": "2.18.1",
40
40
  "lodash-es": "4.17.23",
41
41
  "pako": "2.1.0",
42
- "proper-url-join": "^2.1.2",
43
- "radash": "^12.1.1",
44
- "react": "^19.1.0",
45
- "react-dom": "^19.1.0",
42
+ "proper-url-join": "2.1.2",
43
+ "radash": "12.1.1",
44
+ "react": "19.2.0",
45
+ "react-dom": "19.2.0",
46
46
  "react-i18next": "15.7.1",
47
- "react-use": "^17.6.0",
48
- "recharts": "^3.0.2"
47
+ "react-use": "17.6.0",
48
+ "recharts": "3.8.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@airporting/airpkg": "^0.11.23",
51
+ "@airporting/airpkg": "0.11.40",
52
52
  "@commitlint/cli": "19.8.1",
53
53
  "@commitlint/config-conventional": "19.8.1",
54
54
  "@commitlint/types": "19.8.1",
55
- "@eslint/js": "^9.30.1",
56
- "@module-federation/rsbuild-plugin": "^0.17.1",
57
- "@rsbuild/core": "^1.4.3",
58
- "@rsbuild/plugin-react": "^1.3.3",
59
- "@rslib/core": "^0.11.2",
60
- "@types/lodash-es": "^4.17.12",
61
- "@types/node": "^24.0.10",
62
- "@types/pako": "^2",
63
- "@types/proper-url-join": "^2.1.5",
64
- "@types/react": "^19.1.8",
65
- "@types/react-dom": "^19.1.6",
66
- "eslint": "^9.30.1",
67
- "eslint-config-prettier": "^10.1.5",
68
- "eslint-plugin-react-hooks": "^5.2.0",
69
- "eslint-plugin-react-refresh": "^0.4.20",
70
- "eslint-plugin-unused-imports": "^4.1.4",
71
- "globals": "^16.3.0",
55
+ "@eslint/js": "9.39.0",
56
+ "@module-federation/rsbuild-plugin": "0.17.1",
57
+ "@rsbuild/core": "1.6.15",
58
+ "@rsbuild/plugin-react": "1.4.1",
59
+ "@rslib/core": "0.11.2",
60
+ "@types/lodash-es": "4.17.12",
61
+ "@types/node": "24.10.0",
62
+ "@types/pako": "2.0.4",
63
+ "@types/proper-url-join": "2.1.5",
64
+ "@types/react": "19.2.2",
65
+ "@types/react-dom": "19.2.2",
66
+ "eslint": "9.39.4",
67
+ "eslint-config-prettier": "10.1.8",
68
+ "eslint-plugin-react-hooks": "5.2.0",
69
+ "eslint-plugin-react-refresh": "0.4.24",
70
+ "eslint-plugin-unused-imports": "4.3.0",
71
+ "globals": "16.5.0",
72
72
  "husky": "9.1.7",
73
- "postcss": "^8.5.6",
74
- "postcss-preset-mantine": "^1.18.0",
75
- "postcss-simple-vars": "^7.0.1",
73
+ "postcss": "8.5.6",
74
+ "postcss-preset-mantine": "1.18.0",
75
+ "postcss-simple-vars": "7.0.1",
76
76
  "prettier": "3.6.2",
77
- "swagger-typescript-api": "^13.2.7",
77
+ "swagger-typescript-api": "13.2.16",
78
78
  "tsx": "4.20.5",
79
- "typescript": "^5.8.3",
80
- "typescript-eslint": "^8.35.1"
79
+ "typescript": "5.9.3",
80
+ "typescript-eslint": "8.46.3"
81
81
  },
82
82
  "peerDependencies": {
83
83
  "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",