Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
Merge branch 'release/v3.0.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
manuth committed Aug 26, 2021
2 parents bd8b06c + 529531b commit 383ea64
Show file tree
Hide file tree
Showing 10 changed files with 1,153 additions and 529 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## TSProjectGenerator [Unreleased]

[Show differences](https://github.com/manuth/TSProjectGenerator/compare/v3.0.1...dev)
[Show differences](https://github.com/manuth/TSProjectGenerator/compare/v3.0.2...dev)

## TSProjectGenerator v3.0.2
### Updated
- Broken dependency

[Show differences](https://github.com/manuth/TSProjectGenerator/compare/v3.0.1...v3.0.2)

## TSProjectGenerator v3.0.1
### Added
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.1",
"version": "3.0.2",
"packages": [
"./packages/*"
],
Expand Down
321 changes: 219 additions & 102 deletions package-lock.json

Large diffs are not rendered by default.

10 changes: 1 addition & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,14 @@
"@types/gulp-rename": "^2.0.1",
"@types/merge-stream": "^1.1.2",
"@types/minimist": "^1.2.2",
"@types/node": "^16.7.1",
"@types/node": "^16.7.2",
"@types/npm-which": "^3.0.1",
"@types/through2": "^2.0.36",
"@types/vinyl": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^4.29.3",
"@typescript-eslint/eslint-plugin-tslint": "^4.29.3",
"@typescript-eslint/parser": "^4.29.3",
"concurrently": "^6.2.1",
"copy-and-watch": "^0.1.5",
"diff": "^5.0.0",
"eslint": "^7.32.0",
"eslint-plugin-deprecation": "^1.2.1",
"eslint-plugin-import": "^2.24.1",
"eslint-plugin-jsdoc": "^36.0.7",
"eslint-plugin-node": "^11.1.0",
"fs-extra": "^10.0.0",
"git-branch": "^2.0.1",
"glob": "^7.1.7",
Expand All @@ -60,7 +53,6 @@
"ts-nameof": "^5.0.0",
"ts-node": "^10.2.1",
"ts-patch": "^1.4.3",
"tslint": "^6.1.3",
"typescript": "^4.3.5",
"upath": "^2.0.1",
"vinyl": "^2.2.1"
Expand Down
Loading

0 comments on commit 383ea64

Please sign in to comment.