We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0997919 commit 1004fc1Copy full SHA for 1004fc1
.github/workflows/gitleaks.yaml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
dotnet-version: '3.1.x'
32
- name: Install the report tool packages
33
- if: steps.gitleaks.outcome != 'success'
+ if: steps.gitleaks.outcome.leaks != '0'
34
run: |
35
nuget install "Syncfusion.Email" -source ${{ secrets.NexusFeedLink }} -ExcludeVersion
36
dir $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1
package.json
@@ -13,7 +13,7 @@
13
"license": "ISC",
14
"dependencies": {
15
"@syncfusion/ej2-react-documenteditor": "^20.3.47",
16
- "electron": "^21.0.1"
+ "electron": "^22.3.25"
17
},
18
"devDependencies": {
19
"@babel/core": "^7.19.3",
0 commit comments