Merge pull request #13 from learnhouse/dependabot/npm_and_yarn/nextra-theme-docs-2.13.4

build(deps): bump nextra-theme-docs from 2.13.3 to 2.13.4
This commit is contained in:
Badr B
2024-04-21 19:13:09 +02:00
committed by GitHub
2 changed files with 9 additions and 9 deletions

16
package-lock.json generated
View File

@@ -13,7 +13,7 @@
"next": "^14.1.0",
"next-sitemap": "^4.1.8",
"nextra": "^2.13.3",
"nextra-theme-docs": "^2.13.3",
"nextra-theme-docs": "^2.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
@@ -4001,9 +4001,9 @@
}
},
"node_modules/nextra": {
"version": "2.13.3",
"resolved": "https://registry.npmjs.org/nextra/-/nextra-2.13.3.tgz",
"integrity": "sha512-OBVuyQKh+oqrbVt0AosgNYnuReWuNrtJVEN7q18b/oEg2wEpuiq3UJfmIvGgOdNYc3zv3OYrzbcq7IhwtdHHEw==",
"version": "2.13.4",
"resolved": "https://registry.npmjs.org/nextra/-/nextra-2.13.4.tgz",
"integrity": "sha512-7of2rSBxuUa3+lbMmZwG9cqgftcoNOVQLTT6Rxf3EhBR9t1EI7b43dted8YoqSNaigdE3j1CoyNkX8N/ZzlEpw==",
"dependencies": {
"@headlessui/react": "^1.7.17",
"@mdx-js/mdx": "^2.3.0",
@@ -4042,9 +4042,9 @@
}
},
"node_modules/nextra-theme-docs": {
"version": "2.13.3",
"resolved": "https://registry.npmjs.org/nextra-theme-docs/-/nextra-theme-docs-2.13.3.tgz",
"integrity": "sha512-B6xrnR86Gg4GzV56AomSwtmvSyAvnJz1xKOGGav1XKxkwvC8QeI17jdt/CqiKyIObJ+5bLqSFiKhaAZ5DYQP3g==",
"version": "2.13.4",
"resolved": "https://registry.npmjs.org/nextra-theme-docs/-/nextra-theme-docs-2.13.4.tgz",
"integrity": "sha512-2XOoMfwBCTYBt8ds4ZHftt9Wyf2XsykiNo02eir/XEYB+sGeUoE77kzqfidjEOKCSzOHYbK9BDMcg2+B/2vYRw==",
"dependencies": {
"@headlessui/react": "^1.7.17",
"@popperjs/core": "^2.11.8",
@@ -4062,7 +4062,7 @@
},
"peerDependencies": {
"next": ">=9.5.3",
"nextra": "2.13.3",
"nextra": "2.13.4",
"react": ">=16.13.1",
"react-dom": ">=16.13.1"
}

View File

@@ -14,7 +14,7 @@
"next": "^14.1.0",
"next-sitemap": "^4.1.8",
"nextra": "^2.13.3",
"nextra-theme-docs": "^2.13.3",
"nextra-theme-docs": "^2.13.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},