Skip to content

Commit 8654f62

Browse files
committed
fix pnpm issue
1 parent a743d70 commit 8654f62

2 files changed

Lines changed: 10 additions & 13 deletions

File tree

package.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -118,18 +118,5 @@
118118
"@builder.io/react-hydration-overlay": "0.3.0",
119119
"husky": "9.0.11",
120120
"lint-staged": "15.2.2"
121-
},
122-
"pnpm": {
123-
"overrides": {
124-
"axios@>=0.8.1 <0.28.0": ">=0.28.0",
125-
"micromatch@<4.0.8": ">=4.0.8",
126-
"webpack@>=5.0.0-alpha.0 <5.94.0": ">=5.94.0",
127-
"cookie@<0.7.0": ">=0.7.0",
128-
"esbuild@<=0.24.2": ">=0.25.0",
129-
"axios@<1.8.2": ">=1.8.2"
130-
},
131-
"onlyBuiltDependencies": [
132-
"esbuild"
133-
]
134121
}
135122
}

pnpm-workspace.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
overrides:
2+
"axios@>=0.8.1 <0.28.0": ">=0.28.0"
3+
"micromatch@<4.0.8": ">=4.0.8"
4+
"webpack@>=5.0.0-alpha.0 <5.94.0": ">=5.94.0"
5+
"cookie@<0.7.0": ">=0.7.0"
6+
"esbuild@<=0.24.2": ">=0.25.0"
7+
"axios@<1.8.2": ">=1.8.2"
8+
9+
onlyBuiltDependencies:
10+
- esbuild

0 commit comments

Comments
 (0)