Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benyap committed Dec 24, 2021
1 parent 9297f07 commit 197ae37
Show file tree
Hide file tree
Showing 3 changed files with 477 additions and 412 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,16 @@ Use this flag to not emit any changes to your files. Recommended to be used with

### [tsconfig-paths](https://github.com/dividab/tsconfig-paths)

`tsconfig-paths` is a runtime dependency. This package is used at **build
`tsconfig-paths` is a runtime dependency. `resolve-tspaths` is used at **build
time**, which means your shipped code doesn't need to have this package
included, and can run natively using Node or in the browser.

### [tscpaths](https://github.com/joonhocho/tscpaths)

Performs the same function as **tscpaths** - but that project is no longer
maintained. A pain point with that package was also that it no control over the
logging which was extremely verbose. This package provides several more options
for better control. It is also well tested.
logging which was extremely verbose. `resolve-tspaths` provides several more
options for better control, and it's also well tested.

## Inspiration

Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@
},
"dependencies": {
"ansi-colors": "4.1.1",
"commander": "8.2.0",
"commander": "8.3.0",
"fast-glob": "3.2.7"
},
"devDependencies": {
"@types/jest": "27.0.2",
"@types/node": "16.10.2",
"jest": "27.2.4",
"prettier": "2.4.1",
"standard-version": "9.3.1",
"ts-jest": "27.0.5",
"ts-node": "10.2.1",
"tsconfig-paths": "3.11.0",
"typescript": "4.4.3"
"@types/jest": "27.0.3",
"@types/node": "17.0.4",
"jest": "27.4.5",
"prettier": "2.5.1",
"standard-version": "9.3.2",
"ts-jest": "27.1.2",
"ts-node": "10.4.0",
"tsconfig-paths": "3.12.0",
"typescript": "4.5.4"
}
}
Loading

0 comments on commit 197ae37

Please sign in to comment.