@xylabs/ts-scripts-yarn3 2.19.2 → 2.19.3

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
@@ -69,6 +69,7 @@
69
69
  "@types/node": "^20.5.3",
70
70
  "@typescript-eslint/eslint-plugin": "^6.4.1",
71
71
  "@typescript-eslint/parser": "^6.4.1",
72
+ "@xylabs/tsconfig": "~2.19.3",
72
73
  "chalk": "^4.1.2",
73
74
  "cpy": "^8.1.2",
74
75
  "depcheck": "^1.4.5",
@@ -106,8 +107,8 @@
106
107
  "@types/license-checker": "^25.0.3",
107
108
  "@types/lodash": "^4.14.197",
108
109
  "@types/parse-git-config": "^3.0.1",
109
- "@xylabs/eslint-config": "^2.19.2",
110
- "@xylabs/tsconfig": "^2.19.2",
110
+ "@xylabs/eslint-config": "^2.19.3",
111
+ "@xylabs/tsconfig": "^2.19.3",
111
112
  "typescript": "^5.1.6"
112
113
  },
113
114
  "peerDependencies": {
@@ -155,5 +156,5 @@
155
156
  "compile": "tsc --build tsconfig.build.cjs.json && tsc --build tsconfig.build.esm.json"
156
157
  },
157
158
  "sideEffects": false,
158
- "version": "2.19.2"
159
+ "version": "2.19.3"
159
160
  }