@temboplus/tsconfig 0.3.0 → 0.3.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.
- package/package.json +28 -28
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@temboplus/tsconfig",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Base TypeScript configuration files for TemboPlus applications and packages",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
],
|
|
26
26
|
"license": "MIT",
|
|
27
27
|
"engines": {
|
|
28
|
-
"node": ">=
|
|
29
|
-
"npm": ">=
|
|
28
|
+
"node": ">=24.13.0",
|
|
29
|
+
"npm": ">=11.6.2"
|
|
30
30
|
},
|
|
31
31
|
"exports": {
|
|
32
32
|
"./base.json": "./tsconfig.base.json",
|
|
@@ -133,38 +133,38 @@
|
|
|
133
133
|
"tslib": ">=2.8.1"
|
|
134
134
|
},
|
|
135
135
|
"devDependencies": {
|
|
136
|
-
"@commitlint/cli": "^20.
|
|
137
|
-
"@commitlint/config-conventional": "^20.
|
|
136
|
+
"@commitlint/cli": "^20.5.3",
|
|
137
|
+
"@commitlint/config-conventional": "^20.5.3",
|
|
138
138
|
"@eslint/markdown": "^7.5.1",
|
|
139
|
-
"@jest/globals": "^30.
|
|
140
|
-
"@release-it/conventional-changelog": "
|
|
141
|
-
"@vitest/coverage-v8": "^4.
|
|
142
|
-
"conventional-commits-parser": "^6.
|
|
143
|
-
"cspell": "^9.
|
|
144
|
-
"eslint": "^9.39.
|
|
145
|
-
"eslint-config-flat-gitignore": "^2.
|
|
139
|
+
"@jest/globals": "^30.4.1",
|
|
140
|
+
"@release-it/conventional-changelog": "^11.0.1",
|
|
141
|
+
"@vitest/coverage-v8": "^4.1.10",
|
|
142
|
+
"conventional-commits-parser": "^6.4.0",
|
|
143
|
+
"cspell": "^9.8.0",
|
|
144
|
+
"eslint": "^9.39.4",
|
|
145
|
+
"eslint-config-flat-gitignore": "^2.3.0",
|
|
146
146
|
"eslint-config-prettier": "^10.1.8",
|
|
147
|
-
"eslint-plugin-import-x": "^4.
|
|
148
|
-
"eslint-plugin-jsdoc": "^62.
|
|
149
|
-
"eslint-plugin-jsonc": "^2.21.
|
|
150
|
-
"eslint-plugin-perfectionist": "^5.
|
|
151
|
-
"eslint-plugin-prettier": "^5.5.
|
|
147
|
+
"eslint-plugin-import-x": "^4.17.1",
|
|
148
|
+
"eslint-plugin-jsdoc": "^62.9.0",
|
|
149
|
+
"eslint-plugin-jsonc": "^2.21.1",
|
|
150
|
+
"eslint-plugin-perfectionist": "^5.9.1",
|
|
151
|
+
"eslint-plugin-prettier": "^5.5.6",
|
|
152
152
|
"eslint-plugin-unicorn": "^62.0.0",
|
|
153
|
-
"eslint-plugin-yml": "^3.
|
|
153
|
+
"eslint-plugin-yml": "^3.5.0",
|
|
154
154
|
"husky": "^9.1.7",
|
|
155
|
-
"jest": "^30.2
|
|
156
|
-
"npm-check-updates": "^19.
|
|
155
|
+
"jest": "^30.4.2",
|
|
156
|
+
"npm-check-updates": "^19.6.6",
|
|
157
157
|
"npm-run-all": "^4.1.5",
|
|
158
|
-
"prettier": "^3.
|
|
159
|
-
"prettier-plugin-pkg": "^0.
|
|
160
|
-
"prettier-plugin-sh": "^0.18.
|
|
161
|
-
"release-it": "
|
|
162
|
-
"rimraf": "^6.1.
|
|
163
|
-
"ts-jest": "^29.4.
|
|
158
|
+
"prettier": "^3.9.4",
|
|
159
|
+
"prettier-plugin-pkg": "^0.22.1",
|
|
160
|
+
"prettier-plugin-sh": "^0.18.1",
|
|
161
|
+
"release-it": "^20.2.1",
|
|
162
|
+
"rimraf": "^6.1.3",
|
|
163
|
+
"ts-jest": "^29.4.11",
|
|
164
164
|
"ts-node": "^10.9.2",
|
|
165
165
|
"typescript": "^5.9.3",
|
|
166
|
-
"typescript-eslint": "^8.
|
|
167
|
-
"vitest": "^4.
|
|
166
|
+
"typescript-eslint": "^8.62.1",
|
|
167
|
+
"vitest": "^4.1.10"
|
|
168
168
|
},
|
|
169
169
|
"publishConfig": {
|
|
170
170
|
"access": "public"
|