@temboplus/tsconfig 0.3.0 → 0.3.1

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 +17 -17
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@temboplus/tsconfig",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Base TypeScript configuration files for TemboPlus applications and packages",
5
5
  "repository": {
6
6
  "type": "git",
@@ -133,37 +133,37 @@
133
133
  "tslib": ">=2.8.1"
134
134
  },
135
135
  "devDependencies": {
136
- "@commitlint/cli": "^20.4.0",
137
- "@commitlint/config-conventional": "^20.4.0",
136
+ "@commitlint/cli": "^20.4.4",
137
+ "@commitlint/config-conventional": "^20.4.4",
138
138
  "@eslint/markdown": "^7.5.1",
139
139
  "@jest/globals": "^30.2.0",
140
140
  "@release-it/conventional-changelog": "<=10.0.1",
141
141
  "@vitest/coverage-v8": "^4.0.18",
142
- "conventional-commits-parser": "^6.2.1",
143
- "cspell": "^9.6.2",
144
- "eslint": "^9.39.2",
145
- "eslint-config-flat-gitignore": "^2.1.0",
142
+ "conventional-commits-parser": "^6.3.0",
143
+ "cspell": "^9.7.0",
144
+ "eslint": "^9.39.4",
145
+ "eslint-config-flat-gitignore": "^2.2.1",
146
146
  "eslint-config-prettier": "^10.1.8",
147
- "eslint-plugin-import-x": "^4.16.1",
148
- "eslint-plugin-jsdoc": "^62.5.0",
149
- "eslint-plugin-jsonc": "^2.21.0",
150
- "eslint-plugin-perfectionist": "^5.4.0",
147
+ "eslint-plugin-import-x": "^4.16.2",
148
+ "eslint-plugin-jsdoc": "^62.7.1",
149
+ "eslint-plugin-jsonc": "^2.21.1",
150
+ "eslint-plugin-perfectionist": "^5.6.0",
151
151
  "eslint-plugin-prettier": "^5.5.5",
152
152
  "eslint-plugin-unicorn": "^62.0.0",
153
- "eslint-plugin-yml": "^3.0.0",
153
+ "eslint-plugin-yml": "^3.3.1",
154
154
  "husky": "^9.1.7",
155
155
  "jest": "^30.2.0",
156
- "npm-check-updates": "^19.3.2",
156
+ "npm-check-updates": "^19.6.6",
157
157
  "npm-run-all": "^4.1.5",
158
158
  "prettier": "^3.8.1",
159
159
  "prettier-plugin-pkg": "^0.21.2",
160
- "prettier-plugin-sh": "^0.18.0",
160
+ "prettier-plugin-sh": "^0.18.1",
161
161
  "release-it": "<=19.0.0",
162
- "rimraf": "^6.1.2",
163
- "ts-jest": "^29.4.6",
162
+ "rimraf": "^6.1.3",
163
+ "ts-jest": "^29.4.9",
164
164
  "ts-node": "^10.9.2",
165
165
  "typescript": "^5.9.3",
166
- "typescript-eslint": "^8.54.0",
166
+ "typescript-eslint": "^8.56.1",
167
167
  "vitest": "^4.0.18"
168
168
  },
169
169
  "publishConfig": {