@trackunit/iris-app 2.7.0 → 2.7.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/CHANGELOG.md CHANGED
@@ -1,3 +1,19 @@
1
+ ## 2.7.2 (2026-09-21)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated iris-app-build-utilities to 2.4.58
6
+ - Updated iris-app-api to 2.6.6
7
+ - Updated react-graphql-tools to 1.17.38
8
+
9
+ ## 2.7.1 (2026-09-17)
10
+
11
+ ### 🧱 Updated Dependencies
12
+
13
+ - Updated iris-app-build-utilities to 2.4.57
14
+ - Updated iris-app-api to 2.6.5
15
+ - Updated react-graphql-tools to 1.17.37
16
+
1
17
  ## 2.7.0 (2026-09-17)
2
18
 
3
19
  ### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app",
3
- "version": "2.7.0",
3
+ "version": "2.7.2",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "main": "src/index.js",
6
6
  "generators": "./generators.json",
@@ -26,10 +26,10 @@
26
26
  "@nx/react": "23.1.0",
27
27
  "@npmcli/arborist": "^9.1.9",
28
28
  "win-ca": "^3.5.1",
29
- "@trackunit/iris-app-build-utilities": "2.4.56",
30
- "@trackunit/react-graphql-tools": "1.17.36",
29
+ "@trackunit/iris-app-build-utilities": "2.4.58",
30
+ "@trackunit/react-graphql-tools": "1.17.38",
31
31
  "@trackunit/shared-utils": "1.16.49",
32
- "@trackunit/iris-app-api": "2.6.4",
32
+ "@trackunit/iris-app-api": "2.6.6",
33
33
  "tslib": "^2.6.2",
34
34
  "@clack/prompts": "^1.0.0",
35
35
  "@npm/types": "^1.0.2",
@@ -77,8 +77,8 @@ const IrisAppGenerator = async function (tree, options) {
77
77
  graphql: "16.10.0",
78
78
  "@tanstack/react-router": "1.114.29",
79
79
  tslib: "2.4.0",
80
- react: "19.0.0",
81
- "react-dom": "19.0.0",
80
+ react: "19.3.0",
81
+ "react-dom": "19.3.0",
82
82
  "single-spa-react": "5.1.4",
83
83
  }, {
84
84
  ...tuDevDependencies,
@@ -87,7 +87,7 @@ const IrisAppGenerator = async function (tree, options) {
87
87
  "@nx/workspace": "23.1.0",
88
88
  "@nx/devkit": "23.1.0",
89
89
  "@nx/eslint-plugin": "23.1.0",
90
- "@types/react": "19.0.8",
90
+ "@types/react": "19.3.0",
91
91
  eslint: "9.33.0",
92
92
  "eslint-plugin-react-hooks": "7.0.1",
93
93
  "eslint-plugin-react": "7.37.5",
@@ -98,8 +98,8 @@ const IrisAppGenerator = async function (tree, options) {
98
98
  });
99
99
  (0, devkit_1.updateJson)(tree, "package.json", packageJson => {
100
100
  packageJson.overrides = {
101
- react: "19.0.0", // to avoid resolution warnings when running npm install
102
- "react-dom": "19.0.0", // fix resolution warnings and test
101
+ react: "19.3.0", // to avoid resolution warnings when running npm install
102
+ "react-dom": "19.3.0", // fix resolution warnings and test
103
103
  "zod-validation-error": "4.0.2",
104
104
  };
105
105
  return packageJson;
@@ -49,8 +49,8 @@ async function presetGenerator(tree, options) {
49
49
  // workspace can run the documented upgrade flow without installing it first.
50
50
  const migrationsVersion = (await (0, get_package_manifest_1.getPackageManifest)("@trackunit/migrations")).version;
51
51
  (0, devkit_1.addDependenciesToPackageJson)(tree, {
52
- react: "19.0.0",
53
- "react-dom": "19.0.0",
52
+ react: "19.3.0",
53
+ "react-dom": "19.3.0",
54
54
  }, {
55
55
  "@trackunit/migrations": migrationsVersion,
56
56
  });