Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ivogabe committed Dec 2, 2018
1 parent 786b538 commit 06ae212
Show file tree
Hide file tree
Showing 11 changed files with 621 additions and 34 deletions.
631 changes: 610 additions & 21 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"ansi-colors": "^3.0.5",
"plugin-error": "^1.0.1",
"source-map": "^0.7.3",
"through2": "^2.0.3",
"through2": "^3.0.0",
"vinyl-fs": "^3.0.3",
"vinyl": "^2.1.0"
},
Expand All @@ -88,7 +88,7 @@
"typescript": "3.2.1"
},
"peerDependencies": {
"typescript": "~2.7.1 || >=2.8.0-dev || >=2.9.0-dev || ~3.0.0 || >=3.0.0-dev || >=3.1.0-dev"
"typescript": "~2.7.1 || >=2.8.0-dev || >=2.9.0-dev || ~3.0.0 || >=3.0.0-dev || >=3.1.0-dev || >= 3.2.0-dev || >= 3.3.0-dev"
},
"scripts": {
"test": "gulp"
Expand Down
3 changes: 1 addition & 2 deletions test/baselines/errorReporting/dev/errors.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
TypeScript error: test/errorReporting/test-4.ts(2,1): error TS2304: Cannot find name 'asdf'.
TypeScript error: test/errorReporting/test-4.ts(7,1): error TS2322: Type '{ y: string; }[][]' is not assignable to type '{ x: number; }[][]'.
Type '{ y: string; }[]' is not assignable to type '{ x: number; }[]'.
Type '{ y: string; }' is not assignable to type '{ x: number; }'.
Property 'x' is missing in type '{ y: string; }'.
Property 'x' is missing in type '{ y: string; }' but required in type '{ x: number; }'.
{
"transpileErrors": 0,
"optionsErrors": 0,
Expand Down
2 changes: 1 addition & 1 deletion test/baselines/existingSourceMaps/dev/all.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions test/baselines/noEmitOnError/dev/errors.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
TypeScript error: test/noEmitOnError/a.ts(1,1): error TS2304: Cannot find name 'foo'.
TypeScript error: test/noEmitOnError/a.ts(2,5): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number' or an enum type.
TypeScript error: test/noEmitOnError/a.ts(2,5): error TS2363: The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type.
TypeScript error: test/noEmitOnError/a.ts(3,2): error TS1109: Expression expected.
TypeScript error: test/noEmitOnError/a.ts(3,3): error TS1127: Invalid character.
TypeScript error: test/noEmitOnError/a.ts(3,4): error TS2304: Cannot find name '$'.
TypeScript error: test/noEmitOnError/a.ts(3,4): error TS2581: Cannot find name '$'. Do you need to install type definitions for jQuery? Try `npm i @types/jquery` and then add `jquery` to the types field in your tsconfig.
TypeScript error: test/noEmitOnError/a.ts(3,6): error TS1109: Expression expected.
TypeScript error: test/noEmitOnError/a.ts(3,7): error TS1109: Expression expected.
TypeScript error: test/noEmitOnError/a.ts(3,8): error TS1109: Expression expected.
Expand Down
2 changes: 1 addition & 1 deletion test/baselines/out/dev/js/concat.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion test/baselines/tsconfigProjectReferences/dev/js/b.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/baselines/tsconfigProjectReferences/dev/js/b.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion typescript/dev
Submodule dev updated 10774 files

0 comments on commit 06ae212

Please sign in to comment.