@its/core 1.1.36 → 2.0.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/core.es.js +42047 -62875
- package/dist/core.umd.js +111 -149
- package/dist/src/components/Lists/ListItem.d.ts.map +1 -1
- package/dist/src/components/Lists/index.d.ts +1 -0
- package/dist/src/components/Lists/index.d.ts.map +1 -1
- package/dist/src/relay/RelayEnvironmentProvider.d.ts.map +1 -1
- package/dist/types/src/components/Lists/ListItem.d.ts +1 -1
- package/dist/types/src/components/Lists/ListItem.d.ts.map +1 -1
- package/dist/types/src/components/Lists/index.d.ts +1 -0
- package/dist/types/src/components/Lists/index.d.ts.map +1 -1
- package/dist/types/src/relay/RelayEnvironmentProvider.d.ts.map +1 -1
- package/dist/types/tsconfig.tsbuildinfo +1 -1
- package/package.json +25 -20
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
3
|
"name": "@its/core",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "2.0.0",
|
|
5
5
|
"main": "dist/core.umd.js",
|
|
6
6
|
"module": "dist/core.es.js",
|
|
7
7
|
"types": "dist/types/index.d.ts",
|
|
@@ -28,12 +28,6 @@
|
|
|
28
28
|
"@dnd-kit/core": "^6.3.1",
|
|
29
29
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
30
30
|
"@dnd-kit/sortable": "^10.0.0",
|
|
31
|
-
"@emotion/react": "^11.0.0",
|
|
32
|
-
"@emotion/styled": "^11.0.0",
|
|
33
|
-
"@mui/icons-material": "^7.0.0",
|
|
34
|
-
"@mui/material": "^7.0.0",
|
|
35
|
-
"@mui/system": "^7.0.0",
|
|
36
|
-
"@mui/x-date-pickers": "^8.9.0",
|
|
37
31
|
"@opentelemetry/api": "^1.9.0",
|
|
38
32
|
"@opentelemetry/context-zone": "^2.0.1",
|
|
39
33
|
"@opentelemetry/context-zone-peer-dep": "^2.0.1",
|
|
@@ -46,25 +40,16 @@
|
|
|
46
40
|
"@react-pdf-viewer/core": "^3.12.0",
|
|
47
41
|
"@react-pdf-viewer/default-layout": "^3.12.0",
|
|
48
42
|
"ajv": "^8.17.1",
|
|
49
|
-
"graphql": "^16.11.0",
|
|
50
43
|
"graphql-ws": "^6.0.6",
|
|
51
|
-
"i18next": "^25.3.2",
|
|
52
44
|
"i18next-browser-languagedetector": "^8.2.0",
|
|
53
|
-
"jotai": "^2.12.5",
|
|
54
|
-
"notistack": "^3.0.2",
|
|
55
45
|
"re-resizable": "^6.11.2",
|
|
56
|
-
"react": "^18.0.0 || ^19.0.0",
|
|
57
|
-
"react-dom": "^18.0.0 || ^19.0.0",
|
|
58
46
|
"react-gauge-component": "^1.2.64",
|
|
59
47
|
"react-hotkeys-hook": "^5.1.0",
|
|
60
|
-
"react-i18next": "^15.6.1",
|
|
61
48
|
"react-pdf": "^10.0.1",
|
|
62
|
-
"react-router-dom": "^7.7.0",
|
|
63
49
|
"react-svg": "^16.3.0",
|
|
64
50
|
"react-transition-group": "^4.4.5",
|
|
65
51
|
"react-use": "^17.6.0",
|
|
66
|
-
"recharts": "^3.1.0"
|
|
67
|
-
"recoil": "^0.7.7"
|
|
52
|
+
"recharts": "^3.1.0"
|
|
68
53
|
},
|
|
69
54
|
"peerDependencies": {
|
|
70
55
|
"@emotion/react": "^11.0.0",
|
|
@@ -74,12 +59,23 @@
|
|
|
74
59
|
"@mui/system": "^7.0.0",
|
|
75
60
|
"@mui/x-date-pickers": "^8.9.0",
|
|
76
61
|
"dayjs": "^1.11.0",
|
|
62
|
+
"graphql": "^16.11.0",
|
|
63
|
+
"i18next": "^25.3.2",
|
|
64
|
+
"jotai": "^2.12.5",
|
|
65
|
+
"notistack": "^3.0.2",
|
|
77
66
|
"react": "^18.0.0 || ^19.0.0",
|
|
78
67
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
79
|
-
"
|
|
80
|
-
"react-relay": "^20.0.0"
|
|
68
|
+
"react-i18next": "^15.6.1",
|
|
69
|
+
"react-relay": "^20.0.0",
|
|
70
|
+
"react-router-dom": "^7.7.0",
|
|
71
|
+
"recoil": "^0.7.7",
|
|
72
|
+
"relay-runtime": "^20.0.0"
|
|
81
73
|
},
|
|
82
74
|
"devDependencies": {
|
|
75
|
+
"@mui/material": "^7.0.0",
|
|
76
|
+
"@mui/icons-material": "^7.0.0",
|
|
77
|
+
"@emotion/react": "^11.0.0",
|
|
78
|
+
"@emotion/styled": "^11.0.0",
|
|
83
79
|
"@babel/preset-env": "^7.28.0",
|
|
84
80
|
"@babel/preset-react": "^7.27.1",
|
|
85
81
|
"@mui/x-date-pickers": "^8.9.0",
|
|
@@ -101,12 +97,21 @@
|
|
|
101
97
|
"eslint-plugin-react": "^7.37.5",
|
|
102
98
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
103
99
|
"globals": "^16.3.0",
|
|
100
|
+
"graphql": "^16.11.0",
|
|
101
|
+
"i18next": "^25.3.2",
|
|
102
|
+
"jotai": "^2.12.5",
|
|
103
|
+
"notistack": "^3.0.2",
|
|
104
104
|
"prettier": "^3.6.2",
|
|
105
|
+
"react": "^19.0.0",
|
|
106
|
+
"react-dom": "^19.0.0",
|
|
105
107
|
"react-error-boundary": "^6.0.0",
|
|
106
|
-
"
|
|
108
|
+
"react-i18next": "^15.6.1",
|
|
107
109
|
"react-relay": "^20.0.0",
|
|
110
|
+
"react-router-dom": "^7.7.0",
|
|
111
|
+
"recoil": "^0.7.7",
|
|
108
112
|
"relay-compiler": "^20.0.0",
|
|
109
113
|
"relay-compiler-language-typescript": "^15.0.1",
|
|
114
|
+
"relay-runtime": "^20.0.0",
|
|
110
115
|
"sass-embedded": "^1.89.2",
|
|
111
116
|
"tslib": "^2.8.1",
|
|
112
117
|
"typescript": "^5.8.3",
|