Skip to content

Commit f2f9381

Browse files
committed
Remove pnpm workspaces
1 parent 02cfa05 commit f2f9381

File tree

2 files changed

+51
-48
lines changed

2 files changed

+51
-48
lines changed

package.json

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,57 @@
3838
"zod": "^3.23.8",
3939
"zustand": "^4.3.7"
4040
},
41+
"pnpm": {
42+
"overrides": {
43+
"@babel/helpers@<7.26.10": ">=7.26.10",
44+
"@babel/runtime@<7.26.10": ">=7.26.10",
45+
"@babel/traverse@<7.23.2": ">=7.23.2",
46+
"@metamask/sdk-communication-layer@>=0.16.0 <=0.33.0": ">=0.33.1",
47+
"@metamask/sdk@>=0.16.0 <=0.33.0": ">=0.33.1",
48+
"brace-expansion@>=1.0.0 <=1.1.11": ">=1.1.12",
49+
"brace-expansion@>=2.0.0 <=2.0.1": ">=2.0.2",
50+
"braces@<3.0.3": ">=3.0.3",
51+
"cross-spawn@<6.0.6": ">=6.0.6",
52+
"cross-spawn@>=7.0.0 <7.0.5": ">=7.0.5",
53+
"diff@<4.0.4": ">=4.0.4",
54+
"elliptic@<6.6.0": ">=6.6.0",
55+
"elliptic@<=6.6.0": ">=6.6.1",
56+
"esbuild@<=0.24.2": ">=0.25.0",
57+
"fast-xml-parser@>=4.1.3 <4.2.4": ">=4.2.4",
58+
"glob@>=10.2.0 <10.5.0": ">=10.5.0",
59+
"h3@<=1.15.4": ">=1.15.5",
60+
"ip@<1.1.9": ">=1.1.9",
61+
"js-yaml@<3.14.2": ">=3.14.2",
62+
"js-yaml@>=4.0.0 <4.1.1": ">=4.1.1",
63+
"micromatch@<4.0.8": ">=4.0.8",
64+
"nanoid@<3.3.8": ">=3.3.8",
65+
"next@>=0.9.9 <14.2.24": ">=14.2.24",
66+
"next@>=0.9.9 <14.2.31": ">=14.2.31",
67+
"next@>=0.9.9 <14.2.32": ">=14.2.32",
68+
"next@>=13.0 <14.2.30": ">=14.2.30",
69+
"next@>=13.3.0 <14.2.34": ">=14.2.34",
70+
"next@>=13.3.1-canary.0 <14.2.35": ">=14.2.35",
71+
"next@>=14.0.0 <14.2.10": ">=14.2.10",
72+
"next@>=14.0.0 <14.2.21": ">=14.2.21",
73+
"next@>=14.0.0 <14.2.25": ">=14.2.25",
74+
"next@>=9.5.5 <14.2.15": ">=14.2.15",
75+
"node-forge@<1.3.2": ">=1.3.2",
76+
"on-headers@<1.1.0": ">=1.1.0",
77+
"react-devtools-core@<4.28.4": ">=4.28.4",
78+
"secp256k1@=5.0.0": ">=5.0.1",
79+
"semver@<5.7.2": ">=5.7.2",
80+
"semver@>=6.0.0 <6.3.1": ">=6.3.1",
81+
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
82+
"send@<0.19.0": ">=0.19.0",
83+
"serve-static@<1.16.0": ">=1.16.0",
84+
"undici@<5.29.0": ">=5.29.0",
85+
"undici@<6.23.0": ">=6.23.0",
86+
"undici@>=4.5.0 <5.28.5": ">=5.28.5",
87+
"word-wrap@<1.2.4": ">=1.2.4",
88+
"ws@>=6.0.0 <6.2.3": ">=6.2.3",
89+
"ws@>=7.0.0 <7.5.10": ">=7.5.10"
90+
}
91+
},
4192
"devDependencies": {
4293
"@ianvs/prettier-plugin-sort-imports": "^3.7.1",
4394
"@types/node": "22.5.1",

pnpm-workspace.yaml

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)