@gjuchault/typescript-library-starter
Advanced tools
Comparing version 3.4.0 to 3.4.1
@@ -1,6 +0,6 @@ | ||
# [3.4.0](https://github.com/gjuchault/typescript-library-starter/compare/v3.3.0...v3.4.0) (2023-08-16) | ||
## [3.4.1](https://github.com/gjuchault/typescript-library-starter/compare/v3.4.0...v3.4.1) (2023-10-19) | ||
### Features | ||
### Bug Fixes | ||
* **node:** upgrade to 18.17.1 ([54bbe70](https://github.com/gjuchault/typescript-library-starter/commit/54bbe70594254ae23d99cdb9330d98aaf0ca74e9)) | ||
* audit & upgrade packages ([bc42586](https://github.com/gjuchault/typescript-library-starter/commit/bc4258669267219059dc93651baea9043d04eaba)) |
{ | ||
"name": "@gjuchault/typescript-library-starter", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "Yet another typescript library starter template", | ||
@@ -53,31 +53,30 @@ "keywords": [ | ||
"@semantic-release/changelog": "^6.0.3", | ||
"@semantic-release/commit-analyzer": "^10.0.1", | ||
"@semantic-release/github": "^9.0.4", | ||
"@semantic-release/npm": "^10.0.4", | ||
"@semantic-release/release-notes-generator": "^11.0.4", | ||
"@semantic-release/commit-analyzer": "^11.0.0", | ||
"@semantic-release/github": "^9.2.1", | ||
"@semantic-release/npm": "^11.0.0", | ||
"@semantic-release/release-notes-generator": "^12.0.0", | ||
"@types/node": "^18.16.3", | ||
"@types/prompts": "^2.4.4", | ||
"@typescript-eslint/eslint-plugin": "^6.4.0", | ||
"@typescript-eslint/parser": "^6.4.0", | ||
"@types/prompts": "^2.4.7", | ||
"@typescript-eslint/eslint-plugin": "^6.8.0", | ||
"@typescript-eslint/parser": "^6.8.0", | ||
"c8": "^8.0.1", | ||
"cspell": "^6.31.3", | ||
"esbuild": "^0.19.2", | ||
"eslint": "^8.47.0", | ||
"cspell": "^7.3.8", | ||
"esbuild": "^0.19.5", | ||
"eslint": "^8.51.0", | ||
"eslint-config-prettier": "^9.0.0", | ||
"eslint-import-resolver-typescript": "^3.6.0", | ||
"eslint-import-resolver-typescript": "^3.6.1", | ||
"eslint-plugin-eslint-comments": "^3.2.0", | ||
"eslint-plugin-import": "^2.28.0", | ||
"eslint-plugin-import": "^2.28.1", | ||
"eslint-plugin-simple-import-sort": "^10.0.0", | ||
"globby": "^13.2.2", | ||
"nyc": "^15.1.0", | ||
"prettier": "^3.0.1", | ||
"prettier": "^3.0.3", | ||
"prompts": "^2.4.2", | ||
"rimraf": "^5.0.1", | ||
"semantic-release": "^21.0.7", | ||
"rimraf": "^5.0.5", | ||
"semantic-release": "^22.0.5", | ||
"slugify": "^1.6.6", | ||
"source-map-support": "^0.5.21", | ||
"tsx": "^3.12.7", | ||
"typescript": "^5.1.6", | ||
"vitest": "^0.34.1" | ||
"tsx": "^3.14.0", | ||
"typescript": "^5.2.2", | ||
"vitest": "^0.34.6" | ||
} | ||
} |
@@ -5,3 +5,3 @@ { | ||
"lib": ["es2022"], | ||
"module": "esnext", | ||
"module": "nodenext", | ||
"target": "es2022", | ||
@@ -8,0 +8,0 @@ "moduleResolution": "nodenext", |
30
31355