diff --git a/package.json b/package.json index 2135e0b..ad70bbe 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 2e6cea3..4337121 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -5,4 +5,7 @@ allowBuilds: workerd: true core-js: true electron-winstaller: true - '@tsparticles/engine': true \ No newline at end of file + '@tsparticles/engine': true + +overrides: + baseline-browser-mapping: 2.11.4 \ No newline at end of file