File tree Expand file tree Collapse file tree 3 files changed +1401
-1604
lines changed Expand file tree Collapse file tree 3 files changed +1401
-1604
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ import remarkNpm2Yarn from '@docusaurus/remark-plugin-npm2yarn';
2
2
import rehypeCodeblockMeta from './src/plugins/rehype-codeblock-meta.mjs' ;
3
3
4
4
export default {
5
+ future : {
6
+ experimental_faster : true ,
7
+ } ,
5
8
title : 'React Navigation' ,
6
9
tagline : 'Routing and navigation for your React Native apps' ,
7
10
url : 'https://reactnavigation.org/' ,
Original file line number Diff line number Diff line change 14
14
"fetch-sponsors" : " node scripts/fetch-sponsors.js"
15
15
},
16
16
"dependencies" : {
17
- "@docusaurus/core" : " 3.3.2" ,
18
- "@docusaurus/plugin-client-redirects" : " 3.3.2" ,
19
- "@docusaurus/plugin-google-analytics" : " 3.3.2" ,
20
- "@docusaurus/preset-classic" : " 3.3.2" ,
21
- "@docusaurus/remark-plugin-npm2yarn" : " 3.3.2" ,
17
+ "@docusaurus/core" : " 3.6.1" ,
18
+ "@docusaurus/faster" : " 3.6.1" ,
19
+ "@docusaurus/plugin-client-redirects" : " 3.6.1" ,
20
+ "@docusaurus/plugin-google-analytics" : " 3.6.1" ,
21
+ "@docusaurus/preset-classic" : " 3.6.1" ,
22
+ "@docusaurus/remark-plugin-npm2yarn" : " 3.6.1" ,
22
23
"@octokit/graphql" : " ^7.0.2" ,
23
24
"@react-navigation/core" : " ^7.0.0-alpha.17" ,
24
25
"escape-html" : " ^1.0.3" ,
You can’t perform that action at this time.
0 commit comments