Skip to content

Commit

Permalink
UPGRADE dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jul 29, 2019
1 parent f1115eb commit 3120d48
Show file tree
Hide file tree
Showing 2 changed files with 301 additions and 148 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@
},
"dependencies": {
"resolve-from": "^5.0.0",
"webpack": "^4.33.0"
"webpack": "^4.38.0"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"@babel/preset-typescript": "^7.3.3",
"@types/webpack": "^4.4.32",
"eslint": "^5.16.0",
"@babel/cli": "^7.5.0",
"@babel/core": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"@babel/preset-typescript": "^7.3.0",
"@types/webpack": "^4.32.0",
"eslint": "^6.1.0",
"jest": "^24.8.0",
"typescript": "^3.5.1"
"typescript": "^3.5.3"
}
}
Loading

0 comments on commit 3120d48

Please sign in to comment.