Skip to content

Commit

Permalink
v0.0.142-next.12
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed Dec 30, 2022
1 parent b3b8393 commit ada7555
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"packages/*"
],
"version": "0.0.142-next.11",
"version": "0.0.142-next.12",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions packages/dtslint-runner/package.json
@@ -1,6 +1,6 @@
{
"name": "@definitelytyped/dtslint-runner",
"version": "0.0.142-next.11",
"version": "0.0.142-next.12",
"description": "Run dtslint on DefinitelyTyped packages",
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint-runner#readme",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@definitelytyped/definitions-parser": "^0.0.142-next.11",
"@definitelytyped/dtslint": "^0.0.142-next.10",
"@definitelytyped/dtslint": "^0.0.142-next.12",
"@definitelytyped/utils": "^0.0.141",
"fs-extra": "^9.0.0",
"pacote": "^13.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/dtslint/package.json
@@ -1,6 +1,6 @@
{
"name": "@definitelytyped/dtslint",
"version": "0.0.142-next.10",
"version": "0.0.142-next.12",
"description": "Runs tests on TypeScript definition files",
"main": "./dist/index.js",
"bin": "./dist/index.js",
Expand Down

0 comments on commit ada7555

Please sign in to comment.