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.23
 - expo-cli@3.21.12
 - @expo/xdl@57.9.20
  • Loading branch information
brentvatne committed Jun 25, 2020
1 parent c890152 commit 9fcad4c
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.22",
"version": "0.13.23",
"main": "build/server/index.js",
"scripts": {
"dev": "NODE_ENV=development ts-node ./server/dev-server",
Expand Down Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.8.3",
"@expo/babel-preset-cli": "0.2.16",
"@expo/xdl": "57.9.19",
"@expo/xdl": "57.9.20",
"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.21.11",
"version": "3.21.12",
"description": "The command-line tool for creating and publishing Expo apps",
"preferGlobal": true,
"main": "build/exp.js",
Expand Down Expand Up @@ -63,14 +63,14 @@
"@expo/build-tools": "0.1.8",
"@expo/bunyan": "3.0.2",
"@expo/config": "3.2.14",
"@expo/dev-tools": "0.13.22",
"@expo/dev-tools": "0.13.23",
"@expo/json-file": "8.2.21",
"@expo/package-manager": "0.0.29",
"@expo/plist": "0.0.8",
"@expo/results": "^1.0.0",
"@expo/simple-spinner": "1.0.2",
"@expo/spawn-async": "1.5.0",
"@expo/xdl": "57.9.19",
"@expo/xdl": "57.9.20",
"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.19",
"version": "57.9.20",
"description": "The Expo Development Library",
"main": "build/xdl.js",
"files": [
Expand Down

0 comments on commit 9fcad4c

Please sign in to comment.