Skip to content

Commit 77c5a16

Browse files
chore(deps): update all non-major dependencies (#814)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 85d96ae commit 77c5a16

File tree

6 files changed

+571
-625
lines changed

6 files changed

+571
-625
lines changed

.github/workflows/preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Deploy preview to Fly
6868
id: deploy
69-
uses: superfly/fly-pr-review-apps@1.0.0
69+
uses: superfly/fly-pr-review-apps@1.2.0
7070
with:
7171
name: pr-${{ github.event.number }}-${{ github.repository_owner }}-${{ github.event.repository.name }}-${{ matrix.project }}
7272
config: ${{ matrix.project }}/fly.toml

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ jobs:
6767

6868
# Upload the results to GitHub's code scanning dashboard.
6969
- name: "Upload to code-scanning"
70-
uses: github/codeql-action/upload-sarif@305f6546310b9203e892c28c1484e82977f4f63d # v2.22.10
70+
uses: github/codeql-action/upload-sarif@03e7845b7bfcd5e7fb63d1ae8c61b0e791134fab # v2.22.11
7171
with:
7272
sarif_file: results.sarif

landing-page/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@twind/preset-tailwind-forms": "1.1.2",
1919
"@twind/preset-typography": "1.0.7",
2020
"csstype": "3.1.3",
21-
"lucide-react": "0.294.0",
21+
"lucide-react": "0.297.0",
2222
"next": "13.5.6",
2323
"react": "18.2.0",
2424
"react-dom": "18.2.0",
@@ -28,14 +28,14 @@
2828
},
2929
"devDependencies": {
3030
"@types/node": "20.10.4",
31-
"@types/react": "18.2.43",
32-
"@types/react-dom": "18.2.17",
31+
"@types/react": "18.2.45",
32+
"@types/react-dom": "18.2.18",
3333
"@typescript-eslint/eslint-plugin": "6.14.0",
3434
"@typescript-eslint/parser": "6.14.0",
35-
"eslint": "8.55.0",
35+
"eslint": "8.56.0",
3636
"eslint-config-next": "13.5.6",
3737
"eslint-config-standard": "17.1.0",
38-
"eslint-plugin-import": "2.29.0",
38+
"eslint-plugin-import": "2.29.1",
3939
"eslint-plugin-n": "16.4.0",
4040
"eslint-plugin-promise": "6.1.1",
4141
"eslint-plugin-react": "7.33.2",

lib/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@twind/preset-tailwind-forms": "1.1.2",
1313
"@twind/preset-typography": "1.0.7",
1414
"csstype": "3.1.3",
15-
"lucide-react": "0.294.0",
15+
"lucide-react": "0.297.0",
1616
"react": "18.2.0",
1717
"react-custom-scrollbars-2": "4.5.0",
1818
"react-dom": "18.2.0",
@@ -26,18 +26,18 @@
2626
"@babel/preset-env": "7.23.6",
2727
"@babel/preset-react": "7.23.3",
2828
"@babel/preset-typescript": "7.23.3",
29-
"@storybook/addon-essentials": "7.6.4",
30-
"@storybook/addon-interactions": "7.6.4",
31-
"@storybook/addon-links": "7.6.4",
32-
"@storybook/blocks": "7.6.4",
33-
"@storybook/nextjs": "7.6.4",
34-
"@storybook/react": "7.6.4",
29+
"@storybook/addon-essentials": "7.6.5",
30+
"@storybook/addon-interactions": "7.6.5",
31+
"@storybook/addon-links": "7.6.5",
32+
"@storybook/blocks": "7.6.5",
33+
"@storybook/nextjs": "7.6.5",
34+
"@storybook/react": "7.6.5",
3535
"@storybook/testing-library": "0.2.2",
36-
"@types/react": "18.2.43",
37-
"@types/react-dom": "18.2.17",
36+
"@types/react": "18.2.45",
37+
"@types/react-dom": "18.2.18",
3838
"next": "13.5.6",
3939
"prop-types": "15.8.1",
40-
"storybook": "7.6.4"
40+
"storybook": "7.6.5"
4141
},
4242
"peerDependencies": {
4343
"react": "18.2.0",

0 commit comments

Comments
 (0)