Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasgeiter committed Oct 9, 2018
1 parent 56f2723 commit 29e292c
Show file tree
Hide file tree
Showing 4 changed files with 296 additions and 628 deletions.
2 changes: 1 addition & 1 deletion jest.e2e.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"transform": {
".ts": "<rootDir>/node_modules/ts-jest/preprocessor.js"
".ts": "ts-jest"
},
"testRegex": ".*\\.test\\.ts$",
"roots": [
Expand Down
2 changes: 1 addition & 1 deletion jest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"transform": {
".ts": "<rootDir>/node_modules/ts-jest/preprocessor.js"
".ts": "ts-jest"
},
"testRegex": ".*\\.test\\.ts$",
"roots": [
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@
"node": ">=6"
},
"dependencies": {
"@types/glob": "^5",
"@types/glob": "5 - 7",
"@types/parse5": "^5",
"css-selector-parser": "^1.3",
"glob": "5 - 7",
"parse5": "^5",
"pofile": "^1",
"typescript": "^2"
"typescript": "2 - 3"
},
"devDependencies": {
"@types/jest": "^23.0.2",
"@types/node": "^10.3.2",
"jest": "^23.1.0",
"ts-jest": "^22.4.6",
"tslint": "^5.10.0"
"@types/jest": "^23.3.5",
"@types/node": "^10.11.6",
"jest": "^23.6.0",
"ts-jest": "^23.10.4",
"tslint": "^5.11.0"
}
}
Loading

0 comments on commit 29e292c

Please sign in to comment.