@trackunit/iris-app 0.0.243 → 0.0.246
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/CHANGELOG.md +15 -0
- package/package.json +104 -9
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.0.246](https://github.com/Trackunit/manager/compare/iris-app/0.0.245...iris-app/0.0.246) (2023-05-23)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `iris-app-build-utilities` updated to version `0.0.137`
|
|
10
|
+
## [0.0.245](https://github.com/Trackunit/manager/compare/iris-app/0.0.244...iris-app/0.0.245) (2023-05-22)
|
|
11
|
+
|
|
12
|
+
### Dependency Updates
|
|
13
|
+
|
|
14
|
+
* `iris-app-build-utilities` updated to version `0.0.136`
|
|
15
|
+
## [0.0.244](https://github.com/Trackunit/manager/compare/iris-app/0.0.243...iris-app/0.0.244) (2023-05-22)
|
|
16
|
+
|
|
17
|
+
### Dependency Updates
|
|
18
|
+
|
|
19
|
+
* `iris-app-build-utilities` updated to version `0.0.135`
|
|
5
20
|
## [0.0.243](https://github.com/Trackunit/manager/compare/iris-app/0.0.242...iris-app/0.0.243) (2023-05-17)
|
|
6
21
|
|
|
7
22
|
### Dependency Updates
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/iris-app",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.246",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"generators": "./generators.json",
|
|
@@ -42,38 +42,133 @@
|
|
|
42
42
|
"@apollo/client": "3.7.10",
|
|
43
43
|
"@babel/core": "7.18.9",
|
|
44
44
|
"@babel/template": "7.18.10",
|
|
45
|
+
"@bmatei/apollo-prometheus-exporter": "2.1.1",
|
|
46
|
+
"@faker-js/faker": "7.6.0",
|
|
45
47
|
"@floating-ui/react": "0.22.2",
|
|
48
|
+
"@graphql-hive/client": "0.22.0",
|
|
49
|
+
"@graphql-tools/delegate": "9.0.35",
|
|
50
|
+
"@graphql-tools/links": "8.3.36",
|
|
51
|
+
"@graphql-tools/load": "7.8.14",
|
|
52
|
+
"@graphql-tools/mock": "8.7.15",
|
|
53
|
+
"@graphql-tools/stitch": "8.7.49",
|
|
54
|
+
"@graphql-tools/stitching-directives": "2.3.34",
|
|
55
|
+
"@graphql-tools/utils": "9.2.1",
|
|
56
|
+
"@graphql-tools/wrap": "9.4.2",
|
|
46
57
|
"@heroicons/react": "2.0.16",
|
|
58
|
+
"@js-temporal/polyfill": "0.4.3",
|
|
59
|
+
"@opentelemetry/api": "1.4.1",
|
|
60
|
+
"@opentelemetry/exporter-zipkin": "1.12.0",
|
|
61
|
+
"@opentelemetry/instrumentation": "0.38.0",
|
|
62
|
+
"@opentelemetry/instrumentation-dns": "0.31.3",
|
|
63
|
+
"@opentelemetry/instrumentation-express": "0.32.2",
|
|
64
|
+
"@opentelemetry/instrumentation-graphql": "0.34.1",
|
|
65
|
+
"@opentelemetry/instrumentation-http": "0.38.0",
|
|
66
|
+
"@opentelemetry/instrumentation-winston": "0.31.2",
|
|
67
|
+
"@opentelemetry/propagator-b3": "1.12.0",
|
|
68
|
+
"@opentelemetry/resources": "1.12.0",
|
|
69
|
+
"@opentelemetry/sdk-trace-node": "1.12.0",
|
|
70
|
+
"@opentelemetry/semantic-conventions": "1.12.0",
|
|
47
71
|
"@sentry/browser": "7.50.0",
|
|
72
|
+
"@sentry/node": "7.50.0",
|
|
73
|
+
"@sentry/react": "7.50.0",
|
|
74
|
+
"@sentry/tracing": "7.50.0",
|
|
75
|
+
"@sentry/types": "7.50.0",
|
|
76
|
+
"@tanstack/react-table": "8.7.9",
|
|
77
|
+
"@tanstack/react-virtual": "3.0.0-beta.54",
|
|
78
|
+
"@terraformer/wkt": "2.2.0",
|
|
48
79
|
"@trackunit/css-component-tokens": "0.0.27",
|
|
49
|
-
"@trackunit/css-components": "0.0.
|
|
80
|
+
"@trackunit/css-components": "0.0.330",
|
|
50
81
|
"@trackunit/css-core": "0.0.82",
|
|
51
82
|
"@trackunit/css-tailwind": "0.0.57",
|
|
52
83
|
"@trackunit/css-tailwind-custom-properties-plugin": "0.0.19",
|
|
53
84
|
"@trackunit/i18n-library-translation": "0.0.46",
|
|
54
85
|
"@trackunit/iris-app-api": "0.0.92",
|
|
55
|
-
"@trackunit/iris-app-build-utilities": "0.0.
|
|
56
|
-
"@trackunit/iris-app-runtime-core": "0.3.
|
|
57
|
-
"@trackunit/iris-app-runtime-core-api": "0.3.
|
|
86
|
+
"@trackunit/iris-app-build-utilities": "0.0.137",
|
|
87
|
+
"@trackunit/iris-app-runtime-core": "0.3.43",
|
|
88
|
+
"@trackunit/iris-app-runtime-core-api": "0.3.37",
|
|
58
89
|
"@trackunit/iris-app-webpack-plugin": "0.0.103",
|
|
59
|
-
"@trackunit/react-components": "0.
|
|
60
|
-
"@trackunit/react-
|
|
61
|
-
"@trackunit/react-core-contexts
|
|
62
|
-
"@trackunit/react-core-
|
|
90
|
+
"@trackunit/react-chart-components": "0.0.34",
|
|
91
|
+
"@trackunit/react-components": "0.1.93",
|
|
92
|
+
"@trackunit/react-core-contexts": "0.4.146",
|
|
93
|
+
"@trackunit/react-core-contexts-api": "0.2.34",
|
|
94
|
+
"@trackunit/react-core-contexts-test": "0.1.61",
|
|
95
|
+
"@trackunit/react-core-hooks": "0.2.56",
|
|
96
|
+
"@trackunit/react-form-components": "0.0.32",
|
|
97
|
+
"@trackunit/rest-public-api-sustainability": "0.0.88",
|
|
63
98
|
"@trackunit/tailwind-styled-components": "0.0.56",
|
|
64
99
|
"@trackunit/ui-design-tokens": "0.0.66",
|
|
65
100
|
"@trackunit/ui-icons": "0.0.64",
|
|
101
|
+
"@trackunit/ui-theme": "0.0.34",
|
|
102
|
+
"apollo-datasource": "3.3.2",
|
|
103
|
+
"apollo-server-core": "3.12.0",
|
|
104
|
+
"apollo-server-errors": "3.3.1",
|
|
105
|
+
"apollo-server-express": "3.12.0",
|
|
106
|
+
"apollo-server-plugin-base": "3.7.2",
|
|
107
|
+
"apollo-server-plugin-response-cache": "3.8.2",
|
|
108
|
+
"apollo-server-types": "3.8.0",
|
|
109
|
+
"apollo-upload-client": "17.0.0",
|
|
66
110
|
"capitalize": "2.0.4",
|
|
111
|
+
"chalk": "4.1.2",
|
|
112
|
+
"cors": "2.8.5",
|
|
113
|
+
"crossfilter2": "1.5.4",
|
|
114
|
+
"dataloader": "2.1.0",
|
|
67
115
|
"date-fns": "2.29.3",
|
|
116
|
+
"date-fns-tz": "1.3.7",
|
|
117
|
+
"dotenv": "16.0.3",
|
|
118
|
+
"echarts-for-react": "3.0.2",
|
|
119
|
+
"express": "4.18.2",
|
|
120
|
+
"express-winston": "4.2.0",
|
|
121
|
+
"file-saver": "2.0.5",
|
|
122
|
+
"form-data": "4.0.0",
|
|
123
|
+
"geo-tz": "7.0.6",
|
|
68
124
|
"glob": "7.2.3",
|
|
69
125
|
"graphql": "15.8.0",
|
|
126
|
+
"graphql-parse-resolve-info": "4.13.0",
|
|
127
|
+
"graphql-query-complexity": "0.12.0",
|
|
128
|
+
"graphql-upload": "15.0.2",
|
|
129
|
+
"highcharts": "10.3.2",
|
|
130
|
+
"highcharts-react-official": "3.1.0",
|
|
131
|
+
"history": "5.3.0",
|
|
70
132
|
"i18next-browser-languagedetector": "6.1.8",
|
|
71
133
|
"i18next-resources-to-backend": "1.1.0",
|
|
134
|
+
"immutability-helper": "3.1.1",
|
|
135
|
+
"intermock": "0.2.5",
|
|
136
|
+
"jose": "4.13.1",
|
|
137
|
+
"jwt-decode": "3.1.2",
|
|
138
|
+
"libphonenumber-js": "1.10.30",
|
|
139
|
+
"memoize-one": "5.2.1",
|
|
140
|
+
"moment": "2.29.4",
|
|
141
|
+
"murmurhash": "2.0.1",
|
|
142
|
+
"node-cache": "5.1.2",
|
|
143
|
+
"node-vault": "0.9.22",
|
|
144
|
+
"node-xlsx": "0.21.0",
|
|
145
|
+
"prom-client": "14.2.0",
|
|
146
|
+
"query-string": "7.1.3",
|
|
72
147
|
"react-day-picker": "8.7.1",
|
|
148
|
+
"react-dnd": "14.0.5",
|
|
149
|
+
"react-dnd-html5-backend": "14.1.0",
|
|
150
|
+
"react-error-boundary": "3.1.4",
|
|
73
151
|
"react-helmet-async": "1.3.0",
|
|
152
|
+
"react-minimal-pie-chart": "8.4.0",
|
|
153
|
+
"react-moment": "1.1.2",
|
|
74
154
|
"react-router-dom": "6.4.5",
|
|
155
|
+
"react-select": "5.7.3",
|
|
156
|
+
"react-slider": "2.0.4",
|
|
157
|
+
"react-table": "7.8.0",
|
|
75
158
|
"react-use": "17.4.0",
|
|
76
159
|
"react-useportal": "1.0.17",
|
|
160
|
+
"react-window": "1.8.8",
|
|
161
|
+
"reflect-metadata": "0.1.13",
|
|
162
|
+
"source-map-support": "0.5.21",
|
|
163
|
+
"styled-components": "5.3.10",
|
|
164
|
+
"styled-media-query": "2.1.2",
|
|
165
|
+
"type-graphql": "1.1.1",
|
|
166
|
+
"typedi": "0.10.0",
|
|
167
|
+
"uuid": "8.3.2",
|
|
168
|
+
"wildcard-match": "5.1.2",
|
|
169
|
+
"winston": "3.8.2",
|
|
170
|
+
"zipcelx": "1.6.2",
|
|
171
|
+
"zod": "3.14.1",
|
|
77
172
|
"tslib": "2.4.1"
|
|
78
173
|
},
|
|
79
174
|
"types": "./src/index.d.ts"
|