We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493fe1f commit e0d3d44Copy full SHA for e0d3d44
contracts/package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@thirdweb-dev/contracts",
3
"description": "Collection of smart contracts deployable via the thirdweb SDK, dashboard and CLI",
4
- "version": "3.11.3",
+ "version": "3.12.0",
5
"license": "Apache-2.0",
6
"repository": {
7
"type": "git",
@@ -17,11 +17,10 @@
17
"/abi"
18
],
19
"dependencies": {
20
- "@chainlink/contracts": "^0.6.1",
21
- "@openzeppelin/contracts": "4.7.3",
22
- "@openzeppelin/contracts-upgradeable": "4.7.3",
+ "@openzeppelin/contracts": "^4.9.3",
+ "@openzeppelin/contracts-upgradeable": "^4.9.3",
23
"erc721a-upgradeable": "^3.3.0",
24
- "@thirdweb-dev/dynamic-contracts": "^1.1.2"
+ "@thirdweb-dev/dynamic-contracts": "^1.2.4"
25
},
26
"engines": {
27
"node": ">=18.0.0"
0 commit comments