Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Aug 30, 2018
1 parent 63648fa commit 780124d
Show file tree
Hide file tree
Showing 2 changed files with 942 additions and 708 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -23,19 +23,19 @@
"author": "Bogdan Chadkin <trysound@yandex.ru>",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.0.0-beta.47",
"uglify-js": "^3.3.25"
"@babel/code-frame": "^7.0.0",
"uglify-js": "^3.4.8"
},
"peerDependencies": {
"rollup": ">=0.65.0 <1"
},
"devDependencies": {
"@babel/core": "^7.0.0-beta.47",
"@babel/preset-env": "^7.0.0-beta.47",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^22.4.4",
"jest": "^22.4.4",
"prettier": "^1.12.1",
"babel-jest": "^23.4.2",
"jest": "^23.5.0",
"prettier": "^1.14.2",
"rollup": "^0.65.0"
}
}

0 comments on commit 780124d

Please sign in to comment.