Skip to content

Commit

Permalink
chore(deps): update dependency @babel/core to version 7.4.4 🌟 (cypres…
Browse files Browse the repository at this point in the history
…s-io#4056)



Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
2 people authored and jennifer-shehane committed Apr 29, 2019
1 parent 610c64c commit 056f5f5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion packages/desktop-gui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lib"
],
"devDependencies": {
"@babel/plugin-proposal-object-rest-spread": "7.4.0",
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
"@cypress/icons": "0.7.0",
"@cypress/json-schemas": "5.31.3",
"@cypress/react-tooltip": "0.4.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/reporter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"dist"
],
"devDependencies": {
"@babel/plugin-proposal-object-rest-spread": "7.4.0",
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
"@cypress/react-tooltip": "0.4.0",
"bin-up": "1.2.0",
"chai": "3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/runner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"lib"
],
"devDependencies": {
"@babel/plugin-proposal-object-rest-spread": "7.4.0",
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
"@cypress/react-tooltip": "0.4.0",
"bin-up": "1.2.0",
"bluebird": "3.5.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
"lib"
],
"devDependencies": {
"@babel/core": "7.4.0",
"@babel/plugin-proposal-class-properties": "7.4.0",
"@babel/plugin-proposal-object-rest-spread": "7.4.0",
"@babel/plugin-transform-runtime": "7.4.0",
"@babel/preset-env": "7.4.1",
"@babel/core": "7.4.4",
"@babel/plugin-proposal-class-properties": "7.4.4",
"@babel/plugin-proposal-object-rest-spread": "7.4.4",
"@babel/plugin-transform-runtime": "7.4.4",
"@babel/preset-env": "7.4.4",
"@babel/preset-react": "7.0.0",
"@babel/runtime": "7.4.0",
"@babel/runtime": "7.4.4",
"@cypress/debugging-proxy": "1.6.0",
"@cypress/json-schemas": "5.31.3",
"@cypress/sinon-chai": "1.1.0",
Expand Down

0 comments on commit 056f5f5

Please sign in to comment.