Skip to content

Commit

Permalink
Update source-map dependency (#6759)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeMoorJasper authored Aug 26, 2021
1 parent 0058a02 commit 1452a30
Show file tree
Hide file tree
Showing 18 changed files with 48 additions and 17 deletions.
2 changes: 1 addition & 1 deletion packages/core/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@parcel/logger": "2.0.0-rc.0",
"@parcel/package-manager": "2.0.0-rc.0",
"@parcel/plugin": "2.0.0-rc.0",
"@parcel/source-map": "2.0.0-rc.6",
"@parcel/source-map": "2.0.0-rc.7",
"@parcel/types": "2.0.0-rc.0",
"@parcel/utils": "2.0.0-rc.0",
"@parcel/workers": "2.0.0-rc.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@parcel/diagnostic": "2.0.0-rc.0",
"@parcel/fs": "2.0.0-rc.0",
"@parcel/package-manager": "2.0.0-rc.0",
"@parcel/source-map": "2.0.0-rc.6",
"@parcel/source-map": "2.0.0-rc.7",
"@parcel/workers": "2.0.0-rc.0",
"utility-types": "^3.10.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@parcel/hash": "2.0.0-rc.0",
"@parcel/logger": "2.0.0-rc.0",
"@parcel/markdown-ansi": "2.0.0-rc.0",
"@parcel/source-map": "2.0.0-rc.6",
"@parcel/source-map": "2.0.0-rc.7",
"ansi-html": "^0.0.7",
"chalk": "^4.1.0",
"clone": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/optimizers/cssnano/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@parcel/plugin": "2.0.0-rc.0",
"@parcel/source-map": "2.0.0-rc.6",
"@parcel/source-map": "2.0.0-rc.7",
"cssnano": "^5.0.5",
"postcss": "^8.3.0"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/optimizers/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@parcel/diagnostic": "2.0.0-rc.0",
"@parcel/plugin": "2.0.0-rc.0",
"@parcel/source-map": "2.0.0-rc.6",
"@parcel/source-map": "2.0.0-rc.7",
"@parcel/utils": "2.0.0-rc.0",
"esbuild": "^0.8.11",
"nullthrows": "^1.1.1"
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 @@ -22,7 +22,7 @@
"dependencies": {
"@parcel/diagnostic": "2.0.0-rc.0",
"@parcel/plugin": "2.0.0-rc.0",
"@parcel/source-map": "2.0.0-rc.6",
"@parcel/source-map": "2.0.0-rc.7",
"@parcel/utils": "2.0.0-rc.0",
"nullthrows": "^1.1.1",
"terser": "^5.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/packagers/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@parcel/plugin": "2.0.0-rc.0",
"@parcel/source-map": "2.0.0-rc.6",
"@parcel/source-map": "2.0.0-rc.7",
"@parcel/utils": "2.0.0-rc.0",
"nullthrows": "^1.1.1",
"postcss": "^8.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 @@ -23,7 +23,7 @@
"@parcel/diagnostic": "2.0.0-rc.0",
"@parcel/hash": "2.0.0-rc.0",
"@parcel/plugin": "2.0.0-rc.0",
"@parcel/source-map": "2.0.0-rc.6",
"@parcel/source-map": "2.0.0-rc.7",
"@parcel/utils": "2.0.0-rc.0",
"globals": "^13.2.0",
"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 @@ -22,7 +22,7 @@
"dependencies": {
"@babel/parser": "^7.0.0",
"@parcel/babylon-walk": "2.0.0-rc.0",
"@parcel/source-map": "2.0.0-rc.6",
"@parcel/source-map": "2.0.0-rc.7",
"@parcel/utils": "2.0.0-rc.0",
"astring": "^1.6.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/transformers/babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@parcel/babel-ast-utils": "2.0.0-rc.0",
"@parcel/diagnostic": "2.0.0-rc.0",
"@parcel/plugin": "2.0.0-rc.0",
"@parcel/source-map": "2.0.0-rc.6",
"@parcel/source-map": "2.0.0-rc.7",
"@parcel/utils": "2.0.0-rc.0",
"browserslist": "^4.6.6",
"core-js": "^3.2.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 @@ -21,7 +21,7 @@
},
"dependencies": {
"@parcel/plugin": "2.0.0-rc.0",
"@parcel/source-map": "2.0.0-rc.6",
"@parcel/source-map": "2.0.0-rc.7",
"@parcel/utils": "2.0.0-rc.0",
"coffeescript": "^2.0.3",
"nullthrows": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/transformers/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@parcel/plugin": "2.0.0-rc.0",
"@parcel/source-map": "2.0.0-rc.6",
"@parcel/source-map": "2.0.0-rc.7",
"@parcel/utils": "2.0.0-rc.0",
"nullthrows": "^1.1.1",
"postcss": "^8.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/transformers/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"dependencies": {
"@parcel/diagnostic": "2.0.0-rc.0",
"@parcel/plugin": "2.0.0-rc.0",
"@parcel/source-map": "2.0.0-rc.6",
"@parcel/source-map": "2.0.0-rc.7",
"@parcel/utils": "2.0.0-rc.0",
"@swc/helpers": "^0.2.11",
"browserslist": "^4.6.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/transformers/less/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@parcel/plugin": "2.0.0-rc.0",
"@parcel/source-map": "2.0.0-rc.6",
"@parcel/source-map": "2.0.0-rc.7",
"less": "^3.9.0"
}
}
2 changes: 1 addition & 1 deletion packages/transformers/sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@parcel/plugin": "2.0.0-rc.0",
"@parcel/source-map": "2.0.0-rc.6",
"@parcel/source-map": "2.0.0-rc.7",
"sass": "^1.38.0"
}
}
2 changes: 1 addition & 1 deletion packages/transformers/typescript-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"@parcel/plugin": "2.0.0-rc.0",
"@parcel/source-map": "2.0.0-rc.6",
"@parcel/source-map": "2.0.0-rc.7",
"@parcel/ts-utils": "2.0.0-rc.0",
"nullthrows": "^1.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/transformers/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"dependencies": {
"@parcel/diagnostic": "2.0.0-rc.0",
"@parcel/plugin": "2.0.0-rc.0",
"@parcel/source-map": "2.0.0-rc.6",
"@parcel/source-map": "2.0.0-rc.7",
"@parcel/utils": "2.0.0-rc.0",
"@vue/compiler-sfc": "^3.0.0",
"consolidate": "^0.16.0",
Expand Down
31 changes: 31 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2129,6 +2129,14 @@
detect-libc "^1.0.3"
globby "^11.0.3"

"@parcel/[email protected]":
version "2.0.0-rc.7"
resolved "https://registry.yarnpkg.com/@parcel/source-map/-/source-map-2.0.0-rc.7.tgz#73e3251c2169abf733f28b5d6649eb440e39995f"
integrity sha512-LFTvZz8wSOfQAHtczr2PVMBa2gSBeWTivJf4TPQ7neHqECIgAL2GvuCGhETZqU1OYXlnzuxdsiWvDKQtrLiWgA==
dependencies:
detect-libc "^1.0.3"
globby "^11.0.3"

"@parcel/[email protected]":
version "2.0.0-alpha.10"
resolved "https://registry.yarnpkg.com/@parcel/watcher/-/watcher-2.0.0-alpha.10.tgz#99266189f5193512dbdf6b0faca20400c519a16e"
Expand Down Expand Up @@ -12413,13 +12421,28 @@ supports-color@^6.1.0:
dependencies:
has-flag "^3.0.0"

supports-color@^7.0.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
dependencies:
has-flag "^4.0.0"

supports-color@^7.1.0:
version "7.1.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.1.0.tgz#68e32591df73e25ad1c4b49108a2ec507962bfd1"
integrity sha512-oRSIpR8pxT1Wr2FquTNnGet79b3BWljqOuoW/h4oBhxJ/HUbX5nX6JSruTkvXDCFMwDPvsaTTbvMLKZWSy0R5g==
dependencies:
has-flag "^4.0.0"

supports-hyperlinks@^2.0.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz#4f77b42488765891774b70c79babd87f9bd594bb"
integrity sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==
dependencies:
has-flag "^4.0.0"
supports-color "^7.0.0"

sver-compat@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/sver-compat/-/sver-compat-1.5.0.tgz#3cf87dfeb4d07b4a3f14827bc186b3fd0c645cd8"
Expand Down Expand Up @@ -12584,6 +12607,14 @@ term-size@^2.2.1:
resolved "https://registry.yarnpkg.com/term-size/-/term-size-2.2.1.tgz#2a6a54840432c2fb6320fea0f415531e90189f54"
integrity sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==

terminal-link@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/terminal-link/-/terminal-link-2.1.1.tgz#14a64a27ab3c0df933ea546fba55f2d078edc994"
integrity sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==
dependencies:
ansi-escapes "^4.2.1"
supports-hyperlinks "^2.0.0"

terser@^5.2.0, terser@^5.2.1, terser@^5.6.1:
version "5.7.0"
resolved "https://registry.yarnpkg.com/terser/-/terser-5.7.0.tgz#a761eeec206bc87b605ab13029876ead938ae693"
Expand Down

0 comments on commit 1452a30

Please sign in to comment.