Skip to content

Commit

Permalink
Merge pull request #267 from sasjs/compile-issue-fix
Browse files Browse the repository at this point in the history
fix(deps): added sass as dev dep
  • Loading branch information
YuryShkoda authored Jun 3, 2022
2 parents bcb2b80 + befa96a commit 8b24cdd
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 2 deletions.
41 changes: 41 additions & 0 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,16 +32,16 @@
"postinstall": "semantic-ui-css-patch"
},
"peerDependencies": {
"react": "^16.0.0",
"@sasjs/adapter": "^1.14.1",
"react": "^16.0.0",
"react-dom": "^16.13.1"
},
"devDependencies": {
"@sasjs/adapter": "^1.14.1",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.4",
"@types/jest": "^26.0.14",
"@testing-library/user-event": "^12.1.6",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.2",
"@types/react": "^16.9.49",
"@types/react-dom": "^16.9.7",
Expand All @@ -67,6 +67,7 @@
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "^5.0.0",
"sass": "^1.52.2",
"typescript": "^4.5.4"
},
"files": [
Expand Down

0 comments on commit 8b24cdd

Please sign in to comment.