Skip to content

Commit

Permalink
fix: audit (next package) (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight authored Jan 6, 2025
1 parent dd2c3e0 commit 8181738
Show file tree
Hide file tree
Showing 4 changed files with 131 additions and 361 deletions.
2 changes: 1 addition & 1 deletion e2e-tests/react-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"fuels": "0.96.1",
"clsx": "2.1.1",
"connectkit": "1.8.2",
"next": "14.2.3",
"next": "14.2.22",
"wagmi": "2.12.7"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@tanstack/react-query": "5.35.1",
"connectkit": "1.8.2",
"fuels": "0.96.1",
"next": "14.2.3",
"next": "14.2.22",
"react": "18.3.1",
"react-dom": "18.3.1",
"wagmi": "2.12.7"
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,10 @@
"ws@>=7.0.0 <7.5.10": ">=7.5.10",
"ws@>=6.0.0 <6.2.3": ">=6.2.3",
"fast-xml-parser@<4.4.1": ">=4.4.1",
"next@>=14.0.0 <14.2.10": ">=14.2.10",
"rollup@>=4.0.0 <4.22.4": ">=4.22.4",
"secp256k1@=5.0.0": ">=5.0.1",
"elliptic@<6.6.0": ">=6.6.0",
"next@>=10.0.0 <14.2.7": ">=14.2.7",
"next@>=10.0.0 <14.2.22": ">=14.2.22",
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
"nanoid@<3.3.8": "3.3.8"
}
Expand Down
Loading

0 comments on commit 8181738

Please sign in to comment.