Skip to content

Commit

Permalink
Use exact version of @parcel/source-map of 2.0.0-alpha.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Will Binns-Smith committed May 8, 2020
1 parent 4d3a82a commit 31f6362
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/core/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@parcel/logger": "^2.0.0-frontbucket.15",
"@parcel/package-manager": "^2.0.0-frontbucket.22",
"@parcel/plugin": "^2.0.0-frontbucket.24",
"@parcel/source-map": "^2.0.0-alpha.4.9",
"@parcel/source-map": "2.0.0-alpha.4.9",
"@parcel/types": "^2.0.0-frontbucket.24",
"@parcel/utils": "^2.0.0-frontbucket.21",
"@parcel/workers": "^2.0.0-frontbucket.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/optimizers/terser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@parcel/diagnostic": "^2.0.0-frontbucket.13",
"@parcel/plugin": "^2.0.0-frontbucket.24",
"@parcel/source-map": "^2.0.0-alpha.4.9",
"@parcel/source-map": "2.0.0-alpha.4.9",
"@parcel/utils": "^2.0.0-frontbucket.21",
"nullthrows": "^1.1.1",
"terser": "^4.3.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/packagers/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@parcel/plugin": "^2.0.0-frontbucket.24",
"@parcel/scope-hoisting": "^2.0.0-frontbucket.25",
"@parcel/source-map": "^2.0.0-alpha.4.9",
"@parcel/source-map": "2.0.0-alpha.4.9",
"@parcel/utils": "^2.0.0-frontbucket.21",
"nullthrows": "^1.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/babel-ast-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dependencies": {
"@babel/generator": "^7.0.0",
"@babel/parser": "^7.0.0",
"@parcel/source-map": "^2.0.0-alpha.4.9",
"@parcel/source-map": "2.0.0-alpha.4.9",
"@parcel/utils": "^2.0.0-frontbucket.21"
}
}
2 changes: 1 addition & 1 deletion packages/shared/scope-hoisting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@babel/types": "^7.3.3",
"@parcel/babylon-walk": "^2.0.0-frontbucket.2",
"@parcel/diagnostic": "^2.0.0-frontbucket.13",
"@parcel/source-map": "^2.0.0-alpha.4.9",
"@parcel/source-map": "2.0.0-alpha.4.9",
"@parcel/utils": "^2.0.0-frontbucket.21",
"nullthrows": "^1.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/transformers/coffeescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@parcel/plugin": "^2.0.0-frontbucket.24",
"@parcel/source-map": "^2.0.0-alpha.4.9",
"@parcel/source-map": "2.0.0-alpha.4.9",
"@parcel/utils": "^2.0.0-frontbucket.21",
"coffeescript": "^2.0.3",
"nullthrows": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/transformers/typescript-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"dependencies": {
"@parcel/plugin": "^2.0.0-frontbucket.24",
"@parcel/source-map": "^2.0.0-alpha.4.9",
"@parcel/source-map": "2.0.0-alpha.4.9",
"@parcel/ts-utils": "^2.0.0-frontbucket.13",
"nullthrows": "^1.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1924,7 +1924,7 @@
ora "^2.1.0"
strip-ansi "^4.0.0"

"@parcel/[email protected]", "@parcel/source-map@^2.0.0-alpha.4.9":
"@parcel/[email protected]":
version "2.0.0-alpha.4.9"
resolved "https://registry.yarnpkg.com/@parcel/source-map/-/source-map-2.0.0-alpha.4.9.tgz#773567807eac8a16a3e1d06896ed2be7de7bcc2b"
integrity sha512-j14RzSRBWQMLtC1BoHm+h8XMOYMFp5k8GpSDzY0zIxjW4EpIY3mTBLK68HLKPrVJPyKHADO7JiSSgde96dZLog==
Expand Down

0 comments on commit 31f6362

Please sign in to comment.