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/config@3.1.0
 - @expo/dev-tools@0.11.0
 - @expo/electron-adapter@0.0.0-alpha.44
 - expo-cli@3.18.0
 - expo-optimize@0.1.18
 - @expo/image-utils@0.2.19
 - @expo/json-file@8.2.9
 - @expo/metro-config@0.0.5
 - @expo/next-adapter@2.0.30
 - expo-pwa@0.0.5
 - uri-scheme@1.0.2
 - @expo/webpack-config@0.11.22
 - @expo/xdl@57.8.22
  • Loading branch information
brentvatne committed Apr 15, 2020
1 parent 45757ca commit 5bc8404
Show file tree
Hide file tree
Showing 13 changed files with 38 additions and 38 deletions.
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/config",
"version": "3.0.8",
"version": "3.1.0",
"description": "A library for interacting with the app.json",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -45,7 +45,7 @@
],
"dependencies": {
"@babel/register": "^7.8.3",
"@expo/json-file": "8.2.8",
"@expo/json-file": "8.2.9",
"@expo/plist": "0.0.2",
"@types/invariant": "^2.2.30",
"find-yarn-workspace-root": "^1.2.1",
Expand Down
6 changes: 3 additions & 3 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.10.35",
"version": "0.11.0",
"main": "build/server/index.js",
"scripts": {
"dev": "NODE_ENV=development ts-node ./server/dev-server",
Expand All @@ -20,7 +20,7 @@
"testEnvironment": "node"
},
"dependencies": {
"@expo/config": "3.0.8",
"@expo/config": "3.1.0",
"base64url": "3.0.1",
"express": "4.16.4",
"freeport-async": "2.0.0",
Expand All @@ -36,7 +36,7 @@
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.8.3",
"@expo/babel-preset-cli": "0.2.8",
"@expo/xdl": "57.8.21",
"@expo/xdl": "57.8.22",
"anser": "^1.4.7",
"apollo-cache-inmemory": "^1.1.12",
"apollo-client": "^2.2.8",
Expand Down
6 changes: 3 additions & 3 deletions packages/electron-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/electron-adapter",
"version": "0.0.0-alpha.43",
"version": "0.0.0-alpha.44",
"description": "Use Electron with Expo",
"main": "build/Electron.js",
"types": "build/Electron.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
],
"devDependencies": {
"@expo/babel-preset-cli": "0.2.8",
"@expo/webpack-config": "0.11.21"
"@expo/webpack-config": "0.11.22"
},
"publishConfig": {
"access": "public"
Expand All @@ -54,7 +54,7 @@
"electron": "^6.0.12"
},
"dependencies": {
"@expo/config": "3.0.8",
"@expo/config": "3.1.0",
"@expo/package-manager": "0.0.13",
"@expo/spawn-async": "^1.5.0",
"chalk": "^2.4.2",
Expand Down
12 changes: 6 additions & 6 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.17.24",
"version": "3.18.0",
"description": "The command-line tool for creating and publishing Expo apps",
"preferGlobal": true,
"main": "build/exp.js",
Expand Down Expand Up @@ -82,14 +82,14 @@
"dependencies": {
"@expo/build-tools": "0.1.4",
"@expo/bunyan": "3.0.2",
"@expo/config": "3.0.8",
"@expo/dev-tools": "0.10.35",
"@expo/json-file": "8.2.8",
"@expo/config": "3.1.0",
"@expo/dev-tools": "0.11.0",
"@expo/json-file": "8.2.9",
"@expo/package-manager": "0.0.13",
"@expo/plist": "0.0.2",
"@expo/simple-spinner": "1.0.2",
"@expo/spawn-async": "1.5.0",
"@expo/xdl": "57.8.21",
"@expo/xdl": "57.8.22",
"@types/cli-table": "^0.3.0",
"@types/untildify": "^3.0.0",
"ansi-regex": "^4.1.0",
Expand All @@ -108,7 +108,7 @@
"env-editor": "^0.4.1",
"envinfo": "7.5.0",
"es6-error": "3.2.0",
"expo-optimize": "0.1.17",
"expo-optimize": "0.1.18",
"fs-extra": "6.0.1",
"getenv": "0.7.0",
"glob": "7.1.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/expo-optimize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-optimize",
"version": "0.1.17",
"version": "0.1.18",
"main": "build",
"preferGlobal": true,
"keywords": [
Expand Down Expand Up @@ -34,9 +34,9 @@
},
"devDependencies": {
"@expo/babel-preset-cli": "0.2.8",
"@expo/config": "3.0.8",
"@expo/image-utils": "0.2.18",
"@expo/json-file": "8.2.8",
"@expo/config": "3.1.0",
"@expo/image-utils": "0.2.19",
"@expo/json-file": "8.2.9",
"@types/node": "^12.6.8",
"@zeit/ncc": "^0.20.5",
"chalk": "2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/image-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/image-utils",
"version": "0.2.18",
"version": "0.2.19",
"description": "A package used by Expo CLI for processing images",
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/json-file/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/json-file",
"version": "8.2.8",
"version": "8.2.9",
"description": "A module for reading, writing, and manipulating JSON files",
"main": "build/JsonFile.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions 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.0.4",
"version": "0.0.5",
"description": "A Metro config for running React Native projects with the Metro bundler",
"main": "build/ExpoMetroConfig.js",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"transformer.js"
],
"dependencies": {
"@expo/config": "3.0.8"
"@expo/config": "3.1.0"
},
"peerDependencies": {
"metro": "^0.56.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/next-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/next-adapter",
"version": "2.0.29",
"version": "2.0.30",
"description": "Adapter for using Next.js with Unimodules",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -55,7 +55,7 @@
},
"dependencies": {
"@expo/package-manager": "0.0.13",
"@expo/webpack-config": "0.11.21",
"@expo/webpack-config": "0.11.22",
"@types/next": "^8.0.6",
"chalk": "^3.0.0",
"commander": "^4.0.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-pwa",
"version": "0.0.4",
"version": "0.0.5",
"main": "build",
"preferGlobal": true,
"keywords": [
Expand Down Expand Up @@ -36,9 +36,9 @@
},
"dependencies": {
"@expo/babel-preset-cli": "0.2.8",
"@expo/config": "3.0.8",
"@expo/image-utils": "0.2.18",
"@expo/json-file": "8.2.8",
"@expo/config": "3.1.0",
"@expo/image-utils": "0.2.19",
"@expo/json-file": "8.2.9",
"chalk": "2.4.2",
"commander": "2.20.0",
"fs-extra": "^9.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/uri-scheme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uri-scheme",
"version": "1.0.1",
"version": "1.0.2",
"main": "build",
"preferGlobal": true,
"keywords": [
Expand Down Expand Up @@ -34,14 +34,14 @@
},
"devDependencies": {
"@expo/babel-preset-cli": "0.2.8",
"@expo/config": "^3.0.8",
"@expo/config": "3.1.0",
"@expo/plist": "0.0.2",
"@expo/spawn-async": "1.5.0",
"@types/node": "^12.6.8",
"@zeit/ncc": "^0.20.5",
"chalk": "2.4.2",
"enquirer": "2.3.4",
"commander": "2.20.0",
"enquirer": "2.3.4",
"glob": "7.1.2",
"rimraf": "2.6.3",
"update-check": "1.5.3"
Expand Down
6 changes: 3 additions & 3 deletions packages/webpack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/webpack-config",
"version": "0.11.21",
"version": "0.11.22",
"description": "The default Webpack configuration used to build Expo apps targeting the web.",
"main": "webpack.config.js",
"types": "webpack.config.d.ts",
Expand Down Expand Up @@ -38,13 +38,13 @@
"dependencies": {
"@babel/core": "7.9.0",
"@babel/runtime": "7.9.0",
"@expo/config": "3.0.8",
"@expo/config": "3.1.0",
"babel-loader": "8.1.0",
"chalk": "^2.4.2",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "5.0.0",
"css-loader": "^2.1.1",
"expo-pwa": "0.0.4",
"expo-pwa": "0.0.5",
"file-loader": "4.2.0",
"getenv": "^0.7.0",
"html-loader": "^0.5.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/xdl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/xdl",
"version": "57.8.21",
"version": "57.8.22",
"description": "The Expo Development Library",
"main": "build/xdl.js",
"files": [
Expand Down Expand Up @@ -31,15 +31,15 @@
"homepage": "https://github.com/expo/expo-cli/tree/master/packages/xdl#readme",
"dependencies": {
"@expo/bunyan": "3.0.2",
"@expo/config": "3.0.8",
"@expo/json-file": "8.2.8",
"@expo/config": "3.1.0",
"@expo/json-file": "8.2.9",
"@expo/ngrok": "2.4.3",
"@expo/osascript": "2.0.13",
"@expo/package-manager": "0.0.13",
"@expo/plist": "0.0.2",
"@expo/schemer": "1.3.8",
"@expo/spawn-async": "1.5.0",
"@expo/webpack-config": "0.11.21",
"@expo/webpack-config": "0.11.22",
"analytics-node": "3.3.0",
"axios": "0.19.0",
"boxen": "4.1.0",
Expand Down

0 comments on commit 5bc8404

Please sign in to comment.