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.2.13
 - @expo/dev-server@0.1.14
 - @expo/dev-tools@0.13.21
 - @expo/electron-adapter@0.0.3
 - expo-cli@3.21.10
 - expo-optimize@0.1.36
 - @expo/metro-config@0.1.14
 - @expo/next-adapter@2.1.16
 - expo-pwa@0.0.24
 - uri-scheme@1.0.21
 - @expo/webpack-config@0.12.16
 - @expo/xdl@57.9.18
  • Loading branch information
brentvatne committed Jun 24, 2020
1 parent ecf9d6e commit 4bc7372
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/config",
"version": "3.2.12",
"version": "3.2.13",
"description": "A library for interacting with the app.json",
"main": "build/index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 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.13",
"version": "0.1.14",
"description": "Development servers for starting React Native projects",
"main": "build/MetroDevServer.js",
"scripts": {
Expand Down Expand Up @@ -36,8 +36,8 @@
],
"dependencies": {
"@expo/bunyan": "3.0.2",
"@expo/config": "3.2.12",
"@expo/metro-config": "0.1.13",
"@expo/config": "3.2.13",
"@expo/metro-config": "0.1.14",
"@react-native-community/cli-server-api": "4.9.0",
"body-parser": "1.19.0",
"serialize-error": "6.0.0"
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.13.20",
"version": "0.13.21",
"main": "build/server/index.js",
"scripts": {
"dev": "NODE_ENV=development ts-node ./server/dev-server",
Expand All @@ -17,7 +17,7 @@
"build"
],
"dependencies": {
"@expo/config": "3.2.12",
"@expo/config": "3.2.13",
"base64url": "3.0.1",
"express": "4.16.4",
"freeport-async": "2.0.0",
Expand All @@ -33,7 +33,7 @@
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.8.3",
"@expo/babel-preset-cli": "0.2.16",
"@expo/xdl": "57.9.17",
"@expo/xdl": "57.9.18",
"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.2",
"version": "0.0.3",
"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.16",
"@expo/webpack-config": "0.12.15",
"@expo/webpack-config": "0.12.16",
"rimraf": "^3.0.2"
},
"publishConfig": {
Expand All @@ -55,7 +55,7 @@
"electron": "^6.0.12"
},
"dependencies": {
"@expo/config": "3.2.12",
"@expo/config": "3.2.13",
"@expo/package-manager": "0.0.28",
"@expo/spawn-async": "^1.5.0",
"chalk": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 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.9",
"version": "3.21.10",
"description": "The command-line tool for creating and publishing Expo apps",
"preferGlobal": true,
"main": "build/exp.js",
Expand Down Expand Up @@ -62,15 +62,15 @@
"dependencies": {
"@expo/build-tools": "0.1.8",
"@expo/bunyan": "3.0.2",
"@expo/config": "3.2.12",
"@expo/dev-tools": "0.13.20",
"@expo/config": "3.2.13",
"@expo/dev-tools": "0.13.21",
"@expo/json-file": "8.2.21",
"@expo/package-manager": "0.0.28",
"@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.17",
"@expo/xdl": "57.9.18",
"axios": "0.19.0",
"babel-runtime": "6.26.0",
"base32.js": "0.1.0",
Expand Down
4 changes: 2 additions & 2 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.35",
"version": "0.1.36",
"main": "build",
"preferGlobal": true,
"keywords": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"clean": "rimraf ./build/"
},
"dependencies": {
"@expo/config": "3.2.12"
"@expo/config": "3.2.13"
},
"devDependencies": {
"@expo/babel-preset-cli": "0.2.16",
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.1.13",
"version": "0.1.14",
"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.2.12",
"@expo/config": "3.2.13",
"metro-react-native-babel-transformer": "^0.58.0"
},
"devDependencies": {
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.1.15",
"version": "2.1.16",
"description": "Adapter for using Next.js with Unimodules",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -59,7 +59,7 @@
},
"dependencies": {
"@expo/package-manager": "0.0.28",
"@expo/webpack-config": "0.12.15",
"@expo/webpack-config": "0.12.16",
"@types/next": "^8.0.6",
"chalk": "^4.0.0",
"commander": "^4.0.1",
Expand Down
4 changes: 2 additions & 2 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.23",
"version": "0.0.24",
"main": "build",
"preferGlobal": true,
"keywords": [
Expand Down Expand Up @@ -38,7 +38,7 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@expo/config": "3.2.12",
"@expo/config": "3.2.13",
"@expo/image-utils": "0.3.0",
"@expo/json-file": "8.2.21",
"chalk": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 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.20",
"version": "1.0.21",
"main": "build",
"preferGlobal": true,
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@expo/babel-preset-cli": "0.2.16",
"@expo/config": "3.2.12",
"@expo/config": "3.2.13",
"@expo/plist": "0.0.8",
"@expo/spawn-async": "1.5.0",
"@types/node": "^12.6.8",
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.12.15",
"version": "0.12.16",
"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 @@ -42,13 +42,13 @@
"dependencies": {
"@babel/core": "7.9.0",
"@babel/runtime": "7.9.0",
"@expo/config": "3.2.12",
"@expo/config": "3.2.13",
"babel-loader": "8.1.0",
"chalk": "^4.0.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "5.0.0",
"css-loader": "^2.1.1",
"expo-pwa": "0.0.23",
"expo-pwa": "0.0.24",
"file-loader": "4.2.0",
"find-yarn-workspace-root": "~2.0.0",
"getenv": "^0.7.0",
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.9.17",
"version": "57.9.18",
"description": "The Expo Development Library",
"main": "build/xdl.js",
"files": [
Expand Down Expand Up @@ -31,16 +31,16 @@
"homepage": "https://github.com/expo/expo-cli/tree/master/packages/xdl#readme",
"dependencies": {
"@expo/bunyan": "3.0.2",
"@expo/config": "3.2.12",
"@expo/dev-server": "0.1.13",
"@expo/config": "3.2.13",
"@expo/dev-server": "0.1.14",
"@expo/json-file": "8.2.21",
"@expo/ngrok": "2.4.3",
"@expo/osascript": "2.0.22",
"@expo/package-manager": "0.0.28",
"@expo/plist": "0.0.8",
"@expo/schemer": "1.3.19",
"@expo/spawn-async": "1.5.0",
"@expo/webpack-config": "0.12.15",
"@expo/webpack-config": "0.12.16",
"@hapi/joi": "^17.1.1",
"analytics-node": "3.3.0",
"axios": "0.19.0",
Expand Down

0 comments on commit 4bc7372

Please sign in to comment.