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 b028178 commit 7496547Copy full SHA for 7496547
2 files changed
package.json
@@ -115,7 +115,12 @@
115
"webpack@>=5.49.0 <=5.104.0": ">=5.104.1",
116
"webpack@>=5.49.0 <5.104.0": ">=5.104.0",
117
"axios@<=1.13.4": ">=1.13.5",
118
- "qs@>=6.7.0 <=6.14.1": ">=6.14.2"
+ "qs@>=6.7.0 <=6.14.1": ">=6.14.2",
119
+ "ajv@<6.14.0": ">=6.14.0 <7",
120
+ "ajv@>=7.0.0-alpha.0 <8.18.0": ">=8.18.0 <9",
121
+ "minimatch@<3.1.3": ">=3.1.3 <4",
122
+ "minimatch@>=9.0.0 <9.0.6": ">=9.0.6 <10",
123
+ "minimatch@>=10.0.0 <10.2.1": ">=10.2.1 <11"
124
},
125
"onlyBuiltDependencies": [
126
"@swc/core",
0 commit comments