@temboplus/tsconfig 0.1.5 → 0.1.6

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