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@3.0.5
 - @expo/config@5.0.5
 - @expo/dev-server@0.1.80
 - @expo/dev-tools@0.13.110
 - expo-cli@4.8.1
 - expo-optimize@0.1.102
 - @expo/metro-config@0.1.80
 - @expo/next-adapter@3.0.1
 - @expo/prebuild-config@2.0.5
 - expo-pwa@0.0.90
 - uri-scheme@1.0.91
 - @expo/webpack-config@0.13.1
 - xdl@59.0.50
  • Loading branch information
brentvatne committed Jul 16, 2021
1 parent a5a125a commit e97f11e
Show file tree
Hide file tree
Showing 13 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion packages/config-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/config-plugins",
"version": "3.0.4",
"version": "3.0.5",
"description": "A library for Expo config plugins",
"main": "build/index.js",
"scripts": {
Expand Down
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": "5.0.4",
"version": "5.0.5",
"description": "A library for interacting with the app.json",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"@babel/plugin-proposal-class-properties": "~7.12.13",
"@babel/preset-env": "~7.12.13",
"@babel/preset-typescript": "~7.12.13",
"@expo/config-plugins": "3.0.4",
"@expo/config-plugins": "3.0.5",
"@expo/config-types": "^42.0.0",
"@expo/json-file": "8.2.31",
"fs-extra": "9.0.0",
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.79",
"version": "0.1.80",
"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.79",
"@expo/metro-config": "0.1.80",
"@react-native-community/cli-server-api": "^5.0.1",
"body-parser": "1.19.0",
"fs-extra": "9.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.109",
"version": "0.13.110",
"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": "5.0.4",
"@expo/config": "5.0.5",
"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.49"
"xdl": "59.0.50"
},
"license": "MIT",
"repository": {
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": "4.8.0",
"version": "4.8.1",
"description": "The command-line tool for creating and publishing Expo apps",
"preferGlobal": true,
"main": "build/exp.js",
Expand Down Expand Up @@ -69,14 +69,14 @@
"dependencies": {
"@expo/apple-utils": "0.0.0-alpha.20",
"@expo/bunyan": "4.0.0",
"@expo/config": "5.0.4",
"@expo/config-plugins": "3.0.4",
"@expo/dev-tools": "0.13.109",
"@expo/config": "5.0.5",
"@expo/config-plugins": "3.0.5",
"@expo/dev-tools": "0.13.110",
"@expo/json-file": "8.2.31",
"@expo/osascript": "2.0.29",
"@expo/package-manager": "0.0.44",
"@expo/plist": "0.0.13",
"@expo/prebuild-config": "2.0.4",
"@expo/prebuild-config": "2.0.5",
"@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.49"
"xdl": "59.0.50"
},
"resolutions": {
"hermes-engine": "0.0.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.101",
"version": "0.1.102",
"main": "build",
"preferGlobal": true,
"keywords": [
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@expo/babel-preset-cli": "0.2.21",
"@expo/config": "5.0.4",
"@expo/config": "5.0.5",
"@expo/image-utils": "0.3.15",
"@expo/json-file": "8.2.31",
"chalk": "^4.0.0",
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.79",
"version": "0.1.80",
"description": "A Metro config for running React Native projects with the Metro bundler",
"main": "build/ExpoMetroConfig.js",
"scripts": {
Expand Down Expand Up @@ -33,7 +33,7 @@
"build"
],
"dependencies": {
"@expo/config": "5.0.4",
"@expo/config": "5.0.5",
"chalk": "^4.1.0",
"getenv": "^1.0.0",
"metro-react-native-babel-transformer": "^0.59.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": "3.0.0",
"version": "3.0.1",
"description": "Adapter for using Next.js with Unimodules",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -60,7 +60,7 @@
},
"dependencies": {
"@expo/package-manager": "0.0.44",
"@expo/webpack-config": "0.13.0",
"@expo/webpack-config": "0.13.1",
"babel-preset-expo": "^8.4.1",
"chalk": "^4.0.0",
"commander": "^4.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/prebuild-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/prebuild-config",
"version": "2.0.4",
"version": "2.0.5",
"description": "Get the prebuild config",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -34,8 +34,8 @@
"@types/debug": "^4.1.5"
},
"dependencies": {
"@expo/config": "5.0.4",
"@expo/config-plugins": "3.0.4",
"@expo/config": "5.0.5",
"@expo/config-plugins": "3.0.5",
"@expo/config-types": "^42.0.0",
"@expo/image-utils": "0.3.15",
"@expo/json-file": "8.2.31",
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.89",
"version": "0.0.90",
"main": "build",
"preferGlobal": true,
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"rimraf": "^3.0.2"
},
"dependencies": {
"@expo/config": "5.0.4",
"@expo/config": "5.0.5",
"@expo/image-utils": "0.3.15",
"chalk": "^4.0.0",
"commander": "2.20.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.90",
"version": "1.0.91",
"main": "build",
"preferGlobal": true,
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@expo/babel-preset-cli": "0.2.21",
"@expo/config-plugins": "3.0.4",
"@expo/config-plugins": "3.0.5",
"@expo/plist": "0.0.13",
"@expo/spawn-async": "1.5.0",
"@types/prompts": "^2.0.6",
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.13.0",
"version": "0.13.1",
"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": "5.0.4",
"@expo/config": "5.0.5",
"@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.89",
"expo-pwa": "0.0.90",
"file-loader": "~6.0.0",
"find-yarn-workspace-root": "~2.0.0",
"getenv": "^1.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/xdl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xdl",
"version": "59.0.49",
"version": "59.0.50",
"description": "The Expo Development Library",
"main": "build/index.js",
"files": [
Expand Down Expand Up @@ -32,9 +32,9 @@
"homepage": "https://github.com/expo/expo-cli/tree/master/packages/xdl#readme",
"dependencies": {
"@expo/bunyan": "4.0.0",
"@expo/config": "5.0.4",
"@expo/config-plugins": "3.0.4",
"@expo/dev-server": "0.1.79",
"@expo/config": "5.0.5",
"@expo/config-plugins": "3.0.5",
"@expo/dev-server": "0.1.80",
"@expo/devcert": "^1.0.0",
"@expo/json-file": "8.2.31",
"@expo/osascript": "2.0.29",
Expand All @@ -43,7 +43,7 @@
"@expo/schemer": "1.3.30",
"@expo/sdk-runtime-versions": "^1.0.0",
"@expo/spawn-async": "1.5.0",
"@expo/webpack-config": "0.13.0",
"@expo/webpack-config": "0.13.1",
"analytics-node": "3.5.0",
"axios": "0.21.1",
"boxen": "4.1.0",
Expand Down

0 comments on commit e97f11e

Please sign in to comment.