@storm-software/projen 0.21.75 → 0.21.76

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  # Changelog for Storm Ops - Projen
4
4
 
5
+ ## [0.21.75](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.75) (12/18/2025)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **workspace-tools** to **v1.294.19**
10
+ - Updated **config-tools** to **v1.188.73**
11
+ - Updated **config** to **v1.134.73**
12
+
5
13
  ## [0.21.74](https://github.com/storm-software/storm-ops/releases/tag/projen%400.21.74) (12/18/2025)
6
14
 
7
15
  ### Miscellaneous
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/projen",
3
- "version": "0.21.75",
3
+ "version": "0.21.76",
4
4
  "type": "commonjs",
5
5
  "description": "Tools for managing Projen configuration automation within a Nx workspace.",
6
6
  "repository": {
@@ -114,10 +114,10 @@
114
114
  "sullivanpj"
115
115
  ],
116
116
  "peerDependencies": {
117
- "@nx/devkit": "^22.2.3",
118
- "@storm-software/config": "1.134.72",
119
- "@storm-software/config-tools": "1.188.72",
120
- "@storm-software/workspace-tools": "1.294.18",
117
+ "@nx/devkit": "^22.3.3",
118
+ "@storm-software/config": "1.134.73",
119
+ "@storm-software/config-tools": "1.188.73",
120
+ "@storm-software/workspace-tools": "1.294.19",
121
121
  "projen": "^0.91.6",
122
122
  "tsup": "8.4.0",
123
123
  "untyped": "1.5.2"
@@ -129,18 +129,18 @@
129
129
  },
130
130
  "dependencies": {
131
131
  "@aws/pdk": "^0.25.17",
132
- "@nx/devkit": "^22.2.3",
132
+ "@nx/devkit": "^22.3.3",
133
133
  "projen": "0.91.20"
134
134
  },
135
135
  "devDependencies": {
136
- "@nx/devkit": "^22.2.3",
136
+ "@nx/devkit": "^22.3.3",
137
137
  "@types/node": "^24.10.4",
138
- "nx": "^22.2.3",
138
+ "nx": "^22.3.3",
139
139
  "tsup": "8.4.0",
140
140
  "untyped": "^2.0.0"
141
141
  },
142
142
  "publishConfig": { "access": "public" },
143
143
  "executors": "./executors.json",
144
144
  "generators": "./generators.json",
145
- "gitHead": "7d935edb3239ff84acc25900acaac64102e909df"
145
+ "gitHead": "04528fd5ad2e9964bafae6e92842b2c59015141a"
146
146
  }