@trackunit/iris-app 0.0.251 → 0.0.252
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 +3 -8
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.252](https://github.com/Trackunit/manager/compare/iris-app/0.0.251...iris-app/0.0.252) (2023-05-25)
|
|
6
|
+
|
|
7
|
+
### Dependency Updates
|
|
8
|
+
|
|
9
|
+
* `iris-app-build-utilities` updated to version `0.0.142`
|
|
5
10
|
## [0.0.251](https://github.com/Trackunit/manager/compare/iris-app/0.0.250...iris-app/0.0.251) (2023-05-24)
|
|
6
11
|
|
|
7
12
|
### 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.252",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"generators": "./generators.json",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"postcss": "8.4.19",
|
|
34
34
|
"react": "18.2.0",
|
|
35
35
|
"react-dom": "18.2.0",
|
|
36
|
-
"react-i18next": "12.
|
|
36
|
+
"react-i18next": "12.3.1",
|
|
37
37
|
"react-virtualized-auto-sizer": "1.0.7",
|
|
38
38
|
"rxjs": "7.6.0",
|
|
39
39
|
"semver": "7.4.0",
|
|
@@ -83,18 +83,14 @@
|
|
|
83
83
|
"@trackunit/css-tailwind-custom-properties-plugin": "0.0.19",
|
|
84
84
|
"@trackunit/i18n-library-translation": "0.0.48",
|
|
85
85
|
"@trackunit/iris-app-api": "0.0.93",
|
|
86
|
-
"@trackunit/iris-app-build-utilities": "0.0.
|
|
86
|
+
"@trackunit/iris-app-build-utilities": "0.0.142",
|
|
87
87
|
"@trackunit/iris-app-runtime-core": "0.3.43",
|
|
88
88
|
"@trackunit/iris-app-runtime-core-api": "0.3.37",
|
|
89
89
|
"@trackunit/iris-app-webpack-plugin": "0.0.104",
|
|
90
|
-
"@trackunit/react-chart-components": "0.0.35",
|
|
91
90
|
"@trackunit/react-components": "0.1.94",
|
|
92
|
-
"@trackunit/react-core-contexts": "0.4.148",
|
|
93
91
|
"@trackunit/react-core-contexts-api": "0.2.34",
|
|
94
92
|
"@trackunit/react-core-contexts-test": "0.1.62",
|
|
95
93
|
"@trackunit/react-core-hooks": "0.2.56",
|
|
96
|
-
"@trackunit/react-form-components": "0.0.34",
|
|
97
|
-
"@trackunit/rest-public-api-sustainability": "0.0.88",
|
|
98
94
|
"@trackunit/tailwind-styled-components": "0.0.56",
|
|
99
95
|
"@trackunit/ui-design-tokens": "0.0.66",
|
|
100
96
|
"@trackunit/ui-icons": "0.0.64",
|
|
@@ -139,7 +135,6 @@
|
|
|
139
135
|
"memoize-one": "5.2.1",
|
|
140
136
|
"moment": "2.29.4",
|
|
141
137
|
"murmurhash": "2.0.1",
|
|
142
|
-
"node-cache": "5.1.2",
|
|
143
138
|
"node-vault": "0.9.22",
|
|
144
139
|
"node-xlsx": "0.21.0",
|
|
145
140
|
"prom-client": "14.2.0",
|