@xylabs/ts-scripts-yarn3 2.19.1 → 2.19.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.
Files changed (1) hide show
  1. package/package.json +4 -3
package/package.json CHANGED
@@ -95,6 +95,7 @@
95
95
  "ts-jest": "^29.1.1",
96
96
  "ts-node": "^10.9.1",
97
97
  "ts-prune": "^0.10.3",
98
+ "tslib": "^2.6.2",
98
99
  "typedoc": "^0.24.8",
99
100
  "yargs": "^17.7.2"
100
101
  },
@@ -105,8 +106,8 @@
105
106
  "@types/license-checker": "^25.0.3",
106
107
  "@types/lodash": "^4.14.197",
107
108
  "@types/parse-git-config": "^3.0.1",
108
- "@xylabs/eslint-config": "^2.19.1",
109
- "@xylabs/tsconfig": "^2.19.1",
109
+ "@xylabs/eslint-config": "^2.19.2",
110
+ "@xylabs/tsconfig": "^2.19.2",
110
111
  "typescript": "^5.1.6"
111
112
  },
112
113
  "peerDependencies": {
@@ -154,5 +155,5 @@
154
155
  "compile": "tsc --build tsconfig.build.cjs.json && tsc --build tsconfig.build.esm.json"
155
156
  },
156
157
  "sideEffects": false,
157
- "version": "2.19.1"
158
+ "version": "2.19.2"
158
159
  }