Skip to content

Commit

Permalink
Update 'json-stringify-pretty-compact' to 1.2.0 and remove unnecessar…
Browse files Browse the repository at this point in the history
…y type declaration (palantir#4371)

* Update 'json-stringify-pretty-compact' to 1.2.0 and remove unnecessary type declaration

The typings are now included in the package (see lydell/json-stringify-pretty-compact#16).
This fixes "node_modules/json-stringify-pretty-compact/index.d.ts:7:12 - error TS2300: Duplicate identifier 'stringify'" compile errors.

* Update yarn.lock
  • Loading branch information
ulrichb authored and Josh Goldberg committed Dec 12, 2018
1 parent a21ba7d commit 99e8605
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"chai": "^3.5.0",
"github": "^8.2.1",
"husky": "^0.14.3",
"json-stringify-pretty-compact": "^1.0.3",
"json-stringify-pretty-compact": "^1.2.0",
"mocha": "^3.2.0",
"npm-run-all": "^4.0.2",
"nyc": "^10.2.0",
Expand Down
4 changes: 0 additions & 4 deletions scripts/custom-typings.d.ts

This file was deleted.

8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1075,10 +1075,10 @@ jsesc@^1.3.0:
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-1.3.0.tgz#46c3fec8c1892b12b0833db9bc7622176dbab34b"
integrity sha1-RsP+yMGJKxKwgz25vHYiF226s0s=

json-stringify-pretty-compact@^1.0.3:
version "1.0.4"
resolved "https://registry.yarnpkg.com/json-stringify-pretty-compact/-/json-stringify-pretty-compact-1.0.4.tgz#d5161131be27fd9748391360597fcca250c6c5ce"
integrity sha1-1RYRMb4n/ZdIORNgWX/MolDGxc4=
json-stringify-pretty-compact@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/json-stringify-pretty-compact/-/json-stringify-pretty-compact-1.2.0.tgz#0bc316b5e6831c07041fc35612487fb4e9ab98b8"
integrity sha512-/11Pj1OyX814QMKO7K8l85SHPTr/KsFxHp8GE2zVa0BtJgGimDjXHfM3FhC7keQdWDea7+nXf+f1de7ATZcZkQ==

[email protected]:
version "3.3.2"
Expand Down

0 comments on commit 99e8605

Please sign in to comment.