We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a743d70 commit 8654f62Copy full SHA for 8654f62
2 files changed
package.json
@@ -118,18 +118,5 @@
118
"@builder.io/react-hydration-overlay": "0.3.0",
119
"husky": "9.0.11",
120
"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
- ]
134
}
135
pnpm-workspace.yaml
@@ -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