Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmurphy committed Oct 4, 2019
1 parent 51dcb8d commit d01854e
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 30 deletions.
64 changes: 39 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
},
"homepage": "https://github.com/rdmurphy/typebundle#readme",
"dependencies": {
"@babel/core": "^7.6.0",
"@babel/preset-env": "^7.6.0",
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/preset-typescript": "^7.6.0",
"builtin-modules": "^3.1.0",
"mri": "^1.1.4",
"rollup": "^1.21.4",
"rollup": "^1.23.0",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-json": "^4.0.0",
Expand All @@ -54,9 +54,9 @@
"typescript": "^3.6.3"
},
"devDependencies": {
"@babel/node": "^7.6.1",
"@babel/node": "^7.6.2",
"@newswire/prettier-config": "^2.0.0",
"@types/node": "^12.7.5",
"@types/node": "^12.7.11",
"np": "^5.1.0",
"prettier": "^1.18.2"
},
Expand Down

0 comments on commit d01854e

Please sign in to comment.