Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zamotany committed Sep 23, 2019
1 parent 0dc6675 commit 8c3d3f0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions packages/haul-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.0",
"version": "0.13.1",
"name": "@haul-bundler/cli",
"description": "Haul is a new command line tools for React Native",
"bin": {
Expand All @@ -22,16 +22,16 @@
"webpack": "4.x"
},
"dependencies": {
"@haul-bundler/core": "^0.13.0",
"@haul-bundler/core-legacy": "^0.13.0",
"@haul-bundler/core": "^0.13.2",
"@haul-bundler/core-legacy": "^0.13.2",
"@haul-bundler/inspector-events": "^0.13.0",
"ansi-fragments": "^0.2.1",
"cpx": "^1.5.0",
"dedent": "^0.7.0",
"execa": "^2.0.3",
"inquirer": "^6.5.0",
"ora": "^3.4.0",
"mkdirp": "^0.5.1",
"ora": "^3.4.0",
"simple-progress-webpack-plugin": "^1.1.2",
"which": "1.3.1",
"ws": "^6.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/haul-core-legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.0",
"version": "0.13.2",
"name": "@haul-bundler/core-legacy",
"description": "Haul core library (legacy)",
"bin": {
Expand All @@ -20,7 +20,7 @@
"license": "MIT",
"bugs": "https://github.com/callstack/haul/issues",
"peerDependencies": {
"@haul-bundler/core": "^0.12.0",
"@haul-bundler/core": "^0.13.2",
"webpack": "4.x"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/haul-core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.13.0",
"version": "0.13.2",
"name": "@haul-bundler/core",
"description": "Haul core library (legacy)",
"main": "build/index.js",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@hapi/inert": "^5.2.1",
"@hapi/joi": "^15.1.0",
"@haul-bundler/basic-bundle-webpack-plugin": "^0.13.0",
"@haul-bundler/core-legacy": "^0.13.0",
"@haul-bundler/core-legacy": "^0.13.2",
"@haul-bundler/inspector-events": "^0.13.0",
"@haul-bundler/ram-bundle-webpack-plugin": "^0.13.0",
"ansi-fragments": "^0.2.1",
Expand Down

0 comments on commit 8c3d3f0

Please sign in to comment.