Skip to content

Commit

Permalink
chore: upgrade openzeppelin contracts (#1217)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSchwert authored Nov 30, 2023
1 parent 6caf39e commit 998ebfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"private": true,
"repository": "immutable/ts-immutable-sdk.git",
"resolutions": {
"@biom3/design-tokens": "0.2.4-beta"
"@biom3/design-tokens": "0.2.4-beta",
"@openzeppelin/contracts": "3.4.2-solc-0.7"
},
"scripts": {
"build": "NODE_OPTIONS=--max-old-space-size=14366 wsrun -y 4 -p @imtbl/sdk -p @imtbl/checkout-widgets-lib -e -r --serial build && yarn syncpack:format && yarn wsrun -p @imtbl/sdk -a -m copyBrowserBundles",
Expand Down
7 changes: 0 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5429,13 +5429,6 @@ __metadata:
languageName: node
linkType: hard

"@openzeppelin/contracts@npm:3.4.1-solc-0.7-2":
version: 3.4.1-solc-0.7-2
resolution: "@openzeppelin/contracts@npm:3.4.1-solc-0.7-2"
checksum: 3608a4065f65946117caa543ef72477ce637bd5cc4f4853303b5f5b6c26516f8b50898ea3a8486e2877689cae81453ce22c72c8624c77c363c63f019b4086ffa
languageName: node
linkType: hard

"@openzeppelin/contracts@npm:3.4.2-solc-0.7":
version: 3.4.2-solc-0.7
resolution: "@openzeppelin/contracts@npm:3.4.2-solc-0.7"
Expand Down

0 comments on commit 998ebfd

Please sign in to comment.