Skip to content

Commit

Permalink
Merge pull request #422 from Gioni06/fix-m1-mac-dependency-installation
Browse files Browse the repository at this point in the history
Fix m1 mac dependency installation
  • Loading branch information
marvinhagemeister committed Jun 23, 2021
2 parents 750894a + 6890391 commit bf9ff19
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 111 deletions.
205 changes: 97 additions & 108 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"node-fetch": "^2.3.0",
"pixelmatch": "^5.2.1",
"pngjs": "^6.0.0",
"sharp": "^0.27.1",
"sharp": "^0.28.3",
"stream-buffers": "^3.0.2",
"tmp-promise": "^2.0.2",
"tough-cookie": "^4.0.0"
Expand All @@ -126,15 +126,15 @@
"@types/node": "^14.14.35",
"@types/pixelmatch": "^5.2.2",
"@types/pngjs": "^3.4.2",
"@types/sharp": "^0.27.1",
"@types/sharp": "^0.28.3",
"@types/tmp": "^0.2.0",
"deep-equal": "^1.0.1",
"eslint": "^7.0.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"nodemon": "^2.0.4",
"prettier": "^2.3.1",
"puppeteer": "^8.0.0",
"puppeteer": "^10.0.0",
"rimraf": "^3.0.2",
"ts-node": "^9.0.0",
"typedoc": "^0.17.4",
Expand Down

0 comments on commit bf9ff19

Please sign in to comment.