Skip to content

Commit

Permalink
chore(okidoc-md): bump babel dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bodia-uz committed Nov 25, 2019
1 parent 8519c76 commit 968d220
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
]
},
"devDependencies": {
"@babel/core": "7.0.0",
"@babel/core": "7.7.4",
"@types/jest": "^23.3.14",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^23.4.2",
Expand Down
18 changes: 9 additions & 9 deletions packages/okidoc-md/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
"node": ">=8"
},
"dependencies": {
"@babel/code-frame": "7.0.0",
"@babel/generator": "7.0.0",
"@babel/parser": "^7.5.5",
"@babel/traverse": "7.0.0",
"@babel/types": "7.0.0",
"@babel/code-frame": "^7.5.5",
"@babel/generator": "^7.7.4",
"@babel/parser": "^7.7.4",
"@babel/traverse": "^7.7.4",
"@babel/types": "^7.7.4",
"caporal": "^0.10.0",
"doctrine-temporary-fork": "2.0.1",
"documentation": "8.1.2",
Expand All @@ -42,10 +42,10 @@
"yamljs": "^0.3.0"
},
"devDependencies": {
"@babel/cli": "7.0.0",
"@babel/core": "7.0.0",
"@babel/plugin-proposal-object-rest-spread": "7.0.0",
"@babel/preset-env": "7.0.0"
"@babel/cli": "^7.7.4",
"@babel/core": "^7.7.4",
"@babel/plugin-proposal-object-rest-spread": "^7.7.4",
"@babel/preset-env": "^7.7.4"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
Expand Down

0 comments on commit 968d220

Please sign in to comment.