Skip to content

Commit e0d3d44

Browse files
committed
feat: Update dependencies in contracts/package.json
1 parent 493fe1f commit e0d3d44

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

contracts/package.json

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@thirdweb-dev/contracts",
33
"description": "Collection of smart contracts deployable via the thirdweb SDK, dashboard and CLI",
4-
"version": "3.11.3",
4+
"version": "3.12.0",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",
@@ -17,11 +17,10 @@
1717
"/abi"
1818
],
1919
"dependencies": {
20-
"@chainlink/contracts": "^0.6.1",
21-
"@openzeppelin/contracts": "4.7.3",
22-
"@openzeppelin/contracts-upgradeable": "4.7.3",
20+
"@openzeppelin/contracts": "^4.9.3",
21+
"@openzeppelin/contracts-upgradeable": "^4.9.3",
2322
"erc721a-upgradeable": "^3.3.0",
24-
"@thirdweb-dev/dynamic-contracts": "^1.1.2"
23+
"@thirdweb-dev/dynamic-contracts": "^1.2.4"
2524
},
2625
"engines": {
2726
"node": ">=18.0.0"

0 commit comments

Comments
 (0)