Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/dtslint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 893349cf14887319b7ca4011f52476a56aa8526b
Choose a base ref
...
head repository: microsoft/dtslint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d4693258b4c37c420016aef5376cfdf51c7475c9
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on May 15, 2020

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    5bafb36 View commit details
  2. Copy the full SHA
    d469325 View commit details
Showing with 28 additions and 21 deletions.
  1. +23 −16 package-lock.json
  2. +5 −5 package.json
39 changes: 23 additions & 16 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dtslint",
"version": "3.6.0",
"version": "3.6.2",
"description": "Runs tests on TypeScript definition files",
"files": [
"bin",
@@ -27,10 +27,10 @@
"prepublishOnly": "npm run build && npm run test && npm run lint"
},
"dependencies": {
"@definitelytyped/header-parser": "0.0.30",
"@definitelytyped/typescript-versions": "0.0.30",
"@definitelytyped/utils": "0.0.30",
"dts-critic": "^3.2.0",
"@definitelytyped/header-parser": "0.0.34",
"@definitelytyped/typescript-versions": "0.0.34",
"@definitelytyped/utils": "0.0.34",
"dts-critic": "^3.2.1",
"fs-extra": "^6.0.1",
"json-stable-stringify": "^1.0.1",
"strip-json-comments": "^2.0.1",