Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @expo/dev-tools@0.13.6
 - expo-cli@3.20.3
 - @expo/xdl@57.9.3
  • Loading branch information
brentvatne committed May 8, 2020
1 parent 3ad42e8 commit 000d0d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/dev-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/dev-tools",
"version": "0.13.5",
"version": "0.13.6",
"main": "build/server/index.js",
"scripts": {
"dev": "NODE_ENV=development ts-node ./server/dev-server",
Expand Down Expand Up @@ -36,7 +36,7 @@
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.8.3",
"@expo/babel-preset-cli": "0.2.11",
"@expo/xdl": "57.9.2",
"@expo/xdl": "57.9.3",
"anser": "^1.4.7",
"apollo-cache-inmemory": "^1.1.12",
"apollo-client": "^2.2.8",
Expand Down
6 changes: 3 additions & 3 deletions packages/expo-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-cli",
"version": "3.20.2",
"version": "3.20.3",
"description": "The command-line tool for creating and publishing Expo apps",
"preferGlobal": true,
"main": "build/exp.js",
Expand Down Expand Up @@ -73,13 +73,13 @@
"@expo/build-tools": "0.1.4",
"@expo/bunyan": "3.0.2",
"@expo/config": "3.2.1",
"@expo/dev-tools": "0.13.5",
"@expo/dev-tools": "0.13.6",
"@expo/json-file": "8.2.13",
"@expo/package-manager": "0.0.19",
"@expo/plist": "0.0.4",
"@expo/simple-spinner": "1.0.2",
"@expo/spawn-async": "1.5.0",
"@expo/xdl": "57.9.2",
"@expo/xdl": "57.9.3",
"axios": "0.19.0",
"babel-runtime": "6.26.0",
"base32.js": "0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/xdl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/xdl",
"version": "57.9.2",
"version": "57.9.3",
"description": "The Expo Development Library",
"main": "build/xdl.js",
"files": [
Expand Down

0 comments on commit 000d0d2

Please sign in to comment.