Skip to content

Commit

Permalink
Bump lerna, prettier and eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Jul 17, 2023
1 parent 8cdaec5 commit 8259403
Show file tree
Hide file tree
Showing 7 changed files with 501 additions and 328 deletions.
9 changes: 6 additions & 3 deletions docs/source/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ div.wy-side-nav-search {
.rst-content img.jp-screenshot {
border: none;
/* MD Elevation 8 */
box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
box-shadow:
0px 5px 5px -3px rgba(0, 0, 0, 0.2),
0px 8px 10px 1px rgba(145, 145, 145, 0.14),
0px 3px 14px 2px rgba(0, 0, 0, 0.12);
margin-bottom: 24px;
Expand All @@ -55,8 +56,10 @@ div.wy-side-nav-search {
padding-bottom: 56.25%;
border: none;
/* MD Elevation 8 */
box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2),
0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
box-shadow:
0px 5px 5px -3px rgba(0, 0, 0, 0.2),
0px 8px 10px 1px rgba(0, 0, 0, 0.14),
0px 3px 14px 2px rgba(0, 0, 0, 0.12);
margin-bottom: 24px;
}

Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@
},
"devDependencies": {
"@jupyterlab/buildutils": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.21.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.0",
"lerna": "^7.0.2",
"lerna": "^7.1.4",
"lint-staged": "^13.1.0",
"prettier": "^2.7.1",
"prettier": "^3.0.0",
"shell-quote": "^1.7.2",
"typedoc": "^0.24.8",
"typedoc-plugin-mdn-links": "^3.0.3",
Expand Down
5 changes: 4 additions & 1 deletion packages/default-theme/style/accordionpanel.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
background: #e5e5e5;
border: 1px solid #c0c0c0;
border-bottom: none;
font: 12px Helvetica, Arial, sans-serif;
font:
12px Helvetica,
Arial,
sans-serif;
min-height: 22px;
max-height: 22px;
min-width: 35px;
Expand Down
5 changes: 4 additions & 1 deletion packages/default-theme/style/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
background: white;
color: rgba(0, 0, 0, 0.87);
border: 1px solid #c0c0c0;
font: 12px Helvetica, Arial, sans-serif;
font:
12px Helvetica,
Arial,
sans-serif;
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
}

Expand Down
5 changes: 4 additions & 1 deletion packages/default-theme/style/menubar.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
background: #fafafa;
color: rgba(0, 0, 0, 0.87);
border-bottom: 1px solid #dddddd;
font: 13px Helvetica, Arial, sans-serif;
font:
13px Helvetica,
Arial,
sans-serif;
}

.lm-MenuBar-menu {
Expand Down
10 changes: 8 additions & 2 deletions packages/default-theme/style/tabbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@
background: #e5e5e5;
border: 1px solid #c0c0c0;
border-bottom: none;
font: 12px Helvetica, Arial, sans-serif;
font:
12px Helvetica,
Arial,
sans-serif;
flex: 0 1 125px;
min-height: 20px;
max-height: 20px;
Expand All @@ -41,7 +44,10 @@
.lm-TabBar-tabLabel .lm-TabBar-tabInput {
padding: 0px;
border: 0px;
font: 12px Helvetica, Arial, sans-serif;
font:
12px Helvetica,
Arial,
sans-serif;
}

.lm-TabBar-tab.lm-mod-current {
Expand Down
Loading

0 comments on commit 8259403

Please sign in to comment.