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
  • Loading branch information
fson committed Oct 10, 2019
1 parent d012ae3 commit 2eb3ca7
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 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": "2.1.6",
"version": "2.2.0",
"description": "A library for interacting with the app.json",
"main": "build/Config.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"build"
],
"dependencies": {
"@expo/json-file": "^8.1.12",
"@expo/json-file": "^8.2.0",
"find-yarn-workspace-root": "^1.2.1",
"fs-extra": "^7.0.1",
"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.6.5",
"version": "0.6.6",
"main": "build/server/index.js",
"scripts": {
"dev": "NODE_ENV=development node ./scripts/dev-server.js",
Expand All @@ -20,7 +20,7 @@
"testEnvironment": "node"
},
"dependencies": {
"@expo/config": "^2.1.6",
"@expo/config": "^2.2.0",
"base64url": "3.0.1",
"express": "4.16.4",
"freeport-async": "1.1.1",
Expand All @@ -34,7 +34,7 @@
"@expo/xdl": "*"
},
"devDependencies": {
"@expo/xdl": "^56.2.7",
"@expo/xdl": "^56.3.0",
"anser": "^1.4.7",
"apollo-cache-inmemory": "^1.1.12",
"apollo-client": "^2.2.8",
Expand Down
10 changes: 5 additions & 5 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.2.3",
"version": "3.3.0",
"description": "The command-line tool for creating and publishing Expo apps",
"preferGlobal": true,
"main": "build/exp.js",
Expand Down Expand Up @@ -66,12 +66,12 @@
},
"dependencies": {
"@expo/bunyan": "3.0.2",
"@expo/config": "^2.1.6",
"@expo/dev-tools": "^0.6.5",
"@expo/json-file": "^8.1.12",
"@expo/config": "^2.2.0",
"@expo/dev-tools": "^0.6.6",
"@expo/json-file": "^8.2.0",
"@expo/simple-spinner": "1.0.2",
"@expo/spawn-async": "1.5.0",
"@expo/xdl": "^56.2.7",
"@expo/xdl": "^56.3.0",
"@types/untildify": "^3.0.0",
"ansi-regex": "^4.1.0",
"axios": "0.19.0",
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.1.12",
"version": "8.2.0",
"description": "A module for reading, writing, and manipulating JSON files",
"main": "build/JsonFile.js",
"scripts": {
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.7.11",
"version": "0.7.12",
"description": "The default Webpack configuration used to build Expo apps targeting the web.",
"main": "webpack.config.js",
"repository": {
Expand Down Expand Up @@ -36,8 +36,8 @@
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/runtime": "^7.3.4",
"@expo/config": "^2.1.6",
"@expo/webpack-pwa-manifest-plugin": "^1.2.6",
"@expo/config": "^2.2.0",
"@expo/webpack-pwa-manifest-plugin": "^1.2.7",
"@types/yup": "^0.26.24",
"babel-loader": "^8.0.5",
"brotli-webpack-plugin": "^1.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-pwa-manifest-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/webpack-pwa-manifest-plugin",
"version": "1.2.6",
"version": "1.2.7",
"description": "Generates a progressive web app (PWA) manifest.json from a React Native app.json",
"main": "build/WebpackPWAManifestPlugin.js",
"types": "build/WebpackPWAManifestPlugin.d.ts",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"license": "MIT",
"dependencies": {
"@expo/config": "^2.1.6",
"@expo/config": "^2.2.0",
"@expo/image-utils": "^0.2.6",
"is-color": "^1.0.2",
"mime": "^2.4.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": "56.2.7",
"version": "56.3.0",
"description": "The Expo Development Library",
"main": "build/xdl.js",
"files": [
Expand Down Expand Up @@ -30,14 +30,14 @@
"homepage": "https://github.com/expo/expo-cli/tree/master/packages/xdl#readme",
"dependencies": {
"@expo/bunyan": "3.0.2",
"@expo/config": "^2.1.6",
"@expo/config": "^2.2.0",
"@expo/image-utils": "^0.2.6",
"@expo/json-file": "^8.1.12",
"@expo/json-file": "^8.2.0",
"@expo/ngrok": "2.4.3",
"@expo/osascript": "^2.0.6-alpha.0",
"@expo/schemer": "^1.2.8",
"@expo/spawn-async": "1.5.0",
"@expo/webpack-config": "^0.7.11",
"@expo/webpack-config": "^0.7.12",
"@types/webpack": "^4.32.1",
"@types/webpack-dev-server": "^3.1.7",
"analytics-node": "3.3.0",
Expand Down

0 comments on commit 2eb3ca7

Please sign in to comment.