@gjuchault/typescript-library-starter
Advanced tools
Comparing version 3.3.0 to 3.4.0
@@ -1,11 +0,6 @@ | ||
# [3.3.0](https://github.com/gjuchault/typescript-library-starter/compare/v3.2.2...v3.3.0) (2023-07-26) | ||
# [3.4.0](https://github.com/gjuchault/typescript-library-starter/compare/v3.3.0...v3.4.0) (2023-08-16) | ||
### Bug Fixes | ||
* missing tsx, update cspell ([b690574](https://github.com/gjuchault/typescript-library-starter/commit/b690574a447c565d601eb590c97dc12838868c66)) | ||
### Features | ||
* **ci:** split ci ([#476](https://github.com/gjuchault/typescript-library-starter/issues/476)) ([68d1016](https://github.com/gjuchault/typescript-library-starter/commit/68d1016ef9cde5e0f9cb4efea329c3860d31727d)) | ||
* **node:** upgrade to 18.17.1 ([54bbe70](https://github.com/gjuchault/typescript-library-starter/commit/54bbe70594254ae23d99cdb9330d98aaf0ca74e9)) |
{ | ||
"name": "@gjuchault/typescript-library-starter", | ||
"version": "3.3.0", | ||
"version": "3.4.0", | ||
"description": "Yet another typescript library starter template", | ||
@@ -20,8 +20,8 @@ "keywords": [ | ||
"engines": { | ||
"node": "^18.16.1", | ||
"npm": "^9.5.1" | ||
"node": "^18.17.1", | ||
"npm": "^9.6.7" | ||
}, | ||
"volta": { | ||
"node": "18.16.1", | ||
"npm": "9.5.1" | ||
"node": "18.17.1", | ||
"npm": "9.6.7" | ||
}, | ||
@@ -60,16 +60,16 @@ "publishConfig": { | ||
"@types/prompts": "^2.4.4", | ||
"@typescript-eslint/eslint-plugin": "^6.1.0", | ||
"@typescript-eslint/parser": "^6.1.0", | ||
"c8": "^8.0.0", | ||
"cspell": "^6.31.2", | ||
"esbuild": "^0.18.16", | ||
"eslint": "^8.45.0", | ||
"eslint-config-prettier": "^8.8.0", | ||
"eslint-import-resolver-typescript": "^3.5.5", | ||
"@typescript-eslint/eslint-plugin": "^6.4.0", | ||
"@typescript-eslint/parser": "^6.4.0", | ||
"c8": "^8.0.1", | ||
"cspell": "^6.31.3", | ||
"esbuild": "^0.19.2", | ||
"eslint": "^8.47.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-import-resolver-typescript": "^3.6.0", | ||
"eslint-plugin-eslint-comments": "^3.2.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-import": "^2.28.0", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"globby": "^13.2.2", | ||
"nyc": "^15.1.0", | ||
"prettier": "^3.0.0", | ||
"prettier": "^3.0.1", | ||
"prompts": "^2.4.2", | ||
@@ -82,4 +82,4 @@ "rimraf": "^5.0.1", | ||
"typescript": "^5.1.6", | ||
"vitest": "^0.33.0" | ||
"vitest": "^0.34.1" | ||
} | ||
} |
31378