Skip to content

Commit

Permalink
[CP-2607] Electron updated from ^29.4.3 to ^30.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarski committed Jul 9, 2024
1 parent 02d17dd commit 6008c35
Show file tree
Hide file tree
Showing 22 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20.9.0
node-version: 20.11.1
- name: Setup environment variables
env:
E2ECI: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20.9.0
node-version: 20.11.1
- name: Setup environment variables
env:
E2ECI: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-pre-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20.9.0
node-version: 20.11.1
- name: Setup environment variables
env:
E2ECI: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20.9.0
node-version: 20.11.1
- name: Setup environment variables
env:
E2ECI: "true"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nexus-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20.9.0
node-version: 20.11.1
- name: Setup Env for Windows
if: matrix.os == 'Windows'
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nexus-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20.9.0
node-version: 20.11.1
- name: Setup Env for Windows
if: matrix.os == 'Windows'
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nexus-mass-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20.9.0
node-version: 20.11.1
- name: Setup Env for Windows
if: matrix.os == 'Windows'
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nexus-mock-development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20.9.0
node-version: 20.11.1
- name: Setup Env for Windows
if: matrix.os == 'Windows'
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nexus-mock-pre-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20.9.0
node-version: 20.11.1
- name: Setup Env for Windows
if: matrix.os == 'Windows'
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nexus-mock-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20.9.0
node-version: 20.11.1
- name: Setup Env for Windows
if: matrix.os == 'Windows'
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nexus-pre-production-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20.9.0
node-version: 20.11.1
- name: Setup Env for Windows
if: matrix.os == 'Windows'
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nexus-pre-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20.9.0
node-version: 20.11.1
- name: Setup Env for Windows
if: matrix.os == 'Windows'
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nexus-production-with-os-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20.9.0
node-version: 20.11.1
- name: Setup Env for Windows
if: matrix.os == 'Windows'
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nexus-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup node
uses: actions/setup-node@v4
with:
node-version: 20.9.0
node-version: 20.11.1
- name: Setup Env for Windows
if: matrix.os == 'Windows'
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

strategy:
matrix:
node-version: [20.9.0]
node-version: [20.11.1]

timeout-minutes: 40

Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v20.9.0
v20.11.1
4 changes: 2 additions & 2 deletions apps/mudita-center-e2e/package-lock.json

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

4 changes: 2 additions & 2 deletions apps/mudita-center-e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {},
"engines": {
"node": "20.9.0",
"npm": "10.1.0"
"node": "20.11.1",
"npm": "10.2.4"
}
}
4 changes: 2 additions & 2 deletions apps/mudita-center/package-lock.json

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

4 changes: 2 additions & 2 deletions apps/mudita-center/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"serialport": "10.1.0"
},
"engines": {
"node": "20.9.0",
"npm": "10.1.0"
"node": "20.11.1",
"npm": "10.2.4"
}
}
30 changes: 15 additions & 15 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,15 @@
"babel-preset-react-app": "^10.0.1",
"babel-runtime": "^6.26.0",
"brie": "^3.0.4",
"chromedriver": "^122.0.6",
"chromedriver": "^124.0.4",
"circular-dependency-plugin": "^5.2.2",
"contentful": "^9.2.4",
"copy-webpack-plugin": "^11.0.0",
"cross-env": "^7.0.3",
"css-loader": "^6.7.1",
"dotenv": "^16.0.2",
"elasticlunr": "^0.9.5",
"electron": "^29.4.3",
"electron": "^30.1.2",
"electron-better-ipc": "^2.0.1",
"electron-builder": "^23.3.3",
"electron-devtools-installer": "^3.2.0",
Expand Down Expand Up @@ -269,8 +269,8 @@
"winston-transport-rollbar-3": "^3.2.0"
},
"engines": {
"node": "20.9.0",
"npm": "10.1.0"
"node": "20.11.1",
"npm": "10.2.4"
},
"dependencies": {
"@vscode/sudo-prompt": "^9.3.1",
Expand Down

0 comments on commit 6008c35

Please sign in to comment.