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.92
 - expo-cli@4.4.1
 - xdl@59.0.32
  • Loading branch information
brentvatne committed Apr 14, 2021
1 parent 80ece26 commit 30b4a04
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.91",
"version": "0.13.92",
"main": "build/server/index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development ts-node ./server/dev-server",
Expand Down Expand Up @@ -65,7 +65,7 @@
"slugify": "^1.0.2",
"ts-node": "^8.6.2",
"velocity-react": "^1.4.1",
"xdl": "59.0.31"
"xdl": "59.0.32"
},
"license": "MIT",
"repository": {
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": "4.4.0",
"version": "4.4.1",
"description": "The command-line tool for creating and publishing Expo apps",
"preferGlobal": true,
"main": "build/exp.js",
Expand Down Expand Up @@ -72,7 +72,7 @@
"@expo/bunyan": "4.0.0",
"@expo/config": "3.3.36",
"@expo/config-plugins": "1.0.26",
"@expo/dev-tools": "0.13.91",
"@expo/dev-tools": "0.13.92",
"@expo/json-file": "8.2.28",
"@expo/osascript": "2.0.25",
"@expo/package-manager": "0.0.40",
Expand Down Expand Up @@ -128,7 +128,7 @@
"url-join": "4.0.0",
"uuid": "^8.0.0",
"wrap-ansi": "^7.0.0",
"xdl": "59.0.31"
"xdl": "59.0.32"
},
"gitHead": "613642fe06827cc231405784b099cf71c29072df"
}
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": "xdl",
"version": "59.0.31",
"version": "59.0.32",
"description": "The Expo Development Library",
"main": "build/index.js",
"files": [
Expand Down

0 comments on commit 30b4a04

Please sign in to comment.