Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 4, 2023
1 parent d41edb3 commit 57fec11
Show file tree
Hide file tree
Showing 3 changed files with 261 additions and 138 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ jobs:

# Send UI coverage before Perl
- name: Upload UI coverage data
uses: coverallsapp/github-action@v2.2.1
uses: coverallsapp/github-action@v2.2.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
flag-name: webservices-ui
Expand Down Expand Up @@ -509,7 +509,7 @@ jobs:
needs: [ test-pure-perl, test-remainder, test-webservices ]
steps:
- name: Close parallel UI coverage data
uses: coverallsapp/github-action@v2.2.1
uses: coverallsapp/github-action@v2.2.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
Expand Down
10 changes: 5 additions & 5 deletions UI/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@
"vue-i18n": "9.2.2"
},
"devDependencies": {
"@babel/core": "7.22.11",
"@babel/eslint-parser": "7.22.11",
"@babel/core": "7.22.15",
"@babel/eslint-parser": "7.22.15",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/preset-env": "7.22.14",
"@babel/preset-env": "7.22.15",
"@pinia/testing": "0.1.3",
"@redocly/cli": "^1.0.2",
"@vue/test-utils": "2.4.1",
Expand Down Expand Up @@ -105,9 +105,9 @@
"jsdom": "22.1.0",
"markdown-include": "0.4.3",
"markdownlint": "0.30.0",
"markdownlint-cli": "0.35.0",
"markdownlint-cli": "0.36.0",
"mini-css-extract-plugin": "2.7.6",
"msw": "1.2.5",
"msw": "1.3.0",
"npm-run-all": "4.1.5",
"openapi-merge-cli": "^1.3.1",
"path-browserify": "1.0.1",
Expand Down
Loading

0 comments on commit 57fec11

Please sign in to comment.