Skip to content

Commit

Permalink
fix(deps): update dependency tsx to v4 (#163)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 9, 2023
1 parent 9b208f1 commit cb713e8
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 270 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"jsonld-streaming-parser": "^3.2.1",
"multi-semantic-release": "^3.0.2",
"rdf-validate-shacl": "^0.5.0",
"tsx": "^3.12.7",
"tsx": "^4.0.0",
"typescript": "^4.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"docmaps-sdk": "workspace:^0.0.0",
"fp-ts": "^2.16.0",
"io-ts": "^2.2.20",
"tsx": "^3.12.7",
"tsx": "^4.0.0",
"typescript": "^4.9.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/http-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"pino": "^8.16.1",
"pino-http": "^8.5.1",
"streaming-iterables": "^8.0.0",
"tsx": "^3.12.7"
"tsx": "^4.0.0"
},
"devDependencies": {
"@rdfjs/types": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ts-etl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"crossref-openapi-client-ts": "^1.3.0",
"docmaps-sdk": "workspace:^0.0.0",
"fp-ts": "^2.14.0",
"tsx": "^3.12.7",
"tsx": "^4.0.0",
"typescript-collections": "^1.3.3"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit cb713e8

Please sign in to comment.