Skip to content

Commit

Permalink
Dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
terencehuynh committed Sep 19, 2021
1 parent 91765b0 commit e02b063
Show file tree
Hide file tree
Showing 6 changed files with 784 additions and 1,104 deletions.
1 change: 0 additions & 1 deletion .prettierrc

This file was deleted.

3 changes: 3 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"singleQuote": true
}
4 changes: 2 additions & 2 deletions components/footer/footer.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
margin-bottom: 0;

&:not(:last-of-type) {
margin-bottom: $base / 4;
margin-bottom: $base * 0.25;
}

@include md {
Expand All @@ -69,7 +69,7 @@
&-social {
ul {
list-style: none;
margin: 0 0 $base / 2;
margin: 0 0 $base * 0.5;
padding: 0;

li {
Expand Down
2 changes: 1 addition & 1 deletion components/icon-label/icon-label.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
}

h4 {
margin-bottom: $base / 2;
margin-bottom: $base * 0.5;
}

p {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/styled-jsx": "^2.2.8",
"all-contributors-cli": "^6.20.0",
"classnames": "^2.2.6",
"prettier": "1.19.1",
"prettier": "2.4.1",
"tslint": "^5.16.0",
"tslint-config-prettier": "^1.18.0",
"tslint-plugin-prettier": "^2.0.1",
Expand Down
Loading

0 comments on commit e02b063

Please sign in to comment.