Skip to content

Commit

Permalink
♻️ upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
deepsweet committed Apr 10, 2020
1 parent 0054ea1 commit cf87d4c
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions packages/nextools/start-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"@babel/core": "^7.8.0",
"@babel/register": "^7.8.0",
"@nextools/babel-config": "^0.1.3",
"@rebox/android": "^2.0.2",
"@rebox/ios": "^2.0.2",
"@rebox/web": "^2.1.2",
"@rebox/android": "^2.0.3",
"@rebox/ios": "^2.0.3",
"@rebox/web": "^2.1.3",
"@start/plugin": "^1.0.0",
"@start/plugin-copy": "^1.0.0",
"@start/plugin-env": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/perfa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@babel/runtime": "^7.8.0",
"@rebox/web": "^2.1.2",
"@rebox/web": "^2.1.3",
"dleet": "^1.0.0",
"puppeteer-core": "^2.1.0",
"tempy": "^0.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rebox/android/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@babel/runtime": "^7.4.3",
"@rebox/native-utils": "^2.0.2",
"@rebox/native-utils": "^2.0.3",
"execa": "^4.0.0",
"make-dir": "^3.0.0",
"move-file": "^1.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rebox/ios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"dependencies": {
"@babel/runtime": "^7.4.3",
"@rebox/native-utils": "^2.0.2",
"@rebox/native-utils": "^2.0.3",
"copie": "^1.0.0",
"dleet": "^1.0.0",
"execa": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-ray/chrome-perf-snapshots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"@rebox/web": "^2.1.2",
"@rebox/web": "^2.1.3",
"@x-ray/common-utils": "^1.0.2",
"@x-ray/tar-fs": "^1.0.0",
"@x-ray/ui": "^1.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-ray/chrome-screenshots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"@rebox/web": "^2.1.2",
"@rebox/web": "^2.1.3",
"@x-ray/common-utils": "^1.0.2",
"@x-ray/screenshot-utils": "^1.0.0",
"@x-ray/tar-fs": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-ray/firefox-screenshots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"@rebox/web": "^2.1.2",
"@rebox/web": "^2.1.3",
"@x-ray/common-utils": "^1.0.2",
"@x-ray/screenshot-utils": "^1.0.0",
"@x-ray/tar-fs": "^1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-ray/snapshots/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"dependencies": {
"@babel/runtime": "^7.1.2",
"@rebox/web": "^2.1.2",
"@rebox/web": "^2.1.3",
"@x-ray/common-utils": "^1.0.2",
"@x-ray/serialize-react-tree": "^1.0.1",
"@x-ray/tar-fs": "^1.0.0",
Expand Down

0 comments on commit cf87d4c

Please sign in to comment.