Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @parcel/babel-register@1.11.1
 - @parcel/integration-tests@1.12.4
 - @parcel/logger@1.11.1
 - parcel-bundler@1.12.4
 - @parcel/watcher@1.12.1
  • Loading branch information
devongovett committed Oct 6, 2019
1 parent 430679c commit d9ec7af
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/core/babel-register/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parcel/babel-register",
"version": "1.11.0",
"version": "1.11.1",
"description": "Blazing fast, zero configuration web application bundler",
"main": "index.js",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/integration-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parcel/integration-tests",
"version": "1.12.3",
"version": "1.12.4",
"private": true,
"license": "MIT",
"repository": {
Expand All @@ -27,7 +27,7 @@
"mocha-multi-reporters": "^1.1.7",
"ncp": "^2.0.0",
"nyc": "^11.1.0",
"parcel-bundler": "^1.12.3",
"parcel-bundler": "^1.12.4",
"rimraf": "^2.6.1",
"sinon": "^5.0.1",
"sourcemap-validator": "^1.0.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parcel/logger",
"version": "1.11.0",
"version": "1.11.1",
"description": "Blazing fast, zero configuration web application bundler",
"main": "index.js",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"strip-ansi": "^4.0.0"
},
"devDependencies": {
"@parcel/babel-register": "^1.11.0",
"@parcel/babel-register": "^1.11.1",
"mocha": "^5.2.0",
"sinon": "^5.0.1"
}
Expand Down
8 changes: 4 additions & 4 deletions packages/core/parcel-bundler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parcel-bundler",
"version": "1.12.3",
"version": "1.12.4",
"description": "Blazing fast, zero configuration web application bundler",
"main": "index.js",
"license": "MIT",
Expand Down Expand Up @@ -29,9 +29,9 @@
"@babel/types": "^7.4.4",
"@iarna/toml": "^2.2.0",
"@parcel/fs": "^1.11.0",
"@parcel/logger": "^1.11.0",
"@parcel/logger": "^1.11.1",
"@parcel/utils": "^1.11.0",
"@parcel/watcher": "^1.12.0",
"@parcel/watcher": "^1.12.1",
"@parcel/workers": "^1.11.0",
"ansi-to-html": "^0.6.4",
"babylon-walk": "^1.0.2",
Expand Down Expand Up @@ -81,7 +81,7 @@
"@babel/plugin-syntax-export-namespace-from": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-flow": "^7.0.0 <7.4.0",
"@parcel/babel-register": "^1.11.0 <7.4.0",
"@parcel/babel-register": "^1.11.1",
"@parcel/test-utils": "^1.12.0",
"@vue/component-compiler-utils": "^2.0.0",
"babel-core": "^6.26.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/watcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parcel/watcher",
"version": "1.12.0",
"version": "1.12.1",
"description": "Blazing fast, zero configuration web application bundler",
"main": "index.js",
"license": "MIT",
Expand All @@ -24,7 +24,7 @@
"chokidar": "^2.1.5"
},
"devDependencies": {
"@parcel/babel-register": "^1.11.0",
"@parcel/babel-register": "^1.11.1",
"@parcel/fs": "^1.11.0",
"@parcel/test-utils": "^1.12.0",
"mocha": "^5.2.0"
Expand Down

0 comments on commit d9ec7af

Please sign in to comment.