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-plugins@1.0.31
 - @expo/config@3.3.41
 - @expo/dev-server@0.1.67
 - @expo/dev-tools@0.13.97
 - expo-cli@4.4.7
 - expo-codemod@1.1.2
 - expo-optimize@0.1.89
 - @expo/image-utils@0.3.14
 - @expo/json-file@8.2.30
 - @expo/metro-config@0.1.67
 - @expo/next-adapter@2.1.72
 - @expo/osascript@2.0.28
 - @expo/package-manager@0.0.43
 - @expo/pkcs12@0.0.5
 - @expo/plist@0.0.13
 - pod-install@0.1.23
 - expo-pwa@0.0.77
 - @expo/schemer@1.3.29
 - uri-scheme@1.0.78
 - @expo/webpack-config@0.12.71
 - xdl@59.0.37
  • Loading branch information
brentvatne committed May 14, 2021
1 parent 52bb9af commit 0e2b0e5
Show file tree
Hide file tree
Showing 21 changed files with 60 additions and 60 deletions.
8 changes: 4 additions & 4 deletions packages/config-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/config-plugins",
"version": "1.0.30",
"version": "1.0.31",
"description": "A library for Expo config plugins",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -34,9 +34,9 @@
"dependencies": {
"@expo/config-types": "^40.0.0-beta.2",
"@expo/configure-splash-screen": "0.4.0",
"@expo/image-utils": "0.3.13",
"@expo/json-file": "8.2.29",
"@expo/plist": "0.0.12",
"@expo/image-utils": "0.3.14",
"@expo/json-file": "8.2.30",
"@expo/plist": "0.0.13",
"find-up": "~5.0.0",
"fs-extra": "9.0.0",
"getenv": "^1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/config",
"version": "3.3.40",
"version": "3.3.41",
"description": "A library for interacting with the app.json",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -36,9 +36,9 @@
"@babel/plugin-proposal-class-properties": "~7.12.13",
"@babel/preset-env": "~7.12.13",
"@babel/preset-typescript": "~7.12.13",
"@expo/config-plugins": "1.0.30",
"@expo/config-plugins": "1.0.31",
"@expo/config-types": "^40.0.0-beta.2",
"@expo/json-file": "8.2.29",
"@expo/json-file": "8.2.30",
"fs-extra": "9.0.0",
"getenv": "^1.0.0",
"glob": "7.1.6",
Expand Down
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.66",
"version": "0.1.67",
"description": "Development servers for starting React Native projects",
"main": "build/MetroDevServer.js",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
],
"dependencies": {
"@expo/bunyan": "4.0.0",
"@expo/metro-config": "0.1.66",
"@expo/metro-config": "0.1.67",
"@react-native-community/cli-server-api": "4.9.0",
"body-parser": "1.19.0",
"resolve-from": "^5.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.96",
"version": "0.13.97",
"main": "build/server/index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development ts-node -T ./server/dev-server",
Expand All @@ -17,7 +17,7 @@
"build"
],
"dependencies": {
"@expo/config": "3.3.40",
"@expo/config": "3.3.41",
"base64url": "3.0.1",
"express": "4.16.4",
"freeport-async": "2.0.0",
Expand Down Expand Up @@ -65,7 +65,7 @@
"slugify": "^1.0.2",
"ts-node": "^9.1.1",
"velocity-react": "^1.4.1",
"xdl": "59.0.36"
"xdl": "59.0.37"
},
"license": "MIT",
"repository": {
Expand Down
18 changes: 9 additions & 9 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.6",
"version": "4.4.7",
"description": "The command-line tool for creating and publishing Expo apps",
"preferGlobal": true,
"main": "build/exp.js",
Expand Down Expand Up @@ -70,13 +70,13 @@
"dependencies": {
"@expo/apple-utils": "0.0.0-alpha.17",
"@expo/bunyan": "4.0.0",
"@expo/config": "3.3.40",
"@expo/config-plugins": "1.0.30",
"@expo/dev-tools": "0.13.96",
"@expo/json-file": "8.2.29",
"@expo/osascript": "2.0.27",
"@expo/package-manager": "0.0.42",
"@expo/plist": "0.0.12",
"@expo/config": "3.3.41",
"@expo/config-plugins": "1.0.31",
"@expo/dev-tools": "0.13.97",
"@expo/json-file": "8.2.30",
"@expo/osascript": "2.0.28",
"@expo/package-manager": "0.0.43",
"@expo/plist": "0.0.13",
"@expo/results": "^1.0.0",
"@expo/simple-spinner": "1.0.2",
"@expo/spawn-async": "1.5.0",
Expand Down Expand Up @@ -129,7 +129,7 @@
"url-join": "4.0.0",
"uuid": "^8.0.0",
"wrap-ansi": "^7.0.0",
"xdl": "59.0.36"
"xdl": "59.0.37"
},
"resolutions": {
"hermes-engine": "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-codemod",
"version": "1.1.1",
"version": "1.1.2",
"description": "Codemod scripts for Expo apps",
"author": "Expo",
"license": "MIT",
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.88",
"version": "0.1.89",
"main": "build",
"preferGlobal": true,
"keywords": [
Expand Down Expand Up @@ -34,9 +34,9 @@
},
"devDependencies": {
"@expo/babel-preset-cli": "0.2.20",
"@expo/config": "3.3.40",
"@expo/image-utils": "0.3.13",
"@expo/json-file": "8.2.29",
"@expo/config": "3.3.41",
"@expo/image-utils": "0.3.14",
"@expo/json-file": "8.2.30",
"chalk": "^4.0.0",
"commander": "2.20.0",
"cross-spawn": "6.0.5",
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.3.13",
"version": "0.3.14",
"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.29",
"version": "8.2.30",
"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.1.66",
"version": "0.1.67",
"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.3.40",
"@expo/config": "3.3.41",
"chalk": "^4.1.0",
"getenv": "^1.0.0",
"metro-react-native-babel-transformer": "^0.59.0"
Expand Down
6 changes: 3 additions & 3 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.71",
"version": "2.1.72",
"description": "Adapter for using Next.js with Unimodules",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -59,8 +59,8 @@
"access": "public"
},
"dependencies": {
"@expo/package-manager": "0.0.42",
"@expo/webpack-config": "0.12.70",
"@expo/package-manager": "0.0.43",
"@expo/webpack-config": "0.12.71",
"chalk": "^4.0.0",
"commander": "^4.0.1",
"fs-extra": "9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/osascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/osascript",
"version": "2.0.27",
"version": "2.0.28",
"description": "Tools for running an osascripts in Node",
"main": "build/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/package-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/package-manager",
"version": "0.0.42",
"version": "0.0.43",
"description": "A library for installing and finding packages in a node project",
"main": "build",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"build"
],
"dependencies": {
"@expo/json-file": "8.2.29",
"@expo/json-file": "8.2.30",
"@expo/spawn-async": "^1.5.0",
"ansi-regex": "^5.0.0",
"chalk": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/pkcs12/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/pkcs12",
"version": "0.0.4",
"version": "0.0.5",
"description": "PKCS#12 Utilities for Node.js",
"main": "build/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plist/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/plist",
"version": "0.0.12",
"version": "0.0.13",
"description": "Mac OS X Plist parser/builder for Node.js and browsers",
"main": "build/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/pod-install/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pod-install",
"version": "0.1.22",
"version": "0.1.23",
"main": "build",
"keywords": [
"cocoapods",
Expand Down Expand Up @@ -33,7 +33,7 @@
},
"devDependencies": {
"@expo/babel-preset-cli": "0.2.20",
"@expo/package-manager": "0.0.42",
"@expo/package-manager": "0.0.43",
"chalk": "^4.0.0",
"commander": "2.20.0",
"rimraf": "^3.0.2",
Expand Down
6 changes: 3 additions & 3 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.76",
"version": "0.0.77",
"main": "build",
"preferGlobal": true,
"keywords": [
Expand Down Expand Up @@ -35,8 +35,8 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@expo/config": "3.3.40",
"@expo/image-utils": "0.3.13",
"@expo/config": "3.3.41",
"@expo/image-utils": "0.3.14",
"chalk": "^4.0.0",
"commander": "2.20.0",
"update-check": "1.5.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/schemer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/schemer",
"version": "1.3.28",
"version": "1.3.29",
"description": "Centralized scheme validation library for Expo",
"main": "./build/index.js",
"scripts": {
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.77",
"version": "1.0.78",
"main": "build",
"preferGlobal": true,
"keywords": [
Expand Down Expand Up @@ -35,8 +35,8 @@
},
"devDependencies": {
"@expo/babel-preset-cli": "0.2.20",
"@expo/config-plugins": "1.0.30",
"@expo/plist": "0.0.12",
"@expo/config-plugins": "1.0.31",
"@expo/plist": "0.0.13",
"@expo/spawn-async": "1.5.0",
"@types/prompts": "^2.0.6",
"chalk": "^4.0.0",
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.70",
"version": "0.12.71",
"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,14 +42,14 @@
"dependencies": {
"@babel/core": "7.9.0",
"@babel/runtime": "7.9.0",
"@expo/config": "3.3.40",
"@expo/config": "3.3.41",
"@pmmmwh/react-refresh-webpack-plugin": "^0.3.3",
"babel-loader": "8.1.0",
"chalk": "^4.0.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "~6.0.3",
"css-loader": "~3.6.0",
"expo-pwa": "0.0.76",
"expo-pwa": "0.0.77",
"file-loader": "~6.0.0",
"find-yarn-workspace-root": "~2.0.0",
"getenv": "^1.0.0",
Expand Down
20 changes: 10 additions & 10 deletions packages/xdl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xdl",
"version": "59.0.36",
"version": "59.0.37",
"description": "The Expo Development Library",
"main": "build/index.js",
"files": [
Expand Down Expand Up @@ -32,17 +32,17 @@
"homepage": "https://github.com/expo/expo-cli/tree/master/packages/xdl#readme",
"dependencies": {
"@expo/bunyan": "4.0.0",
"@expo/config": "3.3.40",
"@expo/config-plugins": "1.0.30",
"@expo/dev-server": "0.1.66",
"@expo/config": "3.3.41",
"@expo/config-plugins": "1.0.31",
"@expo/dev-server": "0.1.67",
"@expo/devcert": "^1.0.0",
"@expo/json-file": "8.2.29",
"@expo/osascript": "2.0.27",
"@expo/package-manager": "0.0.42",
"@expo/plist": "0.0.12",
"@expo/schemer": "1.3.28",
"@expo/json-file": "8.2.30",
"@expo/osascript": "2.0.28",
"@expo/package-manager": "0.0.43",
"@expo/plist": "0.0.13",
"@expo/schemer": "1.3.29",
"@expo/spawn-async": "1.5.0",
"@expo/webpack-config": "0.12.70",
"@expo/webpack-config": "0.12.71",
"@hapi/joi": "^17.1.1",
"analytics-node": "3.5.0",
"axios": "0.21.1",
Expand Down

0 comments on commit 0e2b0e5

Please sign in to comment.