Add some dep overrides

This commit is contained in:
Zerebos 2024-08-29 20:38:54 -04:00
parent 45e61e5d2c
commit f697f4c4fa
No known key found for this signature in database
GPG Key ID: 79BE50E3D28D5686
4 changed files with 25 additions and 1 deletions

View File

@ -12,5 +12,12 @@
},
"devDependencies": {
"webpack": "^5.90.3"
},
"pnpm": {
"overrides": {
"braces@<3.0.3": ">=3.0.3",
"webpack@<5.94.0": ">=5.94.0",
"micromatch@<4.0.8": ">=4.0.8"
}
}
}

View File

@ -36,7 +36,10 @@
},
"pnpm": {
"overrides": {
"json5@<1.0.2": ">=1.0.2"
"json5@<1.0.2": ">=1.0.2",
"braces@<3.0.3": ">=3.0.3",
"webpack@<5.94.0": ">=5.94.0",
"micromatch@<4.0.8": ">=4.0.8"
}
}
}

View File

@ -12,5 +12,12 @@
},
"devDependencies": {
"webpack": "^5.90.3"
},
"pnpm": {
"overrides": {
"braces@<3.0.3": ">=3.0.3",
"webpack@<5.94.0": ">=5.94.0",
"micromatch@<4.0.8": ">=4.0.8"
}
}
}

View File

@ -35,5 +35,12 @@
},
"dependencies": {
"buffer": "^6.0.3"
},
"pnpm": {
"overrides": {
"braces@<3.0.3": ">=3.0.3",
"webpack@<5.94.0": ">=5.94.0",
"micromatch@<4.0.8": ">=4.0.8"
}
}
}