Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 649d279

Browse files
authoredOct 7, 2020
feat: support TypeScript 4 (#143)
Closes #143
1 parent dc8cb33 commit 649d279

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@ngrx/store": "^9.2.0",
3434
"@nrwl/angular": "^10.0.0",
3535
"@nrwl/nx-cloud": "^10.0.0",
36-
"@phenomnomnominal/tsquery": "^4.1.0",
36+
"@phenomnomnominal/tsquery": "^4.1.1",
3737
"@testing-library/dom": "^7.24.1",
3838
"@testing-library/user-event": "^12.0.11",
3939
"core-js": "^3.6.5",

‎projects/testing-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@testing-library/dom": "^7.18.1",
33-
"@phenomnomnominal/tsquery": "^3.0.0",
33+
"@phenomnomnominal/tsquery": "^4.1.1",
3434
"tslib": "^2.0.0",
3535
"tslint": "^5.16.0"
3636
},

0 commit comments

Comments
 (0)
Please sign in to comment.