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