Skip to content

Commit

Permalink
fix: upgrade landers
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Apr 23, 2019
1 parent 587c690 commit 9b6d91f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"gatsby": "^2.1.9",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"smooth-code-landers": ">=1.0.0"
"smooth-code-landers": "^1.3.1"
},
"dependencies": {
"@mdx-js/mdx": "^1.0.14",
Expand Down Expand Up @@ -67,7 +67,7 @@
"prettier": "^1.17.0",
"react": "^16.8.0",
"react-dom": "^16.8.0",
"smooth-code-landers": "^1.2.2",
"smooth-code-landers": "^1.3.1",
"standard-version": "^5.0.2"
}
}
2 changes: 1 addition & 1 deletion src/components/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const Nav = styled.nav`
`

const NavGroup = styled.div`
padding-bottom: 20px;
margin-bottom: 20px;
`

const NavGroupTitle = styled.h3`
Expand Down
2 changes: 1 addition & 1 deletion src/components/ThemeProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const baseTheme = {
editorTextColor: '#1b2b35',
blockquoteColor: '#ffe564',
textColor: theme.gray800,
headerHeight: '146px',
headerHeight: '122px',
}

export function ThemeProvider({ children, theme }) {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11788,10 +11788,10 @@ slice-ansi@^2.1.0:
astral-regex "^1.0.0"
is-fullwidth-code-point "^2.0.0"

smooth-code-landers@^1.2.2:
version "1.2.2"
resolved "https://registry.yarnpkg.com/smooth-code-landers/-/smooth-code-landers-1.2.2.tgz#565597a751575ca1ea3df76c87e3f50cf98fa98d"
integrity sha512-r+sKGzLsIKZePRLNXFh5Mr6DbKEtvHLCbCMCenYfAQPc2v+lrRJQPk5OV1wVG2ZjP59rzbgjpwq3fLNBamgFvQ==
smooth-code-landers@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/smooth-code-landers/-/smooth-code-landers-1.3.1.tgz#51f2e5b6a98f60d352f2f4f1adfd0a67403f4d1d"
integrity sha512-Z4DdsFWIOS3H2s9tspCQn+gpx1u5b7AxO5DzZSzfswQULZ7D4vZznnf3jGReZMJJfOzvtLgsAURMgSNB/ayU5Q==

snake-case@^2.1.0:
version "2.1.0"
Expand Down

0 comments on commit 9b6d91f

Please sign in to comment.