Skip to content

Commit

Permalink
fix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrinko committed Nov 29, 2023
1 parent 3d879d8 commit a961245
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"@mate-academy/bemlint": "^0.1.1",
"@mate-academy/eslint-config": "*",
"@mate-academy/linthtml-config": "*",
"@mate-academy/stylelint-config": "*",
"@mate-academy/scripts": "^1.2.8",
"@mate-academy/scripts": "^1.2.12",
"@mate-academy/stylelint-config": "^0.0.11",
"@parcel/transformer-sass": "2.10.2",
"backstopjs": "^6.2.2",
"eslint": "^8.52.0",
Expand Down
2 changes: 1 addition & 1 deletion src/styles/_fonts.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@font-face {
font-family: "Roboto";
font-family: Roboto, Arial, Helvetica, sans-serif;
src: url("../fonts/Roboto-Regular-webfont.woff") format("woff");
font-weight: normal;
font-style: normal;
Expand Down

0 comments on commit a961245

Please sign in to comment.