@temboplus/tsconfig 0.1.2 → 0.1.4
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 +12 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@temboplus/tsconfig",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.4",
|
|
4
4
|
"description": "Base TypeScript configuration files for TemboPlus applications and packages",
|
|
5
5
|
"files": [
|
|
6
6
|
"tsconfig.base.json",
|
|
@@ -123,32 +123,33 @@
|
|
|
123
123
|
"devDependencies": {
|
|
124
124
|
"@commitlint/cli": "^19.8.1",
|
|
125
125
|
"@commitlint/config-conventional": "^19.8.1",
|
|
126
|
-
"@eslint/markdown": "^7.
|
|
127
|
-
"@jest/globals": "^30.
|
|
126
|
+
"@eslint/markdown": "^7.2.0",
|
|
127
|
+
"@jest/globals": "^30.1.1",
|
|
128
128
|
"@release-it/conventional-changelog": "^10.0.1",
|
|
129
129
|
"@vitest/coverage-v8": "^3.2.4",
|
|
130
|
+
"conventional-commits-parser": "^6.2.0",
|
|
130
131
|
"cspell": "^9.2.0",
|
|
131
|
-
"eslint": "^9.
|
|
132
|
+
"eslint": "^9.34.0",
|
|
132
133
|
"eslint-config-flat-gitignore": "^2.1.0",
|
|
133
134
|
"eslint-config-prettier": "^10.1.8",
|
|
134
135
|
"eslint-plugin-import-x": "^4.16.1",
|
|
135
|
-
"eslint-plugin-jsdoc": "^
|
|
136
|
+
"eslint-plugin-jsdoc": "^54.1.1",
|
|
136
137
|
"eslint-plugin-jsonc": "^2.20.1",
|
|
137
138
|
"eslint-plugin-perfectionist": "^4.15.0",
|
|
138
|
-
"eslint-plugin-prettier": "^5.5.
|
|
139
|
+
"eslint-plugin-prettier": "^5.5.4",
|
|
139
140
|
"eslint-plugin-unicorn": "^60.0.0",
|
|
140
141
|
"eslint-plugin-yml": "^1.18.0",
|
|
141
142
|
"husky": "^9.1.7",
|
|
142
|
-
"jest": "^30.
|
|
143
|
-
"npm-check-updates": "^18.0.
|
|
143
|
+
"jest": "^30.1.1",
|
|
144
|
+
"npm-check-updates": "^18.0.3",
|
|
144
145
|
"npm-run-all": "^4.1.5",
|
|
145
146
|
"prettier": "^3.6.2",
|
|
146
147
|
"release-it": "^19.0.4",
|
|
147
148
|
"rimraf": "^6.0.1",
|
|
148
|
-
"ts-jest": "^29.4.
|
|
149
|
+
"ts-jest": "^29.4.1",
|
|
149
150
|
"ts-node": "^10.9.2",
|
|
150
|
-
"typescript": "^5.
|
|
151
|
-
"typescript-eslint": "^8.
|
|
151
|
+
"typescript": "^5.9.2",
|
|
152
|
+
"typescript-eslint": "^8.41.0",
|
|
152
153
|
"vitest": "^3.2.4"
|
|
153
154
|
},
|
|
154
155
|
"publishConfig": {
|