Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: jtassin/pending-xhr-puppeteer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f863526057ecc509ae9c0458b46ab80fc22c027b
Choose a base ref
..
head repository: jtassin/pending-xhr-puppeteer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5e5e95335a306c1a16054e0ad37f401f7fb23be3
Choose a head ref
Showing with 8 additions and 8 deletions.
  1. +1 −1 package.json
  2. +7 −7 yarn.lock
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -38,7 +38,7 @@
"prettier": "1.17.0",
"puppeteer": "1.11.0",
"release-it": "^10.3.1",
"rollup": "1.14.2",
"rollup": "1.14.3",
"rollup-plugin-typescript": "^1.0.0",
"rollup-plugin-typescript2": "^0.20.1",
"ts-jest": "^24.0.0",
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
@@ -435,9 +435,9 @@
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.0.6.tgz#c0bce8e539bf34c1b850c13ff46bead2fecc2e58"

"@types/node@^12.0.3":
version "12.0.4"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.4.tgz#46832183115c904410c275e34cf9403992999c32"
integrity sha512-j8YL2C0fXq7IONwl/Ud5Kt0PeXw22zGERt+HSSnwbKOJVsAGkEz3sFCYwaF9IOuoG1HOtE0vKCj6sXF7Q0+Vaw==
version "12.0.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.0.5.tgz#ac14404c33d1a789973c45379a67f7f7e58a01b9"
integrity sha512-CFLSALoE+93+Hcb5pFjp0J1uMrrbLRe+L1+gFwerJ776R3TACSF0kTVRQ7AvRa7aFx70nqYHAc7wQPlt9kY2Mg==

"@types/normalize-package-data@^2.4.0":
version "2.4.0"
@@ -4820,10 +4820,10 @@ rollup-pluginutils@^2.3.1:
estree-walker "^0.6.0"
micromatch "^3.1.10"

rollup@1.14.2:
version "1.14.2"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.14.2.tgz#e97c496a6a6d6554c9750d0a028dc1848df04b42"
integrity sha512-rFFIbi8UqFdZMRwYj+wVGQFTPBu++CDfbdlM10OZIpxrsRIgafos3cbGhXWxXo5jyRBB98u+0lEkdsvdE0IiyQ==
rollup@1.14.3:
version "1.14.3"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.14.3.tgz#f9b0bd428aa5945c712575e55b497e802ccb4ab9"
integrity sha512-UZhB6FmipHnSJfjulvM3lrOKuCKTYYkd1pYXzvMsxTbw1eC3SRhPzS1kJU96DT3RZUCOYiFAQYrgcBPRm4E+jw==
dependencies:
"@types/estree" "0.0.39"
"@types/node" "^12.0.3"