Skip to content

Commit

Permalink
update nextra
Browse files Browse the repository at this point in the history
  • Loading branch information
thelindat committed Jun 12, 2024
1 parent 1b13b6c commit ba4dafa
Show file tree
Hide file tree
Showing 6 changed files with 3,002 additions and 2,520 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:

- uses: pnpm/action-setup@v2
with:
version: 8.6.0
version: 9

- uses: actions/setup-node@v2
with:
node-version: 16.x
node-version: 18.x
cache: pnpm

- name: Install dependencies
Expand Down
8 changes: 8 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,11 @@ ol.nx-list-decimal {
.nextra-code-block pre {
@apply dark:!bg-zinc-800;
}

:is([dir="ltr"] .ltr\:nx-pl-3) {
padding-left: 0.6rem;
}

:is([dir="ltr"] .ltr\:nx-ml-3) {
margin-left: 0.6rem;
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,27 @@
},
"homepage": "https://github.com/shuding/nextra-docs-template#readme",
"dependencies": {
"@docsearch/css": "^3.5.2",
"@docsearch/react": "^3.5.2",
"@tabler/icons-react": "^2.35.0",
"next": "^13.5.3",
"@docsearch/css": "^3.6.0",
"@docsearch/react": "^3.6.0",
"@tabler/icons-react": "^2.47.0",
"next": "^13.5.6",
"next-sitemap": "^4.2.3",
"nextra": "^2.13.1",
"nextra-theme-docs": "^2.13.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/node": "18.11.10",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.30",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.3",
"tailwindcss": "^3.4.4",
"typescript": "^4.9.5"
},
"pnpm": {
"patchedDependencies": {
"[email protected].1": "patches/[email protected].1.patch"
"[email protected].4": "patches/[email protected].4.patch"
}
}
}
File renamed without changes.
Loading

0 comments on commit ba4dafa

Please sign in to comment.