Skip to content

Commit

Permalink
chore: update tsconfig-paths dependency (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed Jul 29, 2022
1 parent 74bed21 commit 52b94c5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"chalk": "^4.1.0",
"enhanced-resolve": "^5.7.0",
"tsconfig-paths": "^3.9.0"
"tsconfig-paths": "^4.0.0"
},
"devDependencies": {
"@types/jest": "^26.0.20",
Expand Down Expand Up @@ -40,6 +40,9 @@
"preversion": "yarn verify",
"postversion": "git push --tags && yarn publish --new-version $npm_package_version && git push && echo \"Successfully released version $npm_package_version!\""
},
"engines": {
"node": ">=10.13.0"
},
"lint-staged": {
"*.{ts,tsx}": "tslint",
"*.{ts,tsx,json,css}": "prettier --write"
Expand Down

0 comments on commit 52b94c5

Please sign in to comment.