Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Use Updated npm Trim (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcui1225 authored and joshuali925 committed Feb 1, 2021
1 parent 91be58e commit 7463d85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"lodash": "^4.17.20",
"@babel/cli": "^7.10.5",
"@nteract/outputs": "^3.0.11",
"@nteract/presentational-components": "^3.4.3",
"trim": "https://github.com/davidcui-amzn/trim.git"
"@nteract/presentational-components": "^3.4.3"
},
"resolutions": {
"prismjs": "^1.22.0"
"prismjs": "^1.22.0",
"trim": "^1.0.0"
},
"babel": {
"presets": [
Expand Down
12 changes: 4 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3419,14 +3419,10 @@ trim-trailing-lines@^1.0.0:
resolved "https://registry.yarnpkg.com/trim-trailing-lines/-/trim-trailing-lines-1.1.3.tgz#7f0739881ff76657b7776e10874128004b625a94"
integrity sha512-4ku0mmjXifQcTVfYDfR5lpgV7zVqPg6zV9rdZmwOPqq0+Zq19xDqEgagqVbc4pOOShbncuAOIs59R3+3gcF3ZA==

trim@0.0.1:
version "0.0.1"
resolved "https://registry.yarnpkg.com/trim/-/trim-0.0.1.tgz#5858547f6b290757ee95cccc666fb50084c460dd"
integrity sha1-WFhUf2spB1fulczMZm+1AITEYN0=

"trim@https://github.com/davidcui-amzn/trim.git":
version "0.0.1"
resolved "https://github.com/davidcui-amzn/trim.git#279ee1d64575b95f929373232115b43914747d2d"
trim@0.0.1, trim@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/trim/-/trim-1.0.0.tgz#fd1f30b878bdd2d8435fa0f2cc9cbb55f518be7d"
integrity sha512-UgtES1lYpE+f4WiGY5lyJlHchuGhTa/xMPH96g/B7gc+pEQPiL41s6ECm7Ky3hkhARG/u1SHGFcleJodAvQOKQ==

trough@^1.0.0:
version "1.0.5"
Expand Down

0 comments on commit 7463d85

Please sign in to comment.