Skip to content

Commit

Permalink
fix(deps): 🔗 update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 20, 2024
1 parent 6da85fb commit 06d3720
Show file tree
Hide file tree
Showing 5 changed files with 6,349 additions and 12,475 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
url: https://docs.icssc.club
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version: lts/hydrogen
- name: Install pnpm
Expand All @@ -42,7 +42,7 @@ jobs:
shell: bash
run: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
- name: Setup pnpm cache
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@ jobs:
url: https://docs-staging-${{ github.event.pull_request.number }}.icssc.club
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version: lts/hydrogen
- name: Install pnpm
Expand All @@ -43,7 +43,7 @@ jobs:
shell: bash
run: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
- name: Setup pnpm cache
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/destroy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
url: https://docs-staging-${{ github.event.pull_request.number }}.icssc.club
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v4
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4
with:
node-version: lts/hydrogen
- name: Install pnpm
Expand All @@ -42,7 +42,7 @@ jobs:
shell: bash
run: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
- name: Setup pnpm cache
uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
path: ${{ steps.pnpm-cache.outputs.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
Expand All @@ -52,7 +52,7 @@ jobs:
- name: Destroy app
run: pnpm sst remove --stage staging-${{ github.event.pull_request.number }}
- name: Set API staging environment to inactive
uses: strumwolf/delete-deployment-environment@195215d2c5602aee6fb4b9cf0853970decca9e7a # v2.3.0
uses: strumwolf/delete-deployment-environment@a4825dd9648c57da8437a4885c3fcad58beac69c # v3.0.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
environment: Staging \#${{ github.event.pull_request.number }}
Expand Down
54 changes: 27 additions & 27 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,43 +12,43 @@
"start": "next start"
},
"dependencies": {
"@apollo/sandbox": "2.5.1",
"lucide-react": "0.321.0",
"next": "14.1.0",
"nextra": "2.13.3",
"nextra-theme-docs": "2.13.3",
"react": "18.2.0",
"react-dom": "18.2.0"
"@apollo/sandbox": "2.6.0",
"lucide-react": "0.428.0",
"next": "14.2.5",
"nextra": "2.13.4",
"nextra-theme-docs": "2.13.4",
"react": "18.3.1",
"react-dom": "18.3.1"
},
"devDependencies": {
"@commitlint/cli": "18.6.0",
"@commitlint/config-conventional": "18.6.0",
"@commitlint/types": "18.6.0",
"@next/eslint-plugin-next": "14.1.0",
"@tsconfig/node20": "20.1.2",
"@commitlint/cli": "19.4.0",
"@commitlint/config-conventional": "19.2.2",
"@commitlint/types": "19.0.3",
"@next/eslint-plugin-next": "14.2.5",
"@tsconfig/node20": "20.1.4",
"@types/lint-staged": "13.3.0",
"@types/node": "20.11.16",
"@types/react": "18.2.51",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"aws-cdk-lib": "2.124.0",
"@types/node": "20.15.0",
"@types/react": "18.3.3",
"@typescript-eslint/eslint-plugin": "8.1.0",
"@typescript-eslint/parser": "8.1.0",
"aws-cdk-lib": "2.152.0",
"constructs": "10.3.0",
"cz-conventional-changelog": "3.3.0",
"devmoji": "2.3.0",
"eslint": "8.56.0",
"eslint": "9.9.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-react": "^7.33.2",
"husky": "9.0.10",
"lint-staged": "15.2.1",
"prettier": "3.2.4",
"prettier-plugin-packagejson": "2.4.10",
"sst": "2.40.1",
"typescript": "5.3.3"
"eslint-plugin-react": "7.33.2",
"husky": "9.1.4",
"lint-staged": "15.2.9",
"prettier": "3.3.3",
"prettier-plugin-packagejson": "2.5.1",
"sst": "3.0.42",
"typescript": "5.5.4"
},
"packageManager": "pnpm@8.14.3",
"packageManager": "pnpm@9.7.1",
"engines": {
"node": "20",
"pnpm": "8"
"pnpm": "9"
}
}
Loading

0 comments on commit 06d3720

Please sign in to comment.