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 Jan 11, 2025
1 parent 4537d0b commit 7fa814f
Show file tree
Hide file tree
Showing 7 changed files with 661 additions and 618 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@6a89f57882288b3d2f190cda65000eec9e9ebb7c # v2.27.0
uses: github/codeql-action/upload-sarif@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2.28.1
with:
sarif_file: results.sarif
8 changes: 4 additions & 4 deletions api-services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@helpwave/common": "workspace:*",
"@helpwave/proto-ts": "0.61.0-e1d7c0c.0",
"@tanstack/react-query": "4.36.1",
"@tanstack/react-query-devtools": "5.62.7",
"@tanstack/react-query-devtools": "5.64.0",
"@types/google-protobuf": "3.15.12",
"cookies-next": "2.1.2",
"google-protobuf": "3.21.4",
Expand All @@ -19,13 +19,13 @@
"oauth4webapi": "2.17.0",
"react": "18.3.1",
"rxjs": "7.8.1",
"typescript": "5.7.2",
"typescript": "5.7.3",
"zod": "3.24.1"
},
"devDependencies": {
"@helpwave/eslint-config": "workspace:*",
"@types/js-cookie": "3.0.6",
"@types/node": "20.17.10",
"@types/react": "18.3.17"
"@types/node": "20.17.12",
"@types/react": "18.3.18"
}
}
10 changes: 5 additions & 5 deletions eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"license": "MIT",
"type": "module",
"devDependencies": {
"@eslint/js": "9.17.0",
"@eslint/js": "9.18.0",
"@stylistic/eslint-plugin": "2.12.1",
"eslint": "9.17.0",
"eslint": "9.18.0",
"eslint-plugin-react": "7.37.3",
"eslint-plugin-react-hooks": "5.1.0",
"typescript": "5.7.2",
"typescript-eslint": "8.18.2",
"@next/eslint-plugin-next": "15.1.3"
"typescript": "5.7.3",
"typescript-eslint": "8.19.1",
"@next/eslint-plugin-next": "15.1.4"
}
}
14 changes: 7 additions & 7 deletions landing-page/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,20 @@
"@twind/preset-tailwind-forms": "1.1.2",
"@twind/preset-typography": "1.0.7",
"csstype": "3.1.3",
"lucide-react": "0.468.0",
"next": "15.1.3",
"lucide-react": "0.471.0",
"next": "15.1.4",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-hot-toast": "2.4.1",
"react-intersection-observer": "9.14.0",
"react-hot-toast": "2.5.1",
"react-intersection-observer": "9.14.1",
"vanilla-cookieconsent": "3.0.1",
"react-custom-scrollbars-2": "4.5.0"
},
"devDependencies": {
"@types/node": "20.17.10",
"@types/react": "18.3.17",
"@types/node": "20.17.12",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@helpwave/eslint-config": "workspace:*",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
8 changes: 4 additions & 4 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"@types/tinycolor2": "1.4.6",
"csstype": "3.1.3",
"keycloak-js": "25.0.6",
"lucide-react": "0.468.0",
"lucide-react": "0.471.0",
"react": "18.3.1",
"react-custom-scrollbars-2": "4.5.0",
"react-dom": "18.3.1",
"simplebar-core": "1.3.0",
"simplebar-react": "3.3.0",
"tinycolor2": "1.6.0",
"typescript": "5.7.2",
"typescript": "5.7.3",
"webpack": "5.97.1",
"zod": "3.24.1"
},
Expand All @@ -44,9 +44,9 @@
"@storybook/nextjs": "7.6.20",
"@storybook/react": "7.6.20",
"@storybook/testing-library": "0.2.2",
"@types/react": "18.3.17",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"next": "14.2.20",
"next": "14.2.23",
"prop-types": "15.8.1",
"storybook": "7.6.20"
},
Expand Down
Loading

0 comments on commit 7fa814f

Please sign in to comment.