Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @parcel/babel-register@1.11.0
 - @parcel/fs@1.11.0
 - @parcel/integration-tests@1.11.0
 - @parcel/logger@1.11.0
 - parcel-bundler@1.11.0
 - @parcel/test-utils@1.11.0
 - @parcel/utils@1.11.0
 - @parcel/watcher@1.11.0
 - @parcel/workers@1.11.0
  • Loading branch information
devongovett committed Dec 18, 2018
1 parent 6d844ee commit 34eb91e
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 30 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.10.3",
"version": "1.11.0",
"description": "Blazing fast, zero configuration web application bundler",
"main": "index.js",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parcel/fs",
"version": "1.10.3",
"version": "1.11.0",
"description": "Blazing fast, zero configuration web application bundler",
"main": "index.js",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
"prepublish": "yarn build"
},
"dependencies": {
"@parcel/utils": "^1.10.3",
"@parcel/utils": "^1.11.0",
"mkdirp": "^0.5.1",
"rimraf": "^2.6.2"
}
Expand Down
8 changes: 4 additions & 4 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.10.3",
"version": "1.11.0",
"private": true,
"license": "MIT",
"repository": {
Expand All @@ -14,8 +14,8 @@
"devDependencies": {
"@babel/core": "^7.2.0",
"@jetbrains/kotlinc-js-api": "^1.2.12",
"@parcel/fs": "^1.10.3",
"@parcel/test-utils": "^1.10.3",
"@parcel/fs": "^1.11.0",
"@parcel/test-utils": "^1.11.0",
"codecov": "^3.0.0",
"command-exists": "^1.2.6",
"graphql-tag": "^2.6.0",
Expand All @@ -26,7 +26,7 @@
"mocha-multi-reporters": "^1.1.7",
"ncp": "^2.0.0",
"nyc": "^11.1.0",
"parcel-bundler": "^1.10.3",
"parcel-bundler": "^1.11.0",
"rimraf": "^2.6.1",
"sinon": "^5.0.1",
"sourcemap-validator": "^1.0.6",
Expand Down
8 changes: 4 additions & 4 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.10.3",
"version": "1.11.0",
"description": "Blazing fast, zero configuration web application bundler",
"main": "index.js",
"license": "MIT",
Expand All @@ -23,15 +23,15 @@
"prepublish": "yarn build"
},
"dependencies": {
"@parcel/workers": "^1.10.3",
"@parcel/workers": "^1.11.0",
"chalk": "^2.1.0",
"grapheme-breaker": "^0.3.2",
"ora": "^2.1.0",
"strip-ansi": "^4.0.0"
},
"devDependencies": {
"@parcel/babel-register": "^1.11.0",
"mocha": "^5.2.0",
"sinon": "^5.0.1",
"@parcel/babel-register": "^1.10.3"
"sinon": "^5.0.1"
}
}
16 changes: 8 additions & 8 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.10.3",
"version": "1.11.0",
"description": "Blazing fast, zero configuration web application bundler",
"main": "index.js",
"license": "MIT",
Expand Down Expand Up @@ -28,11 +28,11 @@
"@babel/traverse": "^7.0.0",
"@babel/types": "^7.0.0",
"@iarna/toml": "^2.2.0",
"@parcel/fs": "^1.10.3",
"@parcel/logger": "^1.10.3",
"@parcel/utils": "^1.10.3",
"@parcel/watcher": "1.10.3",
"@parcel/workers": "^1.10.3",
"@parcel/fs": "^1.11.0",
"@parcel/logger": "^1.11.0",
"@parcel/utils": "^1.11.0",
"@parcel/watcher": "^1.11.0",
"@parcel/workers": "^1.11.0",
"ansi-to-html": "^0.6.4",
"babylon-walk": "^1.0.2",
"browserslist": "^4.1.0",
Expand Down Expand Up @@ -78,8 +78,8 @@
"@babel/plugin-syntax-export-namespace-from": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@parcel/babel-register": "^1.10.3",
"@parcel/test-utils": "^1.10.3",
"@parcel/babel-register": "^1.11.0",
"@parcel/test-utils": "^1.11.0",
"@vue/component-compiler-utils": "^2.0.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parcel/test-utils",
"version": "1.10.3",
"version": "1.11.0",
"description": "Blazing fast, zero configuration web application bundler",
"main": "index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parcel/utils",
"version": "1.10.3",
"version": "1.11.0",
"description": "Blazing fast, zero configuration web application bundler",
"main": "index.js",
"license": "MIT",
Expand Down
12 changes: 6 additions & 6 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.10.3",
"version": "1.11.0",
"description": "Blazing fast, zero configuration web application bundler",
"main": "index.js",
"license": "MIT",
Expand All @@ -20,13 +20,13 @@
"prepublish": "yarn build"
},
"dependencies": {
"@parcel/utils": "^1.10.3",
"@parcel/utils": "^1.11.0",
"chokidar": "^2.0.3"
},
"devDependencies": {
"mocha": "^5.2.0",
"@parcel/babel-register": "^1.10.3",
"@parcel/fs": "^1.10.3",
"@parcel/test-utils": "^1.10.3"
"@parcel/babel-register": "^1.11.0",
"@parcel/fs": "^1.11.0",
"@parcel/test-utils": "^1.11.0",
"mocha": "^5.2.0"
}
}
6 changes: 3 additions & 3 deletions packages/core/workers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parcel/workers",
"version": "1.10.3",
"version": "1.11.0",
"description": "Blazing fast, zero configuration web application bundler",
"main": "index.js",
"license": "MIT",
Expand All @@ -26,7 +26,7 @@
"mocha": "^5.2.0"
},
"dependencies": {
"physical-cpu-count": "^2.0.0",
"@parcel/utils": "^1.10.3"
"@parcel/utils": "^1.11.0",
"physical-cpu-count": "^2.0.0"
}
}

0 comments on commit 34eb91e

Please sign in to comment.