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