Skip to content

Commit

Permalink
v0.0.113-next.3
Browse files Browse the repository at this point in the history
  • Loading branch information
typescript-bot committed May 2, 2022
1 parent 3819d3e commit c112661
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.113-next.2",
"version": "0.0.113-next.3",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion packages/dts-critic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@definitelytyped/dts-critic",
"version": "0.0.113-next.0",
"version": "0.0.113-next.3",
"author": "Nathan Shively-Sanders",
"description": "Checks a new .d.ts against the Javascript source and tells you what problems it has",
"publishConfig": {
Expand Down
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.113-next.2",
"version": "0.0.113-next.3",
"description": "Run dtslint on DefinitelyTyped packages",
"homepage": "https://github.com/microsoft/DefinitelyTyped-tools/tree/master/packages/dtslint-runner#readme",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@definitelytyped/definitions-parser": "^0.0.113-next.0",
"@definitelytyped/dtslint": "^0.0.113-next.2",
"@definitelytyped/dtslint": "^0.0.113-next.3",
"@definitelytyped/utils": "^0.0.113-next.0",
"fs-extra": "^9.0.0",
"stats-lite": "^2.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/dtslint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@definitelytyped/dtslint",
"version": "0.0.113-next.2",
"version": "0.0.113-next.3",
"description": "Runs tests on TypeScript definition files",
"main": "./dist/index.js",
"bin": "./dist/index.js",
Expand All @@ -22,7 +22,7 @@
"test": "../../node_modules/.bin/jest --config ../../jest.config.js packages/dtslint"
},
"dependencies": {
"@definitelytyped/dts-critic": "^0.0.113-next.0",
"@definitelytyped/dts-critic": "^0.0.113-next.3",
"@definitelytyped/header-parser": "^0.0.113-next.0",
"@definitelytyped/typescript-versions": "^0.0.113-next.0",
"@definitelytyped/utils": "^0.0.113-next.0",
Expand Down

0 comments on commit c112661

Please sign in to comment.