Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
owent committed Jul 10, 2023
1 parent 166d744 commit 907014e
Show file tree
Hide file tree
Showing 4 changed files with 141 additions and 309 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: # @see https://help.github.com/en/articles/events-that-trigger-workflows#web
branches: # Array of patterns that match refs/heads
- main # Push events on master branch
pull_request:
branches: [ main ]
branches: [main]

jobs:
build:
Expand All @@ -16,7 +16,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v3
with:
lfs: false
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v3
with:
lfs: true
- name: Build
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
"doc": "doc"
},
"dependencies": {
"@popperjs/core": "^2.11.6",
"bootstrap": "^5.2.1",
"jquery": "^3.6.1",
"jquery.fancytree": "^2.38.2",
"log4js": "^6.6.1",
"minimatch": "^5.1.0"
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.0",
"jquery": "^3.7.0",
"jquery.fancytree": "^2.38.3",
"log4js": "^6.9.1",
"minimatch": "^9.0.3"
},
"devDependencies": {
"electron": "^20.1.4",
"electron-packager": "^16.0.0",
"electron": "^25.2.0",
"electron-packager": "^17.1.1",
"gulp": "^4.0.2"
},
"scripts": {
Expand Down
Loading

0 comments on commit 907014e

Please sign in to comment.