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
EvanBacon committed Jan 5, 2023
1 parent 3986274 commit a151151
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion packages/babel-preset-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/babel-preset-cli",
"version": "0.2.24",
"version": "0.2.25",
"description": "The Babel preset for Expo CLI packages",
"main": "index.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions packages/create-expo-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-expo-app",
"version": "1.1.4",
"version": "1.1.5",
"main": "build",
"description": "Create universal Expo apps",
"license": "BSD-3-Clause",
Expand Down Expand Up @@ -33,14 +33,14 @@
"clean": "rimraf ./build/"
},
"devDependencies": {
"@expo/json-file": "8.2.36",
"@expo/json-file": "8.2.37",
"@expo/package-manager": "0.0.56",
"@expo/spawn-async": "^1.7.0",
"@types/debug": "^4.1.7",
"@types/getenv": "^1.0.0",
"@types/minipass": "^3.3.5",
"@types/node": "^16.11.56",
"@types/node-fetch": "^2.5.8",
"@types/node-fetch": "^2.5.8",
"@types/prompts": "2.0.14",
"@types/tar": "^6.1.2",
"arg": "^5.0.2",
Expand Down
4 changes: 2 additions & 2 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.173",
"version": "0.13.174",
"main": "build/server/index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development ts-node -T ./server/dev-server",
Expand Down Expand Up @@ -64,7 +64,7 @@
"slugify": "^1.0.2",
"ts-node": "^9.1.1",
"velocity-react": "^1.4.1",
"xdl": "59.2.55"
"xdl": "59.3.0"
},
"license": "MIT",
"repository": {
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": "6.0.8",
"version": "6.1.0",
"description": "The command-line tool for creating and publishing Expo apps",
"preferGlobal": true,
"main": "build/exp.js",
Expand Down Expand Up @@ -73,10 +73,10 @@
"@expo/config": "6.0.24",
"@expo/config-plugins": "4.1.5",
"@expo/dev-server": "0.1.115",
"@expo/json-file": "8.2.36",
"@expo/json-file": "8.2.37",
"@expo/osascript": "2.0.33",
"@expo/package-manager": "0.0.56",
"@expo/plist": "0.0.19",
"@expo/plist": "0.0.20",
"@expo/prebuild-config": "4.0.3",
"@expo/spawn-async": "1.5.0",
"@expo/xcpretty": "^4.1.0",
Expand Down Expand Up @@ -122,7 +122,7 @@
"url-join": "4.0.0",
"uuid": "^8.0.0",
"wrap-ansi": "^7.0.0",
"xdl": "59.2.55"
"xdl": "59.3.0"
},
"resolutions": {
"hermes-engine": "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/install-expo-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "install-expo-modules",
"version": "0.3.9",
"version": "0.4.0",
"description": "Tools to install expo-modules for existing react-native projects",
"main": "build",
"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.36",
"version": "8.2.37",
"description": "A module for reading, writing, and manipulating JSON files",
"main": "build/JsonFile.js",
"scripts": {
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": "4.0.13",
"version": "5.0.0",
"description": "Adapter for using Next.js to bundle Expo web projects",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -36,8 +36,8 @@
"build"
],
"peerDependencies": {
"next": "^13",
"expo": "^46",
"next": "^13",
"react": "^18",
"react-native-web": "~0.18.0",
"webpack": "^4.46.0 || ^5.74.0"
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.19",
"version": "0.0.20",
"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/uri-scheme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uri-scheme",
"version": "1.0.121",
"version": "1.1.0",
"main": "build",
"preferGlobal": true,
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@expo/config-plugins": "4.1.5",
"@expo/plist": "0.0.19",
"@expo/plist": "0.0.20",
"@expo/spawn-async": "1.5.0",
"@types/prompts": "^2.0.6",
"chalk": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.17.3",
"version": "0.17.4",
"description": "The default Webpack configuration used to build Expo apps targeting the web.",
"main": "webpack.config.js",
"types": "webpack.config.d.ts",
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": "xdl",
"version": "59.2.55",
"version": "59.3.0",
"description": "The Expo Development Library",
"main": "build/index.js",
"files": [
Expand Down Expand Up @@ -37,15 +37,15 @@
"@expo/config-plugins": "4.1.5",
"@expo/dev-server": "0.1.115",
"@expo/devcert": "^1.0.0",
"@expo/json-file": "8.2.36",
"@expo/json-file": "8.2.37",
"@expo/osascript": "2.0.33",
"@expo/package-manager": "0.0.56",
"@expo/plist": "0.0.19",
"@expo/plist": "0.0.20",
"@expo/rudder-sdk-node": "1.1.1",
"@expo/schemer": "1.4.4",
"@expo/sdk-runtime-versions": "^1.0.0",
"@expo/spawn-async": "1.5.0",
"@expo/webpack-config": "0.17.3",
"@expo/webpack-config": "0.17.4",
"axios": "0.21.1",
"better-opn": "^3.0.1",
"boxen": "^5.0.1",
Expand Down

0 comments on commit a151151

Please sign in to comment.