Skip to content

Commit

Permalink
moved electron to catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Dec 30, 2024
1 parent 1f60dc1 commit 0b0d801
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 62 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/_publish-electron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ jobs:
command: pnpm build:ci
# Update .npmrc file to support electron builder
# https://www.electron.build/#note-for-pnpm
# - run: echo -e "\nnode-linker = hoisted" >> .npmrc
# # TODO: Include windows too, testing for now
# if: startsWith(matrix.os, 'macos') || startsWith(matrix.os, 'ubuntu')
- uses: nodef/npm-config.action@v1.0.0
with:
path: .npmrc # Path to the .npmrc file
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
"babel-preset-react": "6.24.1",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
"electron": "^33.2.1",
"electron": "catalog:",
"eslint": "^8.57.0",
"eslint-config-altair": "workspace:*",
"eslint-config-prettier": "^9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-electron-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"devDependencies": {
"@types/node": "^22.7.4",
"electron": "^33.2.1",
"electron": "catalog:",
"typescript": "catalog:"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-electron-settings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@typescript-eslint/parser": "^6.19.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"electron": "^33.2.1",
"electron": "catalog:",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/altair-electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"altair-graphql-core": "workspace:*",
"devtron": "^1.4.0",
"dotenv": "^8.1.0",
"electron": "^33.2.1",
"electron": "catalog:",
"electron-builder": "^23.6.0",
"electron-builder-notarize": "^1.2.0",
"electron-chromedriver": "^14.0.0",
Expand Down
Loading

0 comments on commit 0b0d801

Please sign in to comment.