Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#939)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Mar 26, 2024
1 parent 3bf2cce commit 1275b5c
Show file tree
Hide file tree
Showing 5 changed files with 1,235 additions and 973 deletions.
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@e56cfd0877b4826be144d11aa31e6c64a55828e9 # v2.24.7
uses: github/codeql-action/upload-sarif@a82bad71823183e5b120ab52d521460ecb0585fe # v2.24.9
with:
sarif_file: results.sarif
10 changes: 5 additions & 5 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.3",
"lucide-react": "0.358.0",
"lucide-react": "0.363.0",
"next": "13.5.6",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand All @@ -27,11 +27,11 @@
"vanilla-cookieconsent": "3.0.0"
},
"devDependencies": {
"@types/node": "20.11.28",
"@types/react": "18.2.66",
"@types/node": "20.11.30",
"@types/react": "18.2.72",
"@types/react-dom": "18.2.22",
"@next/eslint-plugin-next": "14.1.3",
"@next/eslint-plugin-next": "14.1.4",
"@helpwave/eslint-config": "workspace:*",
"typescript": "5.4.2"
"typescript": "5.4.3"
}
}
16 changes: 8 additions & 8 deletions lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "eslint --ext .js,.jsx,.ts,.tsx . && tsc --noEmit"
},
"dependencies": {
"@babel/core": "7.24.0",
"@babel/core": "7.24.3",
"@headlessui/react": "1.7.18",
"@radix-ui/react-checkbox": "1.0.4",
"@twind/core": "1.1.3",
Expand All @@ -18,29 +18,29 @@
"@twind/preset-tailwind-forms": "1.1.2",
"@twind/preset-typography": "1.0.7",
"csstype": "3.1.3",
"lucide-react": "0.358.0",
"lucide-react": "0.363.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.4.2",
"webpack": "5.90.3",
"typescript": "5.4.3",
"webpack": "5.91.0",
"zod": "3.22.4"
},
"devDependencies": {
"@helpwave/eslint-config": "workspace:*",
"@babel/preset-env": "7.24.0",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@babel/preset-env": "7.24.3",
"@babel/preset-react": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@storybook/addon-essentials": "7.6.17",
"@storybook/addon-interactions": "7.6.17",
"@storybook/addon-links": "7.6.17",
"@storybook/blocks": "7.6.17",
"@storybook/nextjs": "7.6.17",
"@storybook/react": "7.6.17",
"@storybook/testing-library": "0.2.2",
"@types/react": "18.2.66",
"@types/react": "18.2.72",
"@types/react-dom": "18.2.22",
"next": "13.5.6",
"prop-types": "15.8.1",
Expand Down
Loading

0 comments on commit 1275b5c

Please sign in to comment.