Skip to content

Commit

Permalink
Merge pull request #692 from magiclabs/jerryliu-sc-91626-oauth-webpac…
Browse files Browse the repository at this point in the history
…k-issue-common-js-blocking-decentraland

move crypto-js to dependencies
  • Loading branch information
Ethella authored Dec 22, 2023
2 parents 146b388 + a20211a commit a33258b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/@magic-ext/oauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@
"@magic-sdk/provider"
]
},
"dependencies": {
"crypto-js": "^3.3.0"
},
"devDependencies": {
"@magic-sdk/commons": "^17.4.1",
"@types/crypto-js": "~3.1.47",
"crypto-js": "^3.3.0"
"@types/crypto-js": "~3.1.47"
}
}

0 comments on commit a33258b

Please sign in to comment.