File tree 3 files changed +1094
-4458
lines changed
3 files changed +1094
-4458
lines changed Original file line number Diff line number Diff line change 5
5
6
6
[build .environment ]
7
7
NODE_VERSION = " 12.13"
8
+
9
+ [[plugins ]]
10
+ package = " netlify-plugin-cache"
11
+ [plugins .inputs ]
12
+ paths = [
13
+ " node_modules/.cache" ,
14
+ ]
Original file line number Diff line number Diff line change 12
12
"fetch-sponsors" : " node scripts/fetch-sponsors.js"
13
13
},
14
14
"dependencies" : {
15
- "@docusaurus/core" : " ^ 2.0.0-alpha.72 " ,
16
- "@docusaurus/plugin-google-analytics" : " ^ 2.0.0-alpha.66 " ,
17
- "@docusaurus/preset-classic" : " ^ 2.0.0-alpha.72 " ,
15
+ "@docusaurus/core" : " 2.0.0-alpha.75 " ,
16
+ "@docusaurus/plugin-google-analytics" : " 2.0.0-alpha.75 " ,
17
+ "@docusaurus/preset-classic" : " 2.0.0-alpha.75 " ,
18
18
"@octokit/graphql" : " ^4.5.7" ,
19
19
"@react-navigation/core" : " ^5.14.3" ,
20
20
"classnames" : " ^2.2.6" ,
21
21
"docsearch.js" : " ^2.6.3" ,
22
22
"escape-html" : " ^1.0.3" ,
23
23
"mkdirp" : " ^1.0.4" ,
24
+ "netlify-plugin-cache" : " ^1.0.3" ,
24
25
"prism-react-renderer" : " ^1.1.1" ,
25
26
"react" : " ^17.0.1" ,
26
27
"react-dom" : " ^17.0.1" ,
You can’t perform that action at this time.
0 commit comments