Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Breaking: Bump to [email protected], typescript@~3.2.1 #576

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"eslint-scope": "^4.0.0",
"eslint-visitor-keys": "^1.0.0",
"typescript-estree": "5.3.0"
"typescript-estree": "6.0.0"
},
"devDependencies": {
"eslint": "^4.19.1",
Expand All @@ -57,7 +57,7 @@
"npm-license": "0.3.3",
"shelljs": "0.8.2",
"shelljs-nodecli": "0.1.1",
"typescript": "~3.1.1"
"typescript": "~3.2.1"
},
"jest": {
"testEnvironment": "node",
Expand Down
1 change: 1 addition & 0 deletions tests/fixtures/ecma-features/bigIntLiterals/binary.src.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0b1n;
1 change: 1 addition & 0 deletions tests/fixtures/ecma-features/bigIntLiterals/decimal.src.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1n;
1 change: 1 addition & 0 deletions tests/fixtures/ecma-features/bigIntLiterals/hex.src.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0x1n;
1 change: 1 addition & 0 deletions tests/fixtures/ecma-features/bigIntLiterals/octal.src.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0o1n;
Loading