@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.
- package/dist/mf/1.js +1 -1
- package/dist/mf/119.js +1 -1
- package/dist/mf/182.js +1 -1
- package/dist/mf/364.js +2 -2
- package/dist/mf/380.js +1 -1
- package/dist/mf/429.js +33 -0
- package/dist/mf/{852.js → 439.js} +8954 -8399
- package/dist/mf/{852.js.LICENSE.txt → 439.js.LICENSE.txt} +1 -1
- package/dist/mf/541.js +1 -1
- package/dist/mf/548.js +1 -1
- package/dist/mf/622.js +1 -1
- package/dist/mf/659.js +1 -1
- package/dist/mf/724.js +1 -1
- package/dist/mf/80.js +1 -1
- package/dist/mf/880.js +1 -1
- package/dist/mf/@mf-types/compiled-types/App.d.ts +0 -1
- package/dist/mf/@mf-types/compiled-types/api/tech/sobank/exportsQuery.d.ts +2 -0
- package/dist/mf/@mf-types/compiled-types/api/tech/synchro/jobsDefaultQuery.d.ts +1 -0
- package/dist/mf/@mf-types/compiled-types/api/tech/synchro/resetStatsQuery.d.ts +1 -1
- package/dist/mf/@mf-types/compiled-types/api/tech/synchro/tasks.d.ts +2 -1
- package/dist/mf/@mf-types/compiled-types/api/useApi.d.ts +1 -1
- package/dist/mf/@mf-types/compiled-types/gen/TechApi/index.d.ts +182 -10
- package/dist/mf/@mf-types/compiled-types/tabs/github.d.ts +2 -2
- package/dist/mf/@mf-types/compiled-types/tabs/sobank.d.ts +1 -1
- package/dist/mf/@mf-types/compiled-types/utils/date/formatDate.d.ts +1 -0
- package/dist/mf/@mf-types.zip +0 -0
- package/dist/mf/__federation_expose_amex.js +1 -1
- package/dist/mf/__federation_expose_bnpp.js +1 -1
- package/dist/mf/__federation_expose_credmut.js +1 -1
- package/dist/mf/__federation_expose_dashboard.js +10 -1
- package/dist/mf/__federation_expose_github.js +10 -1
- package/dist/mf/__federation_expose_github.js.LICENSE.txt +9 -0
- package/dist/mf/__federation_expose_payfit.js +1 -1
- package/dist/mf/__federation_expose_sobank.js +1 -1
- package/dist/mf/__federation_expose_spendesk.js +1 -1
- package/dist/mf/__federation_expose_spreadsheet.js +1 -1
- package/dist/mf/__federation_expose_synchro.js +1 -1
- package/dist/mf/__federation_expose_wise.js +1 -1
- package/dist/mf/index.js +4 -4
- package/dist/mf/mf-manifest.json +21 -16
- package/dist/mf/mf-stats.json +57 -30
- package/dist/mf/tech_app.js +3 -3
- package/package.json +35 -35
- package/dist/mf/6.js +0 -33
- package/dist/mf/980.js +0 -10
- /package/dist/mf/{6.js.LICENSE.txt → 429.js.LICENSE.txt} +0 -0
- /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.
|
|
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.
|
|
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": "
|
|
36
|
-
"@tanstack/react-query": "
|
|
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": "
|
|
39
|
+
"jotai": "2.18.1",
|
|
40
40
|
"lodash-es": "4.17.23",
|
|
41
41
|
"pako": "2.1.0",
|
|
42
|
-
"proper-url-join": "
|
|
43
|
-
"radash": "
|
|
44
|
-
"react": "
|
|
45
|
-
"react-dom": "
|
|
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": "
|
|
48
|
-
"recharts": "
|
|
47
|
+
"react-use": "17.6.0",
|
|
48
|
+
"recharts": "3.8.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@airporting/airpkg": "
|
|
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": "
|
|
56
|
-
"@module-federation/rsbuild-plugin": "
|
|
57
|
-
"@rsbuild/core": "
|
|
58
|
-
"@rsbuild/plugin-react": "
|
|
59
|
-
"@rslib/core": "
|
|
60
|
-
"@types/lodash-es": "
|
|
61
|
-
"@types/node": "
|
|
62
|
-
"@types/pako": "
|
|
63
|
-
"@types/proper-url-join": "
|
|
64
|
-
"@types/react": "
|
|
65
|
-
"@types/react-dom": "
|
|
66
|
-
"eslint": "
|
|
67
|
-
"eslint-config-prettier": "
|
|
68
|
-
"eslint-plugin-react-hooks": "
|
|
69
|
-
"eslint-plugin-react-refresh": "
|
|
70
|
-
"eslint-plugin-unused-imports": "
|
|
71
|
-
"globals": "
|
|
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": "
|
|
74
|
-
"postcss-preset-mantine": "
|
|
75
|
-
"postcss-simple-vars": "
|
|
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": "
|
|
77
|
+
"swagger-typescript-api": "13.2.16",
|
|
78
78
|
"tsx": "4.20.5",
|
|
79
|
-
"typescript": "
|
|
80
|
-
"typescript-eslint": "
|
|
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",
|