Skip to content

Commit 5bcd3e0

Browse files
authored
Bump docusaurus and React (#35)
1 parent c06a0f8 commit 5bcd3e0

File tree

3 files changed

+1051
-780
lines changed

3 files changed

+1051
-780
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"format:check": "prettier --check '**/*.{ts,js,tsx,jsx,scss,css,html,md}'"
1313
},
1414
"dependencies": {
15-
"@docusaurus/core": "^2.0.0-alpha.32",
16-
"@docusaurus/preset-classic": "^2.0.0-alpha.32",
15+
"@docusaurus/core": "^2.0.0-alpha.40",
16+
"@docusaurus/preset-classic": "^2.0.0-alpha.40",
1717
"classnames": "^2.2.6",
18-
"react": "^16.11.0",
19-
"react-dom": "^16.11.0"
18+
"react": "^16.12.0",
19+
"react-dom": "^16.12.0"
2020
},
2121
"browserslist": {
2222
"production": [

src/css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ pre {
2323

2424
@media screen and (min-width: 966px) {
2525
#__docusaurus {
26-
height: calc(100vh - var(--ifm-navbar-height));
26+
height: calc(100vh);
2727
}
2828
}

0 commit comments

Comments
 (0)