Skip to content

Commit

Permalink
prettierx: update @babel/code-frame -> 7.12.13 (...)
Browse files Browse the repository at this point in the history
and update a test snapshot
  • Loading branch information
brodybits committed Apr 11, 2021
1 parent e9a1092 commit d1d4b76
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -33,7 +33,7 @@
],
"dependencies": {
"@angular/compiler": "9.0.5",
"@babel/code-frame": "7.12.11",
"@babel/code-frame": "7.12.13",
"@babel/parser": "7.12.11",
"@glimmer/syntax": "0.56.1",
"@iarna/toml": "2.2.5",
Expand Down
2 changes: 1 addition & 1 deletion tests_integration/__tests__/__snapshots__/format.js.snap
Expand Up @@ -14,7 +14,7 @@ exports[`markdown parser should handle CRLF correctly 1`] = `"\\"\`\`\`\\\\r\\\\
exports[`typescript parser should throw the first error when both JSX and non-JSX mode failed 1`] = `
"Expression expected. (9:7)
7 | );
8 |
8 |
> 9 | label:
| ^
10 | "
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Expand Up @@ -21,20 +21,20 @@
dependencies:
"@babel/highlight" "^7.10.4"

"@babel/code-frame@7.12.13", "@babel/code-frame@^7.12.13":
version "7.12.13"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==
dependencies:
"@babel/highlight" "^7.12.13"

"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4":
version "7.10.4"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.4.tgz#168da1a36e90da68ae8d49c0f1b48c7c6249213a"
integrity sha512-vG6SvB6oYEhvgisZNFRmRCUkLz11c7rp+tbNTynGqc6mS1d5ATd/sGyV6W0KZZnXRKMTzZDRgQT3Ou9jhpAfUg==
dependencies:
"@babel/highlight" "^7.10.4"

"@babel/code-frame@^7.12.13":
version "7.12.13"
resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.13.tgz#dcfc826beef65e75c50e21d3837d7d95798dd658"
integrity sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==
dependencies:
"@babel/highlight" "^7.12.13"

"@babel/compat-data@^7.13.0":
version "7.13.5"
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.5.tgz#1e3b9043df6e3f5cfa750854adeb0c7a222d15a8"
Expand Down

0 comments on commit d1d4b76

Please sign in to comment.