@storm-software/unbuild 0.3.0 → 0.4.1

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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/unbuild",
3
- "version": "0.3.0",
3
+ "version": "0.4.1",
4
4
  "type": "module",
5
5
  "description": "A package containing `unbuild` utilities for building Storm Software libraries and applications",
6
6
  "repository": {
@@ -145,7 +145,7 @@
145
145
  "@swc/core": "^1.5.29",
146
146
  "nx": "^20.2.2",
147
147
  "rollup": "^4.29.1",
148
- "typescript": ">=5.5.3",
148
+ "typescript": "^5.7.2",
149
149
  "unbuild": "^2.0.0"
150
150
  },
151
151
  "peerDependenciesMeta": {
@@ -186,14 +186,14 @@
186
186
  "devDependencies": {
187
187
  "@nx/devkit": "^20.2.2",
188
188
  "@nx/js": "^20.2.2",
189
- "@storm-software/build-tools": "workspace:*",
190
- "@storm-software/config": "workspace:*",
191
- "@storm-software/config-tools": "workspace:*",
189
+ "@storm-software/build-tools": "0.110.0",
190
+ "@storm-software/config": "1.79.0",
191
+ "@storm-software/config-tools": "1.118.0",
192
192
  "@swc/core": "^1.5.29",
193
193
  "@types/rollup": "^0.54.0",
194
194
  "nx": "^20.2.2",
195
195
  "tsup": "^8.3.5",
196
- "typescript": ">=5.5.3",
196
+ "typescript": "^5.7.2",
197
197
  "unbuild": "^2.0.0"
198
198
  },
199
199
  "publishConfig": {