Skip to content

Commit

Permalink
build(deps-dev): bump prettier from 2.8.8 to 3.0.1 in /superset-webso…
Browse files Browse the repository at this point in the history
…cket (#24878)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Maxime Beauchemin <maximebeauchemin@gmail.com>
  • Loading branch information
dependabot[bot] and mistercrunch authored Aug 7, 2023
1 parent 569d07d commit 3b81538
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
18 changes: 9 additions & 9 deletions superset-websocket/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion superset-websocket/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"dev-server": "ts-node src/index.ts start",
"build": "tsc",
"prettier-check": "prettier --check .",
"prettier-write": "prettier --write .",
"format": "prettier --write ."
},
"license": "Apache-2.0",
Expand All @@ -36,7 +37,7 @@
"eslint": "^8.46.0",
"eslint-config-prettier": "^9.0.0",
"jest": "^27.3.1",
"prettier": "^2.8.8",
"prettier": "^3.0.1",
"ts-jest": "^27.0.7",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@
*/
body {
padding: 50px;
font: 14px 'Lucida Grande', Helvetica, Arial, sans-serif;
font:
14px 'Lucida Grande',
Helvetica,
Arial,
sans-serif;
}

a {
Expand Down

0 comments on commit 3b81538

Please sign in to comment.