Skip to content
This repository was archived by the owner on Dec 6, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ jobs:

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2.22.5
uses: github/codeql-action/upload-sarif@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8
with:
sarif_file: results.sarif
4 changes: 2 additions & 2 deletions Dockerfile.tasks
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.9.0 as build
FROM node:20.10.0 as build
ENV NEXT_TELEMETRY_DISABLED 1
ARG WS="@helpwave/tasks"

Expand All @@ -22,7 +22,7 @@ COPY lib ./lib/
COPY tasks ./tasks/
RUN pnpm --filter $WS run build

FROM node:20.9.0-alpine
FROM node:20.10.0-alpine

LABEL maintainer="tech@helpwave.de"

Expand Down
16 changes: 8 additions & 8 deletions landing-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@twind/preset-tailwind-forms": "1.1.2",
"@twind/preset-typography": "1.0.7",
"csstype": "3.1.2",
"lucide-react": "0.292.0",
"lucide-react": "0.294.0",
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -27,19 +27,19 @@
"vanilla-cookieconsent": "3.0.0-rc.17"
},
"devDependencies": {
"@types/node": "20.9.0",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@typescript-eslint/eslint-plugin": "6.10.0",
"@typescript-eslint/parser": "6.10.0",
"eslint": "8.53.0",
"@types/node": "20.10.3",
"@types/react": "18.2.41",
"@types/react-dom": "18.2.17",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"eslint": "8.55.0",
"eslint-config-next": "13.5.6",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-n": "16.3.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"typescript": "5.2.2"
"typescript": "5.3.2"
}
}
26 changes: 13 additions & 13 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "index.ts",
"dependencies": {
"@babel/core": "7.23.3",
"@babel/core": "7.23.5",
"@headlessui/react": "1.7.17",
"@radix-ui/react-checkbox": "1.0.4",
"@twind/core": "1.1.3",
Expand All @@ -12,32 +12,32 @@
"@twind/preset-tailwind-forms": "1.1.2",
"@twind/preset-typography": "1.0.7",
"csstype": "3.1.2",
"lucide-react": "0.292.0",
"lucide-react": "0.294.0",
"react": "18.2.0",
"react-custom-scrollbars-2": "4.5.0",
"react-dom": "18.2.0",
"simplebar-core": "1.2.4",
"simplebar-react": "3.2.4",
"typescript": "5.2.2",
"typescript": "5.3.2",
"webpack": "5.89.0",
"zod": "3.22.4"
},
"devDependencies": {
"@babel/preset-env": "7.23.3",
"@babel/preset-env": "7.23.5",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@storybook/addon-essentials": "7.5.3",
"@storybook/addon-interactions": "7.5.3",
"@storybook/addon-links": "7.5.3",
"@storybook/blocks": "7.5.3",
"@storybook/nextjs": "7.5.3",
"@storybook/react": "7.5.3",
"@storybook/addon-essentials": "7.6.3",
"@storybook/addon-interactions": "7.6.3",
"@storybook/addon-links": "7.6.3",
"@storybook/blocks": "7.6.3",
"@storybook/nextjs": "7.6.3",
"@storybook/react": "7.6.3",
"@storybook/testing-library": "0.2.2",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"@types/react": "18.2.41",
"@types/react-dom": "18.2.17",
"next": "13.5.6",
"prop-types": "15.8.1",
"storybook": "7.5.3"
"storybook": "7.6.3"
},
"peerDependencies": {
"react": "18.2.0",
Expand Down
Loading