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-server@0.1.1
 - @expo/dev-tools@0.13.4
 - expo-cli@3.20.1
 - @expo/metro-config@0.1.1
 - @expo/xdl@57.9.1
  • Loading branch information
fson committed Apr 30, 2020
1 parent 495efd6 commit efa712a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/dev-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/dev-server",
"version": "0.1.0",
"version": "0.1.1",
"description": "Development servers for starting React Native projects",
"main": "build/MetroDevServer.js",
"scripts": {
Expand Down Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@expo/bunyan": "3.0.2",
"@expo/config": "3.2.0",
"@expo/metro-config": "0.1.0",
"@expo/metro-config": "0.1.1",
"@react-native-community/cli-server-api": "4.8.0",
"body-parser": "1.19.0",
"serialize-error": "6.0.0"
Expand Down
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.3",
"version": "0.13.4",
"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.0",
"@expo/xdl": "57.9.1",
"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.0",
"version": "3.20.1",
"description": "The command-line tool for creating and publishing Expo apps",
"preferGlobal": true,
"main": "build/exp.js",
Expand Down Expand Up @@ -81,13 +81,13 @@
"@expo/build-tools": "0.1.4",
"@expo/bunyan": "3.0.2",
"@expo/config": "3.2.0",
"@expo/dev-tools": "0.13.3",
"@expo/dev-tools": "0.13.4",
"@expo/json-file": "8.2.13",
"@expo/package-manager": "0.0.18",
"@expo/plist": "0.0.4",
"@expo/simple-spinner": "1.0.2",
"@expo/spawn-async": "1.5.0",
"@expo/xdl": "57.9.0",
"@expo/xdl": "57.9.1",
"ansi-regex": "^4.1.0",
"axios": "0.19.0",
"babel-runtime": "6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/metro-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/metro-config",
"version": "0.1.0",
"version": "0.1.1",
"description": "A Metro config for running React Native projects with the Metro bundler",
"main": "build/ExpoMetroConfig.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/xdl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/xdl",
"version": "57.9.0",
"version": "57.9.1",
"description": "The Expo Development Library",
"main": "build/xdl.js",
"files": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@expo/bunyan": "3.0.2",
"@expo/config": "3.2.0",
"@expo/dev-server": "0.1.0",
"@expo/dev-server": "0.1.1",
"@expo/json-file": "8.2.13",
"@expo/ngrok": "2.4.3",
"@expo/osascript": "2.0.16",
Expand Down

0 comments on commit efa712a

Please sign in to comment.