@its/core 2.2.10 → 2.2.11-alpha.2
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/core.es.js +18082 -18123
- package/dist/types/src/components/Buttons/FlagButton.d.ts +1 -1
- package/dist/types/src/components/Buttons/FlagButton.d.ts.map +1 -1
- package/dist/types/src/components/CaptionValue/CaptionValue.d.ts +1 -1
- package/dist/types/src/components/CaptionValue/CaptionValue.d.ts.map +1 -1
- package/dist/types/src/components/CaptionValue/types.d.ts +1 -0
- package/dist/types/src/components/CaptionValue/types.d.ts.map +1 -1
- package/dist/types/src/components/Inputs/DatePicker.d.ts.map +1 -1
- package/dist/types/src/components/Inputs/Select.d.ts +2 -1
- package/dist/types/src/components/Inputs/Select.d.ts.map +1 -1
- package/dist/types/src/components/Lists/ListWrapper.d.ts.map +1 -1
- package/dist/types/src/relay/RelayNetwork.d.ts.map +1 -1
- package/dist/types/src/theme/Provider.d.ts +1 -2
- package/dist/types/src/theme/Provider.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +50 -50
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@its/core",
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.11-alpha.2",
|
|
5
5
|
"main": "dist/core.cjs.js",
|
|
6
6
|
"module": "dist/core.es.js",
|
|
7
7
|
"types": "dist/types/index.d.ts",
|
|
@@ -28,14 +28,14 @@
|
|
|
28
28
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
29
29
|
"@dnd-kit/sortable": "^10.0.0",
|
|
30
30
|
"@opentelemetry/api": "^1.9.0",
|
|
31
|
-
"@opentelemetry/context-zone": "^2.0
|
|
32
|
-
"@opentelemetry/context-zone-peer-dep": "^2.0
|
|
33
|
-
"@opentelemetry/exporter-trace-otlp-http": "^0.
|
|
34
|
-
"@opentelemetry/exporter-trace-otlp-proto": "^0.
|
|
35
|
-
"@opentelemetry/instrumentation-fetch": "^0.
|
|
36
|
-
"@opentelemetry/resources": "^2.0
|
|
37
|
-
"@opentelemetry/sdk-trace-base": "^2.0
|
|
38
|
-
"@opentelemetry/sdk-trace-web": "^2.0
|
|
31
|
+
"@opentelemetry/context-zone": "^2.1.0",
|
|
32
|
+
"@opentelemetry/context-zone-peer-dep": "^2.1.0",
|
|
33
|
+
"@opentelemetry/exporter-trace-otlp-http": "^0.204.0",
|
|
34
|
+
"@opentelemetry/exporter-trace-otlp-proto": "^0.204.0",
|
|
35
|
+
"@opentelemetry/instrumentation-fetch": "^0.204.0",
|
|
36
|
+
"@opentelemetry/resources": "^2.1.0",
|
|
37
|
+
"@opentelemetry/sdk-trace-base": "^2.1.0",
|
|
38
|
+
"@opentelemetry/sdk-trace-web": "^2.1.0",
|
|
39
39
|
"@react-pdf-viewer/core": "^3.12.0",
|
|
40
40
|
"@react-pdf-viewer/default-layout": "^3.12.0",
|
|
41
41
|
"ajv": "^8.17.1",
|
|
@@ -44,78 +44,78 @@
|
|
|
44
44
|
"re-resizable": "^6.11.2",
|
|
45
45
|
"react-gauge-component": "^1.2.64",
|
|
46
46
|
"react-hotkeys-hook": "^5.1.0",
|
|
47
|
-
"react-pdf": "^10.0
|
|
47
|
+
"react-pdf": "^10.1.0",
|
|
48
48
|
"react-svg": "^16.3.0",
|
|
49
49
|
"react-transition-group": "^4.4.5",
|
|
50
50
|
"react-use": "^17.6.0",
|
|
51
|
-
"recharts": "^3.
|
|
51
|
+
"recharts": "^3.2.0"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"@emotion/styled": "^11.14.
|
|
55
|
-
"@mui/icons-material": "^7.2
|
|
56
|
-
"@mui/material": "^7.2
|
|
57
|
-
"@mui/system": "^7.2
|
|
58
|
-
"@mui/x-date-pickers": "^
|
|
59
|
-
"dayjs": "^1.11.
|
|
54
|
+
"@emotion/styled": "^11.14.1",
|
|
55
|
+
"@mui/icons-material": "^7.3.2",
|
|
56
|
+
"@mui/material": "^7.3.2",
|
|
57
|
+
"@mui/system": "^7.3.2",
|
|
58
|
+
"@mui/x-date-pickers": "^7.29.4",
|
|
59
|
+
"dayjs": "^1.11.18",
|
|
60
60
|
"graphql": "^16.11.0",
|
|
61
|
-
"i18next": "^25.
|
|
62
|
-
"jotai": "^2.
|
|
61
|
+
"i18next": "^25.5.2",
|
|
62
|
+
"jotai": "^2.14.0",
|
|
63
63
|
"notistack": "^3.0.2",
|
|
64
64
|
"react": "^19.1.1",
|
|
65
65
|
"react-dom": "^19.1.1",
|
|
66
|
-
"react-i18next": "^15.
|
|
67
|
-
"react-relay": "^20.1.0",
|
|
68
|
-
"react-router-dom": "^7.7.1",
|
|
69
|
-
"recoil": "^0.7.7",
|
|
66
|
+
"react-i18next": "^15.7.3",
|
|
70
67
|
"react-is": "^19.1.1",
|
|
71
|
-
"relay
|
|
68
|
+
"react-relay": "^20.1.1",
|
|
69
|
+
"react-router-dom": "^7.8.2",
|
|
70
|
+
"recoil": "^0.7.7",
|
|
71
|
+
"relay-runtime": "^20.1.1"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@babel/preset-env": "^7.28.
|
|
74
|
+
"@babel/preset-env": "^7.28.3",
|
|
75
75
|
"@babel/preset-react": "^7.27.1",
|
|
76
76
|
"@emotion/react": "^11.14.0",
|
|
77
|
-
"@emotion/styled": "^11.14.
|
|
78
|
-
"@mui/icons-material": "^7.2
|
|
79
|
-
"@mui/material": "^7.2
|
|
80
|
-
"@mui/system": "^7.2
|
|
81
|
-
"@mui/x-date-pickers": "^
|
|
77
|
+
"@emotion/styled": "^11.14.1",
|
|
78
|
+
"@mui/icons-material": "^7.3.2",
|
|
79
|
+
"@mui/material": "^7.3.2",
|
|
80
|
+
"@mui/system": "^7.3.2",
|
|
81
|
+
"@mui/x-date-pickers": "^7.29.4",
|
|
82
82
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
|
83
|
-
"@types/node": "^24.1
|
|
84
|
-
"@types/react": "^19.1.
|
|
85
|
-
"@types/react-dom": "^19.1.
|
|
83
|
+
"@types/node": "^24.3.1",
|
|
84
|
+
"@types/react": "^19.1.12",
|
|
85
|
+
"@types/react-dom": "^19.1.9",
|
|
86
86
|
"@types/react-relay": "^18.2.1",
|
|
87
87
|
"@types/relay-runtime": "^19.0.2",
|
|
88
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
89
|
-
"@typescript-eslint/parser": "^8.
|
|
90
|
-
"@vitejs/plugin-react": "^
|
|
91
|
-
"babel-plugin-relay": "^20.1.
|
|
92
|
-
"dayjs": "^1.11.
|
|
93
|
-
"eslint": "^9.
|
|
88
|
+
"@typescript-eslint/eslint-plugin": "^8.43.0",
|
|
89
|
+
"@typescript-eslint/parser": "^8.43.0",
|
|
90
|
+
"@vitejs/plugin-react": "^5.0.2",
|
|
91
|
+
"babel-plugin-relay": "^20.1.1",
|
|
92
|
+
"dayjs": "^1.11.18",
|
|
93
|
+
"eslint": "^9.35.0",
|
|
94
94
|
"eslint-config-prettier": "^10.1.8",
|
|
95
|
-
"eslint-plugin-prettier": "^5.5.
|
|
95
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
96
96
|
"eslint-plugin-react": "^7.37.5",
|
|
97
97
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
98
|
-
"globals": "^16.
|
|
98
|
+
"globals": "^16.4.0",
|
|
99
99
|
"graphql": "^16.11.0",
|
|
100
|
-
"i18next": "^25.
|
|
101
|
-
"jotai": "^2.
|
|
100
|
+
"i18next": "^25.5.2",
|
|
101
|
+
"jotai": "^2.14.0",
|
|
102
102
|
"notistack": "^3.0.2",
|
|
103
103
|
"prettier": "^3.6.2",
|
|
104
104
|
"react": "^19.1.1",
|
|
105
105
|
"react-dom": "^19.1.1",
|
|
106
106
|
"react-error-boundary": "^6.0.0",
|
|
107
|
-
"react-i18next": "^15.
|
|
107
|
+
"react-i18next": "^15.7.3",
|
|
108
108
|
"react-is": "^19.1.1",
|
|
109
|
-
"react-relay": "^20.1.
|
|
110
|
-
"react-router-dom": "^7.
|
|
109
|
+
"react-relay": "^20.1.1",
|
|
110
|
+
"react-router-dom": "^7.8.2",
|
|
111
111
|
"recoil": "^0.7.7",
|
|
112
|
-
"relay-compiler": "^20.1.
|
|
112
|
+
"relay-compiler": "^20.1.1",
|
|
113
113
|
"relay-compiler-language-typescript": "^15.0.1",
|
|
114
|
-
"relay-runtime": "^20.1.
|
|
115
|
-
"sass-embedded": "^1.
|
|
114
|
+
"relay-runtime": "^20.1.1",
|
|
115
|
+
"sass-embedded": "^1.92.1",
|
|
116
116
|
"tslib": "^2.8.1",
|
|
117
117
|
"typescript": "^5.9.2",
|
|
118
|
-
"vite": "^7.
|
|
118
|
+
"vite": "^7.1.5",
|
|
119
119
|
"vite-plugin-dts": "^4.5.4",
|
|
120
120
|
"vite-plugin-eslint": "^1.8.1",
|
|
121
121
|
"vite-plugin-graphql": "^0.1.0",
|