Refactor package.json and pnpm-workspace.yaml to manage baseline-browser-mapping version
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
All checks were successful
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
- Removed the override for 'baseline-browser-mapping' from package.json and added it to pnpm-workspace.yaml for better organization. - Ensured consistent versioning of 'baseline-browser-mapping' across the project.
This commit is contained in:
parent
d2d59a2f1a
commit
4dd58faac2
@ -8,11 +8,6 @@
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"homepage": "./",
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"baseline-browser-mapping": "2.11.4"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@ant-design/icons": "^6.1.0",
|
||||
"@babel/plugin-transform-private-property-in-object": "^7.27.1",
|
||||
|
||||
@ -6,3 +6,6 @@ allowBuilds:
|
||||
core-js: true
|
||||
electron-winstaller: true
|
||||
'@tsparticles/engine': true
|
||||
|
||||
overrides:
|
||||
baseline-browser-mapping: 2.11.4
|
||||
Loading…
x
Reference in New Issue
Block a user