Skip to content

Commit f4614ba

Browse files
Merge branch 'feature/upgrade-dependencies-major-versions' into develop
2 parents 3b162c2 + 51836e1 commit f4614ba

File tree

2 files changed

+913
-1119
lines changed

2 files changed

+913
-1119
lines changed

package.json

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,11 @@
4444
]
4545
},
4646
"devDependencies": {
47-
"@babel/cli": "^7.0.0-beta.54",
48-
"@babel/core": "^7.0.0-beta.54",
49-
"@babel/preset-env": "^7.0.0-beta.54",
50-
"@babel/preset-typescript": "^7.0.0-beta.54",
51-
"@types/es6-shim": "^0.31.37",
52-
"@types/jest": "^23.3.1",
47+
"@babel/cli": "^7.5.5",
48+
"@babel/core": "^7.5.5",
49+
"@babel/preset-env": "^7.5.5",
50+
"@babel/preset-typescript": "^7.5.5",
51+
"@types/jest": "^24.0.18",
5352
"@typescript-eslint/eslint-plugin": "^2.2.0",
5453
"@typescript-eslint/parser": "^2.2.0",
5554
"eslint": "6.1.0",
@@ -59,13 +58,13 @@
5958
"eslint-plugin-import": "^2.18.2",
6059
"eslint-plugin-jest": "^22.17.0",
6160
"husky": "^0.14.3",
62-
"jest": "^23.4.1",
61+
"jest": "^24.9.0",
6362
"prettier": "^1.13.7",
6463
"pretty-quick": "^1.6.0",
6564
"rimraf": "^2.6.2",
66-
"ts-jest": "^23.0.1",
67-
"ts-loader": "^5.0.0",
68-
"typescript": "^2.9.2",
65+
"ts-jest": "^24.1.0",
66+
"ts-loader": "^6.1.0",
67+
"typescript": "^3.6.3",
6968
"webpack": "^4.17.2",
7069
"webpack-command": "^0.4.1"
7170
}

0 commit comments

Comments
 (0)