Skip to content

Commit

Permalink
Update dependency ts-loader to v8 (#3521)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Aug 25, 2020
1 parent ccb1716 commit 978faa6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion integration/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"mocha": "7.2.0",
"ts-loader": "6.2.2",
"ts-loader": "8.0.3",
"typescript": "3.9.7",
"webpack": "4.44.1",
"webpack-stream": "5.2.1"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
"sinon-chai": "3.5.0",
"source-map-loader": "1.0.1",
"terser": "4.8.0",
"ts-loader": "6.2.2",
"ts-loader": "8.0.3",
"ts-node": "8.10.2",
"tslint": "6.1.3",
"typedoc": "0.16.11",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14663,10 +14663,10 @@ ts-essentials@7.0.0:
resolved "https://registry.npmjs.org/ts-essentials/-/ts-essentials-7.0.0.tgz#eb807945d65e258bae8914f541543758f879f6c5"
integrity sha512-DptrzFAwb5afnsTdKxfScHqLbVZHl7YsxvDT+iT8tbXWFGSzbXALhfWlal25HBesqlX0NZd6wz9KBGnJcWScdQ==

ts-loader@6.2.2:
version "6.2.2"
resolved "https://registry.npmjs.org/ts-loader/-/ts-loader-6.2.2.tgz#dffa3879b01a1a1e0a4b85e2b8421dc0dfff1c58"
integrity sha512-HDo5kXZCBml3EUPcc7RlZOV/JGlLHwppTLEHb3SHnr5V7NXD4klMEkrhJe5wgRbaWsSXi+Y1SIBN/K9B6zWGWQ==
ts-loader@8.0.3:
version "8.0.3"
resolved "https://registry.npmjs.org/ts-loader/-/ts-loader-8.0.3.tgz#56858f4296edf1ed55e01f8520552984d3f0911c"
integrity sha512-wsqfnVdB7xQiqhqbz2ZPLGHLPZbHVV5Qn/MNFZkCFxRU1miDyxKORucDGxKtsQJ63Rfza0udiUxWF5nHY6bpdQ==
dependencies:
chalk "^2.3.0"
enhanced-resolve "^4.0.0"
Expand Down

0 comments on commit 978faa6

Please sign in to comment.