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';
22import rehypeCodeblockMeta from './src/plugins/rehype-codeblock-meta.mjs' ;
33
44export default {
5+ future : {
6+ experimental_faster : true ,
7+ } ,
58 title : 'React Navigation' ,
69 tagline : 'Routing and navigation for your React Native apps' ,
710 url : 'https://reactnavigation.org/' ,
Original file line number Diff line number Diff line change 1414 "fetch-sponsors" : " node scripts/fetch-sponsors.js"
1515 },
1616 "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" ,
2223 "@octokit/graphql" : " ^7.0.2" ,
2324 "@react-navigation/core" : " ^7.0.0-alpha.17" ,
2425 "escape-html" : " ^1.0.3" ,
You can’t perform that action at this time.
0 commit comments