Skip to content

Commit

Permalink
fix(deps): update dependency type-fest to v1 (#463)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency type-fest to v1

* Add tsconfig lib

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: mmkal <[email protected]>
Co-authored-by: Misha Kaletsky <[email protected]>
  • Loading branch information
4 people authored May 23, 2021
1 parent ea214fd commit f7226db
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
15 changes: 10 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"emittery": "^0.8.1",
"fs-jetpack": "^4.1.0",
"glob": "^7.1.6",
"type-fest": "^0.21.0",
"type-fest": "^1.0.0",
"verror": "^1.10.0"
},
"devDependencies": {
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"target": "es2018",
"module": "commonjs",
"moduleResolution": "node",
"lib": ["ES2019"],
"resolveJsonModule": true,
"declaration": true,
"sourceMap": true,
Expand Down

0 comments on commit f7226db

Please sign in to comment.