Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Maia Teegarden committed Oct 2, 2020
1 parent 8575ee0 commit 0f0bd60
Show file tree
Hide file tree
Showing 13 changed files with 29 additions and 29 deletions.
6 changes: 3 additions & 3 deletions packages/configs/atlassian-ssr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parcel/config-atlassian-ssr",
"version": "2.0.0-frontbucket.38",
"version": "2.0.0-frontbucket.39",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -14,8 +14,8 @@
"test-ci": "mocha"
},
"dependencies": {
"@atlassian/parcel-reporter-analytics": "^2.0.0-frontbucket.43",
"@parcel/config-default": "^2.0.0-frontbucket.47",
"@atlassian/parcel-reporter-analytics": "^2.0.0-frontbucket.44",
"@parcel/config-default": "^2.0.0-frontbucket.48",
"@parcel/reporter-bundle-analyzer": "^2.0.0-frontbucket.21",
"@parcel/reporter-cli": "^2.0.0-frontbucket.33",
"@parcel/reporter-dev-server": "^2.0.0-frontbucket.33",
Expand Down
4 changes: 2 additions & 2 deletions packages/configs/default/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parcel/config-default",
"version": "2.0.0-frontbucket.47",
"version": "2.0.0-frontbucket.48",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -18,7 +18,7 @@
"test-ci": "mocha"
},
"dependencies": {
"@atlassian/parcel-reporter-analytics": "^2.0.0-frontbucket.43",
"@atlassian/parcel-reporter-analytics": "^2.0.0-frontbucket.44",
"@parcel/bundler-default": "^2.0.0-frontbucket.32",
"@parcel/namer-default": "^2.0.0-frontbucket.30",
"@parcel/optimizer-cssnano": "^2.0.0-frontbucket.31",
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": "2.0.0-frontbucket.48",
"version": "2.0.0-frontbucket.49",
"private": true,
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"lodash": "^4.17.15",
"marked": "^0.6.1",
"ncp": "^2.0.0",
"parcel": "^2.0.0-frontbucket.47",
"parcel": "^2.0.0-frontbucket.48",
"parcel-bundler": "^2.0.0-frontbucket.27",
"postcss-custom-properties": "^8.0.9",
"postcss-import": "^12.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/is-v2-ready-yet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parcel/is-v2-ready-yet",
"version": "2.0.0-frontbucket.48",
"version": "2.0.0-frontbucket.49",
"private": true,
"license": "MIT",
"repository": {
Expand All @@ -13,7 +13,7 @@
"build-app": "yarn parcel build index.html"
},
"dependencies": {
"@parcel/integration-tests": "^2.0.0-frontbucket.48",
"@parcel/integration-tests": "^2.0.0-frontbucket.49",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"victory": "^31.0.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/core/parcel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "parcel",
"version": "2.0.0-frontbucket.47",
"version": "2.0.0-frontbucket.48",
"description": "Blazing fast, zero configuration web application bundler",
"license": "MIT",
"publishConfig": {
Expand All @@ -21,8 +21,8 @@
"node": ">= 10.0.0"
},
"dependencies": {
"@atlassian/internal-parcel-utils": "^2.0.0-frontbucket.28",
"@parcel/config-default": "^2.0.0-frontbucket.47",
"@atlassian/internal-parcel-utils": "^2.0.0-frontbucket.29",
"@parcel/config-default": "^2.0.0-frontbucket.48",
"@parcel/core": "^2.0.0-frontbucket.36",
"@parcel/diagnostic": "^2.0.0-frontbucket.15",
"@parcel/fs": "^2.0.0-frontbucket.27",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/register/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parcel/register",
"version": "2.0.0-frontbucket.47",
"version": "2.0.0-frontbucket.48",
"license": "MIT",
"publishConfig": {
"access": "public"
Expand All @@ -23,7 +23,7 @@
"clean": "rm -rf .parcel-cache"
},
"dependencies": {
"@parcel/config-default": "^2.0.0-frontbucket.47",
"@parcel/config-default": "^2.0.0-frontbucket.48",
"@parcel/core": "^2.0.0-frontbucket.36",
"@parcel/fs": "^2.0.0-frontbucket.27",
"@parcel/package-manager": "^2.0.0-frontbucket.27",
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.0.0-frontbucket.47",
"version": "2.0.0-frontbucket.48",
"description": "Blazing fast, zero configuration web application bundler",
"license": "MIT",
"private": true,
Expand All @@ -14,7 +14,7 @@
"node": ">= 10.0.0"
},
"dependencies": {
"@parcel/config-default": "^2.0.0-frontbucket.47",
"@parcel/config-default": "^2.0.0-frontbucket.48",
"@parcel/core": "^2.0.0-frontbucket.36",
"@parcel/fs": "^2.0.0-frontbucket.27",
"@parcel/package-manager": "^2.0.0-frontbucket.27",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/html/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parcel/html-example",
"version": "2.0.0-frontbucket.47",
"version": "2.0.0-frontbucket.48",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -13,7 +13,7 @@
],
"devDependencies": {
"@parcel/babel-register": "^2.0.0-frontbucket.14",
"parcel": "^2.0.0-frontbucket.47"
"parcel": "^2.0.0-frontbucket.48"
},
"dependencies": {
"lodash": "^4.17.11",
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/kitchen-sink/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@parcel/kitchen-sink-example",
"version": "2.0.0-frontbucket.47",
"version": "2.0.0-frontbucket.48",
"license": "MIT",
"private": true,
"scripts": {
Expand All @@ -9,9 +9,9 @@
},
"devDependencies": {
"@parcel/babel-register": "^2.0.0-frontbucket.14",
"@parcel/config-default": "^2.0.0-frontbucket.47",
"@parcel/config-default": "^2.0.0-frontbucket.48",
"@parcel/reporter-sourcemap-visualiser": "^2.0.0-frontbucket.11",
"parcel": "^2.0.0-frontbucket.47"
"parcel": "^2.0.0-frontbucket.48"
},
"browser": "dist/legacy/index.html",
"browserModern": "dist/modern/index.html",
Expand Down
4 changes: 2 additions & 2 deletions packages/examples/react-hmr/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@parcel/react-hmr-example",
"version": "2.0.0-frontbucket.47",
"version": "2.0.0-frontbucket.48",
"license": "MIT",
"private": true,
"scripts": {
"demo": "parcel serve src/index.html --no-cache --https"
},
"devDependencies": {
"parcel": "^2.0.0-frontbucket.47"
"parcel": "^2.0.0-frontbucket.48"
},
"browser": "dist/legacy/index.html",
"browserModern": "dist/modern/index.html",
Expand Down
6 changes: 3 additions & 3 deletions packages/examples/three/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@parcel/three-js-stresstest",
"version": "2.0.0-frontbucket.18",
"version": "2.0.0-frontbucket.19",
"license": "MIT",
"private": true,
"scripts": {
"setup": "make src",
"build": "parcel build src/entry.js"
},
"devDependencies": {
"@parcel/config-default": "^2.0.0-frontbucket.47",
"parcel": "^2.0.0-frontbucket.47"
"@parcel/config-default": "^2.0.0-frontbucket.48",
"parcel": "^2.0.0-frontbucket.48"
},
"browser": "dist/legacy/index.js",
"browserModern": "dist/modern/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/reporters/atlassian-reporter-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atlassian/parcel-reporter-analytics",
"version": "2.0.0-frontbucket.43",
"version": "2.0.0-frontbucket.44",
"publishConfig": {
"access": "public"
},
Expand All @@ -11,7 +11,7 @@
"parcel": "^2.0.0-alpha.1.1"
},
"dependencies": {
"@atlassian/internal-parcel-utils": "^2.0.0-frontbucket.28",
"@atlassian/internal-parcel-utils": "^2.0.0-frontbucket.29",
"@parcel/plugin": "^2.0.0-frontbucket.30",
"amplitude": "^4.0.0",
"uuid": "^3.3.3"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@atlassian/internal-parcel-utils",
"version": "2.0.0-frontbucket.28",
"version": "2.0.0-frontbucket.29",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit 0f0bd60

Please sign in to comment.