Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kimata committed Nov 28, 2024
1 parent ee92416 commit 13aad02
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ stages:
build-angular:
stage: build-webapp

image: node:22.6
image: node:22.11
script:
- npm ci --cache .npm --prefer-offline
- npm run build
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11
3.13
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12.4-bookworm AS build
FROM python:3.13.0-bookworm AS build

RUN --mount=type=cache,target=/var/lib/apt,sharing=locked \
--mount=type=cache,target=/var/cache/apt,sharing=locked \
Expand All @@ -22,7 +22,7 @@ RUN --mount=type=bind,source=pyproject.toml,target=pyproject.toml \
pip install --no-cache-dir -r requirements.lock


FROM python:3.12.4-slim-bookworm AS prod
FROM python:3.13.0-slim-bookworm AS prod

ARG IMAGE_BUILD_DATE

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"rxjs": "~7.8.1",
"tslib": "^2.7.0",
"uuid": "^10.0.0",
"zone.js": "~0.14.10"
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "~18.2.4",
Expand All @@ -44,13 +44,13 @@
"angular-build-info": "^2.0.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.11",
"jasmine-core": "~5.3.0",
"jasmine-core": "~5.4.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.5",
"typescript": "~5.7.0",
"typescript-eslint": "^8.5.0"
}
}

0 comments on commit 13aad02

Please sign in to comment.