Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 9, 2024
1 parent fd4156d commit cc5e3c6
Show file tree
Hide file tree
Showing 9 changed files with 2,118 additions and 1,626 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.13.1
FROM node:20.17.0

# install pnpm
RUN npm install --global pnpm@8
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3
uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
with:
results_file: results.sarif
results_format: sarif
Expand All @@ -59,14 +59,14 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
uses: actions/upload-artifact@ff15f0306b3f739f7b6fd43fb5d26cd321bd4de5 # v3.2.1
with:
name: SARIF file
path: results.sarif
retention-days: 5

# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@4f0ceda83afa9bc55df7b6c611b81435fa53d987 # v2.25.4
uses: github/codeql-action/upload-sarif@be8b74c09c1778bcdbea38e1a45efea2cb73e18c # v2.26.6
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.13.1 as build
FROM node:20.17.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.13.1-alpine
FROM node:20.17.0-alpine

LABEL maintainer="[email protected]"

Expand Down
8 changes: 4 additions & 4 deletions eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
"@typescript-eslint/parser": "6.21.0",
"eslint": "8.57.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-import": "2.30.0",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-react": "7.34.1",
"eslint-plugin-promise": "6.6.0",
"eslint-plugin-react": "7.35.2",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-tailwindcss": "3.15.1"
"eslint-plugin-tailwindcss": "3.17.4"
}
}
14 changes: 7 additions & 7 deletions landing-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,29 +10,29 @@
},
"dependencies": {
"@helpwave/common": "workspace:*",
"@radix-ui/react-checkbox": "1.0.4",
"@radix-ui/react-checkbox": "1.1.1",
"@tanstack/react-query": "4.36.1",
"@twind/core": "1.1.3",
"@twind/preset-autoprefix": "1.0.7",
"@twind/preset-tailwind": "1.1.4",
"@twind/preset-tailwind-forms": "1.1.2",
"@twind/preset-typography": "1.0.7",
"csstype": "3.1.3",
"lucide-react": "0.378.0",
"lucide-react": "0.439.0",
"next": "13.5.6",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hot-toast": "2.4.1",
"react-intersection-observer": "9.10.2",
"react-intersection-observer": "9.13.1",
"vanilla-cookieconsent": "3.0.1",
"react-custom-scrollbars-2": "4.5.0"
},
"devDependencies": {
"@types/node": "20.12.11",
"@types/react": "18.3.1",
"@types/node": "20.16.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@next/eslint-plugin-next": "14.2.3",
"@next/eslint-plugin-next": "14.2.9",
"@helpwave/eslint-config": "workspace:*",
"typescript": "5.4.5"
"typescript": "5.6.2"
}
}
36 changes: 18 additions & 18 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,42 +9,42 @@
"lint": "eslint --ext .js,.jsx,.ts,.tsx . && tsc --noEmit"
},
"dependencies": {
"@babel/core": "7.24.5",
"@babel/core": "7.25.2",
"@headlessui/react": "1.7.19",
"@radix-ui/react-checkbox": "1.0.4",
"@radix-ui/react-checkbox": "1.1.1",
"@twind/core": "1.1.3",
"@twind/preset-autoprefix": "1.0.7",
"@twind/preset-tailwind": "1.1.4",
"@twind/preset-tailwind-forms": "1.1.2",
"@twind/preset-typography": "1.0.7",
"csstype": "3.1.3",
"lucide-react": "0.378.0",
"lucide-react": "0.439.0",
"react": "18.3.1",
"react-custom-scrollbars-2": "4.5.0",
"react-dom": "18.3.1",
"simplebar-core": "1.2.5",
"simplebar-react": "3.2.5",
"typescript": "5.4.5",
"webpack": "5.91.0",
"simplebar-core": "1.2.6",
"simplebar-react": "3.2.6",
"typescript": "5.6.2",
"webpack": "5.94.0",
"zod": "3.23.8"
},
"devDependencies": {
"@helpwave/eslint-config": "workspace:*",
"@babel/preset-env": "7.24.5",
"@babel/preset-react": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@storybook/addon-essentials": "7.6.19",
"@storybook/addon-interactions": "7.6.19",
"@storybook/addon-links": "7.6.19",
"@storybook/blocks": "7.6.19",
"@storybook/nextjs": "7.6.19",
"@storybook/react": "7.6.19",
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"@babel/preset-typescript": "7.24.7",
"@storybook/addon-essentials": "7.6.20",
"@storybook/addon-interactions": "7.6.20",
"@storybook/addon-links": "7.6.20",
"@storybook/blocks": "7.6.20",
"@storybook/nextjs": "7.6.20",
"@storybook/react": "7.6.20",
"@storybook/testing-library": "0.2.2",
"@types/react": "18.3.1",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"next": "13.5.6",
"prop-types": "15.8.1",
"storybook": "7.6.19"
"storybook": "7.6.20"
},
"peerDependencies": {
"react": "18.3.1",
Expand Down
Loading

0 comments on commit cc5e3c6

Please sign in to comment.