Skip to content

Commit

Permalink
chore: update nextra dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nicotsx committed Jan 3, 2025
1 parent c0060fd commit c2bec09
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 134 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Deploy Next.js site to Pages
on:
# Runs on pushes targeting the default branch
push:
branches: ['main']
branches: ["main"]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -21,8 +21,8 @@ permissions:
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: 'pages'
cancel-in-progress: false
group: "pages"
cancel-in-progress: true

jobs:
# Build job
Expand All @@ -35,7 +35,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: '20'
node-version: "20"

- name: Install pnpm
uses: pnpm/action-setup@v4
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"@heroicons/react": "^2.2.0",
"clsx": "^2.1.1",
"geist": "^1.3.1",
"next": "^15.1.0",
"nextra": "^3.2.5",
"nextra-theme-docs": "^3.2.5",
"next": "^15.1.3",
"nextra": "^3.3.1",
"nextra-theme-docs": "^3.3.1",
"react": "^19.0.0",
"react-compare-image": "^3.4.0",
"react-compare-slider": "^3.1.0",
Expand Down
Loading

0 comments on commit c2bec09

Please sign in to comment.