Skip to content
3 changes: 2 additions & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"@earendil-works/pi-ai": "0.78.0",
"@earendil-works/pi-coding-agent": "0.78.0",
"@earendil-works/pi-tui": "0.78.0",
"@formatjs/intl-localematcher": "^0.5.4",
"@inquirer/prompts": "^8.5.2",
"@modelcontextprotocol/sdk": "^1.27.1",
"@php-wasm/node": "3.1.38",
Expand Down Expand Up @@ -64,7 +65,7 @@
"build": "vite build --config ./vite.config.dev.ts",
"build:prod": "vite build --config ./vite.config.prod.ts",
"build:npm": "vite build --config ./vite.config.npm.ts",
"install:bundle": "npm install --omit=dev --no-package-lock --no-progress --install-links --no-workspaces && node ../../scripts/remove-fs-ext-other-platform-binaries.mjs",
"install:bundle": "npm install --omit=dev --no-audit --no-fund --no-package-lock --no-progress --install-links --no-workspaces && node ../../scripts/remove-fs-ext-other-platform-binaries.mjs",
"package": "npm run install:bundle && npm run build:prod",
"lint": "eslint .",
"watch": "vite build --config ./vite.config.dev.ts --watch",
Expand Down
3 changes: 1 addition & 2 deletions apps/studio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,14 @@
"make:macos-arm64": "electron-vite build --config ./electron.vite.config.ts --outDir=dist && tsx ../../scripts/build-ui-renderer.ts && SKIP_DMG=true FILE_ARCHITECTURE=arm64 electron-forge make . --arch=arm64 --platform=darwin",
"make:linux-x64": "electron-vite build --config ./electron.vite.config.ts --outDir=dist && tsx ../../scripts/build-ui-renderer.ts && electron-forge make . --arch=x64 --platform=linux",
"make:linux-arm64": "electron-vite build --config ./electron.vite.config.ts --outDir=dist && tsx ../../scripts/build-ui-renderer.ts && electron-forge make . --arch=arm64 --platform=linux",
"install:bundle": "npm install --no-package-lock --no-progress --install-links --no-workspaces && patch-package && node ../../scripts/remove-fs-ext-other-platform-binaries.mjs",
"install:bundle": "npm install --omit=dev --no-audit --no-fund --no-package-lock --no-progress --install-links --no-workspaces && node ../../scripts/apply-available-patches.mjs patches && node ../../scripts/remove-fs-ext-other-platform-binaries.mjs",
"lint": "eslint src e2e",
"package": "electron-vite build --config ./electron.vite.config.ts --outDir=dist && tsx ../../scripts/build-ui-renderer.ts && electron-forge package .",
"publish": "electron-forge publish .",
"start-wayland": "npm -w wp-studio run build && electron-forge start . -- --enable-features=UseOzonePlatform --ozone-platform=wayland",
"typecheck": "tsc -p tsconfig.json --noEmit"
},
"dependencies": {
"@formatjs/intl-locale": "^3.4.5",

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just restoring my changes from #3776

"@formatjs/intl-localematcher": "^0.5.4",
"@sentry/electron": "^7.13.0",
"@studio/common": "file:../../tools/common",
Expand Down
54 changes: 11 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.