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/dev-tools@0.13.169
 - expo-cli@6.0.3
 - @expo/next-adapter@4.0.11
 - expo-pwa@0.0.123
 - @expo/webpack-config@0.17.1
 - xdl@59.2.51
  • Loading branch information
brentvatne committed Aug 12, 2022
1 parent c85ed02 commit 8012304
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
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.168",
"version": "0.13.169",
"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.50"
"xdl": "59.2.51"
},
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 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.2",
"version": "6.0.3",
"description": "The command-line tool for creating and publishing Expo apps",
"preferGlobal": true,
"main": "build/exp.js",
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.50"
"xdl": "59.2.51"
},
"resolutions": {
"hermes-engine": "0.0.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": "4.0.10",
"version": "4.0.11",
"description": "Adapter for using Next.js with Expo modules",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -57,7 +57,7 @@
},
"dependencies": {
"@expo/package-manager": "0.0.56",
"@expo/webpack-config": "0.17.0",
"@expo/webpack-config": "0.17.1",
"babel-preset-expo": "^8.4.1",
"chalk": "^4.0.0",
"commander": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-pwa",
"version": "0.0.122",
"version": "0.0.123",
"main": "build",
"preferGlobal": true,
"keywords": [
Expand Down
4 changes: 2 additions & 2 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.17.0",
"version": "0.17.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 @@ -47,7 +47,7 @@
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "~6.0.3",
"css-loader": "~3.6.0",
"expo-pwa": "0.0.122",
"expo-pwa": "0.0.123",
"file-loader": "~6.0.0",
"find-yarn-workspace-root": "~2.0.0",
"getenv": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/xdl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xdl",
"version": "59.2.50",
"version": "59.2.51",
"description": "The Expo Development Library",
"main": "build/index.js",
"files": [
Expand Down Expand Up @@ -45,7 +45,7 @@
"@expo/schemer": "1.4.3",
"@expo/sdk-runtime-versions": "^1.0.0",
"@expo/spawn-async": "1.5.0",
"@expo/webpack-config": "0.17.0",
"@expo/webpack-config": "0.17.1",
"axios": "0.21.1",
"better-opn": "^3.0.1",
"boxen": "^5.0.1",
Expand Down

0 comments on commit 8012304

Please sign in to comment.