Skip to content

Commit

Permalink
Upgrade all package dependencies.
Browse files Browse the repository at this point in the history
... by running `yarn upgrade --latest` (took me a while to find the magical incantation).
  • Loading branch information
mprobst committed Aug 5, 2018
1 parent 740a1e4 commit 3b399ba
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 42 deletions.
12 changes: 6 additions & 6 deletions package.json
Expand Up @@ -14,26 +14,26 @@
"dependencies": {
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"source-map": "^0.6.0"
"source-map": "^0.7.3"
},
"peerDependencies": {
"typescript": "git://github.com/mprobst/TypeScript.git#5456479a4a"
},
"devDependencies": {
"@types/diff-match-patch": "^1.0.32",
"@types/glob": "5.0.35",
"@types/jasmine": "2.8.6",
"@types/jasmine": "2.8.8",
"@types/minimist": "1.2.0",
"@types/mkdirp": "0.5.2",
"@types/node": "^10.3.3",
"@types/node": "^10.5.6",
"clang-format": "^1.2.4",
"diff-match-patch": "^1.0.1",
"glob": "7.1.2",
"google-closure-compiler": "20180610.0.2",
"google-closure-compiler": "20180716.0.1",
"jasmine": "3.1.0",
"prettier": "1.13.7",
"prettier": "1.14.0",
"source-map-support": "^0.5.6",
"tslint": "5.9.1",
"tslint": "5.11.0",
"typescript": "git://github.com/mprobst/TypeScript.git#5456479a4a"
},
"scripts": {
Expand Down
87 changes: 51 additions & 36 deletions yarn.lock
Expand Up @@ -18,9 +18,9 @@
"@types/minimatch" "*"
"@types/node" "*"

"@types/jasmine@2.8.6":
version "2.8.6"
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-2.8.6.tgz#14445b6a1613cf4e05dd61c3c3256d0e95c0421e"
"@types/jasmine@2.8.8":
version "2.8.8"
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-2.8.8.tgz#bf53a7d193ea8b03867a38bfdb4fbb0e0bf066c9"

"@types/minimatch@*":
version "3.0.3"
Expand All @@ -36,9 +36,9 @@
dependencies:
"@types/node" "*"

"@types/node@*", "@types/node@^10.3.3":
version "10.3.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.3.3.tgz#8798d9e39af2fa604f715ee6a6b19796528e46c3"
"@types/node@*", "@types/node@^10.5.6":
version "10.5.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.5.6.tgz#1640f021dd0eaf12e731e54198c12ad2e020dc8e"

ansi-regex@^2.0.0:
version "2.1.1"
Expand Down Expand Up @@ -84,8 +84,8 @@ brace-expansion@^1.1.7:
concat-map "0.0.1"

buffer-from@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.0.tgz#87fcaa3a298358e0ade6e442cfce840740d1ad04"
version "1.1.1"
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.1.1.tgz#32713bc028f75c02fdb710d7c7bcec1f2c6070ef"

builtin-modules@^1.1.1:
version "1.1.1"
Expand Down Expand Up @@ -138,18 +138,18 @@ cloneable-readable@^1.0.0:
readable-stream "^2.3.5"

color-convert@^1.9.0:
version "1.9.1"
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.1.tgz#c1261107aeb2f294ebffec9ed9ecad529a6097ed"
version "1.9.2"
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-1.9.2.tgz#49881b8fba67df12a96bdf3f56c0aab9e7913147"
dependencies:
color-name "^1.1.1"
color-name "1.1.1"

color-name@^1.1.1:
version "1.1.3"
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
color-name@1.1.1:
version "1.1.1"
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.1.tgz#4b1415304cf50028ea81643643bd82ea05803689"

commander@^2.12.1:
version "2.15.1"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.15.1.tgz#df46e867d0fc2aec66a34662b406a9ccafff5b0f"
version "2.17.0"
resolved "https://registry.yarnpkg.com/commander/-/commander-2.17.0.tgz#9d07b25e2a6f198b76d8b756a0e8a9604a6a1a60"

concat-map@0.0.1:
version "0.0.1"
Expand All @@ -172,8 +172,8 @@ escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5:
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"

esprima@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.0.tgz#4499eddcd1110e0b218bacf2fa7f7f59f55ca804"
version "4.0.1"
resolved "https://registry.yarnpkg.com/esprima/-/esprima-4.0.1.tgz#13b04cdb3e6c5d19df91ab6987a8695619b0aa71"

esutils@^2.0.2:
version "2.0.2"
Expand All @@ -194,13 +194,24 @@ glob@7.1.2, glob@^7.0.0, glob@^7.0.6, glob@^7.1.1:
once "^1.3.0"
path-is-absolute "^1.0.0"

google-closure-compiler@20180610.0.2:
version "20180610.0.2"
resolved "https://registry.yarnpkg.com/google-closure-compiler/-/google-closure-compiler-20180610.0.2.tgz#120832f60ccad995e8e47c5e7512112d54c6ae8f"
google-closure-compiler-linux@^20180716.0.0:
version "20180716.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler-linux/-/google-closure-compiler-linux-20180716.0.0.tgz#b0dc9aa4751085b46002d6a300146df73fa87d35"

google-closure-compiler-osx@^20180716.0.0:
version "20180716.0.0"
resolved "https://registry.yarnpkg.com/google-closure-compiler-osx/-/google-closure-compiler-osx-20180716.0.0.tgz#5691c07580578dfea3205e90a6a2968d23b85bd9"

google-closure-compiler@20180716.0.1:
version "20180716.0.1"
resolved "https://registry.yarnpkg.com/google-closure-compiler/-/google-closure-compiler-20180716.0.1.tgz#48deb2b1dfe4c118adcb70dd104cf4fa2b9508d7"
dependencies:
chalk "^1.0.0"
vinyl "^2.0.1"
vinyl-sourcemaps-apply "^0.2.0"
optionalDependencies:
google-closure-compiler-linux "^20180716.0.0"
google-closure-compiler-osx "^20180716.0.0"

has-ansi@^2.0.0:
version "2.0.0"
Expand Down Expand Up @@ -283,9 +294,9 @@ path-parse@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"

prettier@1.13.7:
version "1.13.7"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.13.7.tgz#850f3b8af784a49a6ea2d2eaa7ed1428a34b7281"
prettier@1.14.0:
version "1.14.0"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.14.0.tgz#847c235522035fd988100f1f43cf20a7d24f9372"

process-nextick-args@^2.0.0, process-nextick-args@~2.0.0:
version "2.0.0"
Expand All @@ -312,8 +323,8 @@ replace-ext@^1.0.0:
resolved "https://registry.yarnpkg.com/replace-ext/-/replace-ext-1.0.0.tgz#de63128373fcbf7c3ccfa4de5a480c45a67958eb"

resolve@^1.1.6, resolve@^1.3.2:
version "1.7.1"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.7.1.tgz#aadd656374fd298aee895bc026b8297418677fd3"
version "1.8.1"
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.8.1.tgz#82f1ec19a423ac1fbd080b0bab06ba36e84a7a26"
dependencies:
path-parse "^1.0.5"

Expand All @@ -340,6 +351,10 @@ source-map@^0.6.0:
version "0.6.1"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9c287a8d0bbde48b5e2f1a263"

source-map@^0.7.3:
version "0.7.3"
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"

sprintf-js@~1.0.2:
version "1.0.3"
resolved "https://registry.yarnpkg.com/sprintf-js/-/sprintf-js-1.0.3.tgz#04e6926f662895354f3dd015203633b857297e2c"
Expand Down Expand Up @@ -367,12 +382,12 @@ supports-color@^5.3.0:
has-flag "^3.0.0"

tslib@^1.8.0, tslib@^1.8.1:
version "1.9.2"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.2.tgz#8be0cc9a1f6dc7727c38deb16c2ebd1a2892988e"
version "1.9.3"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.3.tgz#d7e4dd79245d85428c4d7e4822a79917954ca286"

tslint@5.9.1:
version "5.9.1"
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.1.tgz#1255f87a3ff57eb0b0e1f0e610a8b4748046c9ae"
tslint@5.11.0:
version "5.11.0"
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.11.0.tgz#98f30c02eae3cde7006201e4c33cb08b48581eed"
dependencies:
babel-code-frame "^6.22.0"
builtin-modules "^1.1.1"
Expand All @@ -385,17 +400,17 @@ tslint@5.9.1:
resolve "^1.3.2"
semver "^5.3.0"
tslib "^1.8.0"
tsutils "^2.12.1"
tsutils "^2.27.2"

tsutils@^2.12.1:
version "2.27.1"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.27.1.tgz#ab0276ac23664f36ce8fd4414daec4aebf4373ee"
tsutils@^2.27.2:
version "2.29.0"
resolved "https://registry.yarnpkg.com/tsutils/-/tsutils-2.29.0.tgz#32b488501467acbedd4b85498673a0812aca0b99"
dependencies:
tslib "^1.8.1"

"typescript@git://github.com/mprobst/TypeScript.git#5456479a4a":
version "2.9.2"
resolved "git://github.com/mprobst/TypeScript.git#5456479a4a"
resolved "git://github.com/mprobst/TypeScript.git#5456479a4a2325cc3fb23e370c9cf6bbc681901a"

util-deprecate@~1.0.1:
version "1.0.2"
Expand Down

0 comments on commit 3b399ba

Please sign in to comment.