Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 226ac07

Browse files
committed
1 parent d322998 commit 226ac07

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

packages/dev-tools/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@expo/dev-tools",
3-
"version": "0.13.175",
3+
"version": "0.13.176",
44
"main": "build/server/index.js",
55
"scripts": {
66
"dev": "cross-env NODE_ENV=development ts-node -T ./server/dev-server",
@@ -64,7 +64,7 @@
6464
"slugify": "^1.0.2",
6565
"ts-node": "^9.1.1",
6666
"velocity-react": "^1.4.1",
67-
"xdl": "60.0.0"
67+
"xdl": "60.0.1"
6868
},
6969
"license": "MIT",
7070
"repository": {

packages/expo-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "expo-cli",
3-
"version": "6.2.0",
3+
"version": "6.2.1",
44
"description": "The command-line tool for creating and publishing Expo apps",
55
"preferGlobal": true,
66
"main": "build/exp.js",
@@ -119,6 +119,6 @@
119119
"url-join": "4.0.0",
120120
"uuid": "^8.0.0",
121121
"wrap-ansi": "^7.0.0",
122-
"xdl": "60.0.0"
122+
"xdl": "60.0.1"
123123
}
124124
}

packages/webpack-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@expo/webpack-config",
3-
"version": "18.0.0",
3+
"version": "18.0.1",
44
"description": "A Webpack configuration used to bundle Expo websites with Expo CLI.",
55
"main": "webpack.config.js",
66
"types": "webpack.config.d.ts",

packages/xdl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xdl",
3-
"version": "60.0.0",
3+
"version": "60.0.1",
44
"description": "The Expo Development Library",
55
"main": "build/index.js",
66
"files": [
@@ -45,7 +45,7 @@
4545
"@expo/schemer": "1.4.4",
4646
"@expo/sdk-runtime-versions": "^1.0.0",
4747
"@expo/spawn-async": "1.5.0",
48-
"@expo/webpack-config": "18.0.0",
48+
"@expo/webpack-config": "18.0.1",
4949
"axios": "0.21.1",
5050
"better-opn": "^3.0.1",
5151
"boxen": "^5.0.1",

0 commit comments

Comments
 (0)