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.12.6
 - expo-cli@3.18.7
 - @expo/xdl@57.8.29
  • Loading branch information
sjchmiela committed Apr 20, 2020
1 parent f627e69 commit 771a539
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.12.5",
"version": "0.12.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.8",
"@expo/xdl": "57.8.28",
"@expo/xdl": "57.8.29",
"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.18.6",
"version": "3.18.7",
"description": "The command-line tool for creating and publishing Expo apps",
"preferGlobal": true,
"main": "build/exp.js",
Expand Down Expand Up @@ -82,13 +82,13 @@
"@expo/build-tools": "0.1.4",
"@expo/bunyan": "3.0.2",
"@expo/config": "3.1.2",
"@expo/dev-tools": "0.12.5",
"@expo/dev-tools": "0.12.6",
"@expo/json-file": "8.2.10",
"@expo/package-manager": "0.0.15",
"@expo/plist": "0.0.3",
"@expo/simple-spinner": "1.0.2",
"@expo/spawn-async": "1.5.0",
"@expo/xdl": "57.8.28",
"@expo/xdl": "57.8.29",
"@types/cli-table": "^0.3.0",
"@types/untildify": "^3.0.0",
"ansi-regex": "^4.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.8.28",
"version": "57.8.29",
"description": "The Expo Development Library",
"main": "build/xdl.js",
"files": [
Expand Down

0 comments on commit 771a539

Please sign in to comment.