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 9, 2023
1 parent 6a5928e commit 4e3a9f2
Show file tree
Hide file tree
Showing 3 changed files with 335 additions and 202 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
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.3
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.3
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true
Expand Down
20 changes: 10 additions & 10 deletions UI/package.json
Expand Up @@ -47,23 +47,23 @@
"dijit": "1.17.3",
"dojo": "1.17.3",
"robot3": "0.4.0",
"vue-i18n": "9.2.2"
"vue-i18n": "9.3.0"
},
"devDependencies": {
"@babel/core": "7.22.11",
"@babel/eslint-parser": "7.22.11",
"@babel/core": "7.22.17",
"@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",
"@vue/vue3-jest": "29.2.5",
"@vue/vue3-jest": "29.2.6",
"axios": "1.5.0",
"babel-jest": "29.6.4",
"babel-loader": "9.1.3",
"browserslist": "4.21.10",
"buffer": "6.0.3",
"caniuse-lite": "1.0.30001525",
"caniuse-lite": "1.0.30001529",
"clean-webpack-plugin": "4.0.0",
"compression-webpack-plugin": "10.0.0",
"copy-webpack-plugin": "11.0.0",
Expand All @@ -74,7 +74,7 @@
"dojo-util": "1.17.3",
"dojo-webpack-plugin": "3.0.5",
"ejs-loader": "0.5.0",
"eslint": "8.48.0",
"eslint": "8.49.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-eslint": "9.0.0",
"eslint-config-prettier": "9.0.0",
Expand Down Expand Up @@ -104,10 +104,10 @@
"jest-serializer-vue": "3.1.0",
"jsdom": "22.1.0",
"markdown-include": "0.4.3",
"markdownlint": "0.30.0",
"markdownlint-cli": "0.35.0",
"markdownlint": "0.31.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

0 comments on commit 4e3a9f2

Please sign in to comment.