Skip to content

Commit

Permalink
v0.0.104-next.0
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed Jan 19, 2022
1 parent b88c2a9 commit cd3e093
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.0.103",
"version": "0.0.104-next.0",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/dtslint-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@definitelytyped/dtslint-runner",
"version": "0.0.103",
"version": "0.0.104-next.0",
"description": "Run dtslint on DefinitelyTyped packages",
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools#readme",
"license": "MIT",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@definitelytyped/definitions-parser": "^0.0.103",
"@definitelytyped/dtslint": "^0.0.103",
"@definitelytyped/dtslint": "^0.0.104-next.0",
"@definitelytyped/utils": "^0.0.103",
"fs-extra": "^9.0.0",
"stats-lite": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/dtslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@definitelytyped/dtslint",
"version": "0.0.103",
"version": "0.0.104-next.0",
"description": "Runs tests on TypeScript definition files",
"files": [
"bin",
Expand Down

0 comments on commit cd3e093

Please sign in to comment.