Skip to content

Commit

Permalink
better performance of collectFiles (#1127)
Browse files Browse the repository at this point in the history
* better performance of `collectFiles`

* pnpm i

* update snapshots
  • Loading branch information
dimaMachina committed Dec 27, 2022
1 parent c431360 commit cf9b886
Show file tree
Hide file tree
Showing 15 changed files with 232 additions and 231 deletions.
5 changes: 5 additions & 0 deletions .changeset/long-coats-tease.md
@@ -0,0 +1,5 @@
---
'nextra': patch
---

better performance of `collectFiles`
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"clsx": "^1.2.1",
"framer-motion": "^8.0.0",
"next": "^13.0.5",
"next": "^13.1.1",
"nextra": "2.0.1",
"nextra-theme-docs": "2.0.1",
"react": "^18.2.0",
Expand Down
122 changes: 61 additions & 61 deletions docs/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -43,7 +43,7 @@
"react-dom": "^18.2.0",
"@mdx-js/react": "^2.1.5",
"next-themes": "^0.2.1",
"next": "^13.0.5",
"next": "^13.1.1",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"postcss": "^8.4.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/nextra-theme-blog/package.json
Expand Up @@ -75,7 +75,7 @@
"autoprefixer": "^10.4.8",
"concurrently": "^7.3.0",
"lightningcss-cli": "^1.16.0",
"next": "^13.0.5",
"next": "^13.1.1",
"nextra": "workspace:*",
"postcss": "^8.4.14",
"postcss-cli": "^10.0.0",
Expand All @@ -86,4 +86,4 @@
"tailwindcss": "^3.1.8",
"vitest": "^0.26.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/nextra-theme-docs/package.json
Expand Up @@ -73,7 +73,7 @@
"autoprefixer": "^10.4.8",
"concurrently": "^7.3.0",
"lightningcss-cli": "^1.16.0",
"next": "^13.0.5",
"next": "^13.1.1",
"nextra": "workspace:*",
"postcss": "^8.4.14",
"postcss-cli": "^10.0.0",
Expand Down

1 comment on commit cf9b886

@vercel
Copy link

@vercel vercel bot commented on cf9b886 Dec 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.