Skip to content

Commit fe5ad0c

Browse files
Bump the nextra group across 1 directory with 2 updates (#845)
* Bump the nextra group across 1 directory with 2 updates Bumps the nextra group with 2 updates in the / directory: [nextra](https://github.com/shuding/nextra) and [nextra-theme-docs](https://github.com/shuding/nextra). Updates `nextra` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/shuding/nextra/releases) - [Commits](https://github.com/shuding/nextra/compare/[email protected]@3.2.0) Updates `nextra-theme-docs` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/shuding/nextra/releases) - [Commits](https://github.com/shuding/nextra/compare/[email protected]@3.2.0) --- updated-dependencies: - dependency-name: nextra dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nextra - dependency-name: nextra-theme-docs dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nextra ... Signed-off-by: dependabot[bot] <[email protected]> * Add _app.tsx file to the docs --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Arseny <[email protected]>
1 parent 66bef31 commit fe5ad0c

File tree

3 files changed

+19
-11
lines changed

3 files changed

+19
-11
lines changed

docs/cache-handler-docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"dependencies": {
1414
"next": "14.2.15",
15-
"nextra": "3.1.0",
16-
"nextra-theme-docs": "3.1.0",
15+
"nextra": "3.2.0",
16+
"nextra-theme-docs": "3.2.0",
1717
"react": "18.3.1",
1818
"react-dom": "18.3.1"
1919
},
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
import type { AppProps } from 'next/app';
2+
3+
export default function MyApp({ Component, pageProps }: AppProps) {
4+
return <Component {...pageProps} />;
5+
}

package-lock.json

Lines changed: 12 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)