Skip to content

Commit

Permalink
Update dependencies and remove babel-core, babel-plugin-transform-es2…
Browse files Browse the repository at this point in the history
…015-modules-commonjs
  • Loading branch information
ahnpnl committed Mar 3, 2018
1 parent 14f5949 commit 5a25a37
Show file tree
Hide file tree
Showing 2 changed files with 232 additions and 426 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@
]
},
"dependencies": {
"babel-core": "^6.24.1",
"babel-plugin-istanbul": "^4.1.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-preset-jest": "^22.4.0",
"cpx": "^1.5.0",
"fs-extra": "4.0.3",
Expand All @@ -76,7 +74,7 @@
"typescript": "2.x"
},
"devDependencies": {
"@types/babel-core": "^6.7.14",
"@types/babel-core": "latest",
"@types/es6-shim": "latest",
"@types/fs-extra": "5.0.1",
"@types/jest": "latest",
Expand All @@ -94,7 +92,7 @@
"react-test-renderer": "latest",
"rimraf": "latest",
"ts-jest": "latest",
"tslint": "next",
"tslint": "^5.9.1",
"typescript": "^2.4.1"
},
"lint-staged": {
Expand Down

0 comments on commit 5a25a37

Please sign in to comment.