Skip to content

Commit

Permalink
Merge branch 'renovate/all-minor-patch' into 'devel'
Browse files Browse the repository at this point in the history
Update all non-major dependencies

See merge request sds-dev/sd-connect/swift-browser-ui!237
  • Loading branch information
Hang Le committed Jan 2, 2024
2 parents 0a46eff + ca1b148 commit fc03a0d
Show file tree
Hide file tree
Showing 5 changed files with 324 additions and 329 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile-build-crypt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN cd /root/swift-browser-ui/swift_browser_ui_frontend/wasm \
&& npx webpack --config "./wasm-webpack.config.js"

# Build upworker and downworker WebAssembly contents
FROM ghcr.io/cscfi/docker-emscripten-crypt4gh:1.2.0 AS WASMCRYPT
FROM ghcr.io/cscfi/docker-emscripten-crypt4gh:1.3.0 AS WASMCRYPT

COPY --from=WEBPACK_WASM_PREPROCESS /root/swift-browser-ui/swift_browser_ui_frontend/wasm/ /src/

Expand Down
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile-build-crypt-devel
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN cd /root/swift-browser-ui/swift_browser_ui_frontend/wasm \
&& npx webpack --config "./wasm-webpack.config.js"

# Build upworker and downworker WebAssembly contents
FROM ghcr.io/cscfi/docker-emscripten-crypt4gh:1.2.0 AS WASMCRYPT
FROM ghcr.io/cscfi/docker-emscripten-crypt4gh:1.3.0 AS WASMCRYPT

COPY --from=WEBPACK_WASM_PREPROCESS /root/swift-browser-ui/swift_browser_ui_frontend/wasm/ /src/

Expand Down
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,25 @@ docs = [
"sphinx_rtd_theme==2.0.0",
]
test = [
"black==23.12.0",
"coverage==7.3.3",
"black==23.12.1",
"coverage==7.4.0",
"flake8-docstrings==1.7.0",
"flake8==6.1.0",
"mypy==1.7.1",
"mypy==1.8.0",
"pytest-cov==4.1.0",
"pytest-xdist==3.5.0",
"pytest==7.4.3",
"pytest==7.4.4",
"tox==4.11.4",
]
ui_test = [
"pytest-timeout==2.2.0",
"pytest==7.4.3",
"pytest==7.4.4",
]
dev = [
"honcho==1.1.0",
"pre-commit==3.6.0",
"pyspelling==2.9",
"ruff==0.1.8",
"ruff==0.1.9",
"types-certifi",
"types-redis",
"types-requests",
Expand Down
20 changes: 10 additions & 10 deletions swift_browser_ui_frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,23 @@
},
"dependencies": {
"@intlify/unplugin-vue-i18n": "^1.6.0",
"@mdi/js": "^7.3.67",
"@vitejs/plugin-vue": "^4.5.2",
"@vueuse/rxjs": "^10.7.0",
"@mdi/js": "^7.4.47",
"@vitejs/plugin-vue": "^4.6.2",
"@vueuse/rxjs": "^10.7.1",
"@ygoe/msgpack": "^1.0.3",
"cli-highlight": "^2.1.11",
"csc-ui": "0.9.5",
"dexie": "^3.2.4",
"eslint": "^8.55.0",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"eslint-utils": "^3.0.0",
"lodash": "^4.17.21",
"luxon": "^3.4.4",
"resumablejs": "^1.1.0",
"rxjs": "^7.8.1",
"sass": "^1.69.5",
"sass": "^1.69.6",
"vite": "^4.5.1",
"vue": "^3.3.11",
"vue": "^3.4.3",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5",
"vuex": "^4.1.0",
Expand All @@ -41,11 +41,11 @@
"devDependencies": {
"@faker-js/faker": "^8.3.1",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/user-event": "^14.5.1",
"@testing-library/jest-dom": "^6.1.6",
"@testing-library/user-event": "^14.5.2",
"@testing-library/vue": "^8.0.1",
"@vue/compiler-sfc": "^3.3.11",
"cypress": "^13.6.1",
"@vue/compiler-sfc": "^3.4.3",
"cypress": "^13.6.2",
"cypress-cloud": "^1.9.6",
"install": "^0.13.0",
"jest": "^29.7.0"
Expand Down
Loading

0 comments on commit fc03a0d

Please sign in to comment.