Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TrySound committed Jan 11, 2020
1 parent 4b50a48 commit 5c43828
Show file tree
Hide file tree
Showing 2 changed files with 614 additions and 526 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@
"author": "Bogdan Chadkin <trysound@yandex.ru>",
"license": "MIT",
"dependencies": {
"@babel/code-frame": "^7.0.0",
"jest-worker": "^24.6.0",
"rollup-pluginutils": "^2.8.1",
"@babel/code-frame": "^7.5.5",
"jest-worker": "^24.9.0",
"rollup-pluginutils": "^2.8.2",
"serialize-javascript": "^2.1.2",
"terser": "^4.1.0"
"terser": "^4.6.2"
},
"peerDependencies": {
"rollup": ">=0.66.0 <2"
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/plugin-transform-async-to-generator": "^7.5.0",
"babel-jest": "^24.8.0",
"jest": "^24.8.0",
"@babel/core": "^7.7.7",
"@babel/plugin-transform-async-to-generator": "^7.7.4",
"babel-jest": "^24.9.0",
"jest": "^24.9.0",
"prettier": "^1.19.1",
"rollup": "^1.27.10"
"rollup": "^1.29.0"
}
}
Loading

0 comments on commit 5c43828

Please sign in to comment.