Skip to content

Commit

Permalink
feat(parcel-plugin): replace parcel-bundler with parcel (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Jan 28, 2020
1 parent f620bea commit d09bcd5
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/parcel/package.json
Expand Up @@ -3,6 +3,6 @@
"devDependencies": {
"@babel/core": "^7.7.7",
"@svgr/parcel-plugin-svgr": "^4.3.3",
"parcel-bundler": "^1.12.4"
"parcel": "^1.12.4"
}
}
6 changes: 3 additions & 3 deletions examples/parcel/yarn.lock
Expand Up @@ -3576,10 +3576,10 @@ pako@~1.0.5:
resolved "https://registry.yarnpkg.com/pako/-/pako-1.0.10.tgz#4328badb5086a426aa90f541977d4955da5c9732"
integrity sha512-0DTvPVU3ed8+HNXOu5Bs+o//Mbdj9VNQMUOe9oKCwh8l0GNwpTDMKCWbRjgtD291AWnkAgkqA/LOnQS8AmS1tw==

parcel-bundler@^1.12.4:
parcel@^1.12.4:
version "1.12.4"
resolved "https://registry.yarnpkg.com/parcel-bundler/-/parcel-bundler-1.12.4.tgz#31223f4ab4d00323a109fce28d5e46775409a9ee"
integrity sha512-G+iZGGiPEXcRzw0fiRxWYCKxdt/F7l9a0xkiU4XbcVRJCSlBnioWEwJMutOCCpoQmaQtjB4RBHDGIHN85AIhLQ==
resolved "https://registry.yarnpkg.com/parcel/-/parcel-1.12.4.tgz#c8136085179c6382e632ca98126093e110be2ac5"
integrity sha512-qfc74e2/R4pCoU6L/ZZnK9k3iDS6ir4uHea0e9th9w52eehcAGf2ido/iABq9PBXdsIOe4NSY3oUm7Khe7+S3w==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/core" "^7.4.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/parcel-plugin-svgr/package.json
Expand Up @@ -30,7 +30,7 @@
"prepublishOnly": "yarn run build"
},
"peerDependencies": {
"parcel-bundler": "^1.10.0"
"parcel": "^1.10.0"
},
"dependencies": {
"@babel/core": "^7.7.5",
Expand All @@ -42,6 +42,6 @@
"@svgr/plugin-svgo": "^5.1.0"
},
"devDependencies": {
"parcel-bundler": "^1.10.0"
"parcel": "^1.10.0"
}
}
2 changes: 1 addition & 1 deletion packages/parcel-plugin-svgr/src/asset.js
@@ -1,4 +1,4 @@
import { Asset } from 'parcel-bundler'
import { Asset } from 'parcel'
import { transformAsync, createConfigItem } from '@babel/core'
import svgo from '@svgr/plugin-svgo'
import jsx from '@svgr/plugin-jsx'
Expand Down
2 changes: 1 addition & 1 deletion packages/parcel-plugin-svgr/src/index.test.js
@@ -1,4 +1,4 @@
import Bundler from 'parcel-bundler'
import Bundler from 'parcel'
import path from 'path'
import plugin from '.'

Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -7964,10 +7964,10 @@ parallel-transform@^1.1.0:
inherits "^2.0.3"
readable-stream "^2.1.5"

parcel-bundler@^1.10.0:
parcel@^1.10.0:
version "1.12.4"
resolved "https://registry.yarnpkg.com/parcel-bundler/-/parcel-bundler-1.12.4.tgz#31223f4ab4d00323a109fce28d5e46775409a9ee"
integrity sha512-G+iZGGiPEXcRzw0fiRxWYCKxdt/F7l9a0xkiU4XbcVRJCSlBnioWEwJMutOCCpoQmaQtjB4RBHDGIHN85AIhLQ==
resolved "https://registry.yarnpkg.com/parcel/-/parcel-1.12.4.tgz#c8136085179c6382e632ca98126093e110be2ac5"
integrity sha512-qfc74e2/R4pCoU6L/ZZnK9k3iDS6ir4uHea0e9th9w52eehcAGf2ido/iABq9PBXdsIOe4NSY3oUm7Khe7+S3w==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/core" "^7.4.4"
Expand Down

1 comment on commit d09bcd5

@vercel
Copy link

@vercel vercel bot commented on d09bcd5 Jan 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.