Skip to content

Commit 5a94e70

Browse files
fix(deps): 🔗 update all dependencies
1 parent 6da85fb commit 5a94e70

File tree

5 files changed

+6301
-12473
lines changed

5 files changed

+6301
-12473
lines changed

.github/workflows/deploy-prod.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
url: https://docs.icssc.club
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2929
with:
3030
fetch-depth: 0
3131
- name: Setup Node.js
32-
uses: actions/setup-node@v4
32+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
3333
with:
3434
node-version: lts/hydrogen
3535
- name: Install pnpm
@@ -42,7 +42,7 @@ jobs:
4242
shell: bash
4343
run: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
4444
- name: Setup pnpm cache
45-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
45+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
4646
with:
4747
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
4848
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/deploy-staging.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
url: https://docs-staging-${{ github.event.pull_request.number }}.icssc.club
2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
3030
with:
3131
fetch-depth: 0
3232
- name: Setup Node.js
33-
uses: actions/setup-node@v4
33+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
3434
with:
3535
node-version: lts/hydrogen
3636
- name: Install pnpm
@@ -43,7 +43,7 @@ jobs:
4343
shell: bash
4444
run: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
4545
- name: Setup pnpm cache
46-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
46+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
4747
with:
4848
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
4949
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/destroy-staging.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ jobs:
2525
url: https://docs-staging-${{ github.event.pull_request.number }}.icssc.club
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2929
with:
3030
fetch-depth: 0
3131
- name: Setup Node.js
32-
uses: actions/setup-node@v4
32+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
3333
with:
3434
node-version: lts/hydrogen
3535
- name: Install pnpm
@@ -42,7 +42,7 @@ jobs:
4242
shell: bash
4343
run: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
4444
- name: Setup pnpm cache
45-
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
45+
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
4646
with:
4747
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
4848
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -52,7 +52,7 @@ jobs:
5252
- name: Destroy app
5353
run: pnpm sst remove --stage staging-${{ github.event.pull_request.number }}
5454
- name: Set API staging environment to inactive
55-
uses: strumwolf/delete-deployment-environment@195215d2c5602aee6fb4b9cf0853970decca9e7a # v2.3.0
55+
uses: strumwolf/delete-deployment-environment@a4825dd9648c57da8437a4885c3fcad58beac69c # v3.0.0
5656
with:
5757
token: ${{ secrets.GITHUB_TOKEN }}
5858
environment: Staging \#${{ github.event.pull_request.number }}

package.json

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -12,43 +12,43 @@
1212
"start": "next start"
1313
},
1414
"dependencies": {
15-
"@apollo/sandbox": "2.5.1",
16-
"lucide-react": "0.321.0",
17-
"next": "14.1.0",
18-
"nextra": "2.13.3",
19-
"nextra-theme-docs": "2.13.3",
20-
"react": "18.2.0",
21-
"react-dom": "18.2.0"
15+
"@apollo/sandbox": "2.6.0",
16+
"lucide-react": "0.427.0",
17+
"next": "14.2.5",
18+
"nextra": "2.13.4",
19+
"nextra-theme-docs": "2.13.4",
20+
"react": "18.3.1",
21+
"react-dom": "18.3.1"
2222
},
2323
"devDependencies": {
24-
"@commitlint/cli": "18.6.0",
25-
"@commitlint/config-conventional": "18.6.0",
26-
"@commitlint/types": "18.6.0",
27-
"@next/eslint-plugin-next": "14.1.0",
28-
"@tsconfig/node20": "20.1.2",
24+
"@commitlint/cli": "19.4.0",
25+
"@commitlint/config-conventional": "19.2.2",
26+
"@commitlint/types": "19.0.3",
27+
"@next/eslint-plugin-next": "14.2.5",
28+
"@tsconfig/node20": "20.1.4",
2929
"@types/lint-staged": "13.3.0",
30-
"@types/node": "20.11.16",
31-
"@types/react": "18.2.51",
32-
"@typescript-eslint/eslint-plugin": "6.20.0",
33-
"@typescript-eslint/parser": "6.20.0",
34-
"aws-cdk-lib": "2.124.0",
30+
"@types/node": "20.14.15",
31+
"@types/react": "18.3.3",
32+
"@typescript-eslint/eslint-plugin": "8.1.0",
33+
"@typescript-eslint/parser": "8.1.0",
34+
"aws-cdk-lib": "2.151.0",
3535
"constructs": "10.3.0",
3636
"cz-conventional-changelog": "3.3.0",
3737
"devmoji": "2.3.0",
38-
"eslint": "8.56.0",
38+
"eslint": "9.9.0",
3939
"eslint-config-prettier": "9.1.0",
4040
"eslint-plugin-import": "2.29.1",
41-
"eslint-plugin-react": "^7.33.2",
42-
"husky": "9.0.10",
43-
"lint-staged": "15.2.1",
44-
"prettier": "3.2.4",
45-
"prettier-plugin-packagejson": "2.4.10",
46-
"sst": "2.40.1",
47-
"typescript": "5.3.3"
41+
"eslint-plugin-react": "7.33.2",
42+
"husky": "9.1.4",
43+
"lint-staged": "15.2.9",
44+
"prettier": "3.3.3",
45+
"prettier-plugin-packagejson": "2.5.1",
46+
"sst": "3.0.37",
47+
"typescript": "5.5.4"
4848
},
49-
"packageManager": "pnpm@8.14.3",
49+
"packageManager": "pnpm@9.7.1",
5050
"engines": {
5151
"node": "20",
52-
"pnpm": "8"
52+
"pnpm": "9"
5353
}
5454
}

0 commit comments

Comments
 (0)