Skip to content

Commit eccaef2

Browse files
committed
Sets yarn v4 + fixes dependabot vulnerabilities
1 parent 4e8caa7 commit eccaef2

File tree

4 files changed

+4724
-3759
lines changed

4 files changed

+4724
-3759
lines changed

.yarn/install-state.gz

404 KB
Binary file not shown.

.yarnrc.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "eip-681-qr-generator",
33
"version": "0.1.4",
44
"private": true,
5+
"packageManager": "[email protected]",
56
"scripts": {
67
"dev": "next dev",
78
"build": "next build",
@@ -10,7 +11,6 @@
1011
},
1112
"dependencies": {
1213
"@supabase/supabase-js": "^2.45.4",
13-
"@xmtp/xmtp-js": "10.0.0",
1414
"ethers": "^6.13.2",
1515
"hugeicons-react": "^0.3.0",
1616
"next": "^14.2.14",

0 commit comments

Comments
 (0)