Skip to content

Commit

Permalink
fix "npm install" error.
Browse files Browse the repository at this point in the history
  • Loading branch information
eyalc900 authored Aug 31, 2024
1 parent 98a47d4 commit 6e95cea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"js-sha1": "^0.6.0",
"lottie-react": "^2.3.1",
"node-fetch": "^2.3.0",
"node-sass": "^6.0.1",
"otplib": "^12.0.1",
"qrcode": "^1.5.0",
"react": "^17.0.2",
Expand Down Expand Up @@ -86,6 +85,7 @@
"last 1 safari version"
]
},
"resolutions": { "nan": "2.18.0" },
"devDependencies": {
"@babel/plugin-proposal-logical-assignment-operators": "^7.14.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
Expand All @@ -109,6 +109,9 @@
"eslint-plugin-react-hooks": "^4.6.0",
"imapflow": "^1.0.121",
"jest-canvas-mock": "^2.4.0",
"nan": "2.18.0",
"node-gyp": "10.0.1",
"node-sass": "^9.0.0",
"progress-bar-webpack-plugin": "^2.1.0",
"web-vitals": "^1.1.2",
"webpack-bundle-analyzer": "^4.6.1"
Expand Down

0 comments on commit 6e95cea

Please sign in to comment.