Skip to content

Commit

Permalink
bump @babel/plugin-proposal-object-rest-spread (#3679)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane authored Mar 11, 2019
1 parent df32260 commit cc5ccdf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.2.0",
"@babel/plugin-proposal-object-rest-spread": "7.3.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 @@ -25,7 +25,7 @@
"dist"
],
"devDependencies": {
"@babel/plugin-proposal-object-rest-spread": "7.2.0",
"@babel/plugin-proposal-object-rest-spread": "7.3.4",
"@cypress/react-tooltip": "0.4.0",
"bin-up": "1.1.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.2.0",
"@babel/plugin-proposal-object-rest-spread": "7.3.4",
"@cypress/react-tooltip": "0.4.0",
"bin-up": "1.1.0",
"bluebird": "3.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@babel/core": "7.2.2",
"@babel/plugin-proposal-class-properties": "7.2.3",
"@babel/plugin-proposal-object-rest-spread": "7.2.0",
"@babel/plugin-proposal-object-rest-spread": "7.3.4",
"@babel/plugin-transform-runtime": "7.2.0",
"@babel/preset-env": "7.2.3",
"@babel/preset-react": "7.0.0",
Expand Down

0 comments on commit cc5ccdf

Please sign in to comment.