Skip to content

Commit

Permalink
fix missing sass package dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Greegko committed Feb 27, 2023
1 parent a5b5f3c commit ace3604
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 18 deletions.
56 changes: 40 additions & 16 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 @@ -18,7 +18,7 @@
"concurrently": "7.6.0"
},
"devDependencies": {
"prettier": "2.8.3",
"@trivago/prettier-plugin-sort-imports": "4.0.0"
"@trivago/prettier-plugin-sort-imports": "4.0.0",
"prettier": "2.8.3"
}
}
1 change: 1 addition & 0 deletions packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"react-konva": "18.2.3",
"react-redux": "8.0.5",
"reflect-metadata": "0.1.13",
"sass": "1.58.3",
"svg-url-loader": "8.0.0",
"ts-loader": "9.4.2",
"typescript": "4.9.4",
Expand Down

0 comments on commit ace3604

Please sign in to comment.