File tree 4 files changed +1133
-2379
lines changed
4 files changed +1133
-2379
lines changed Original file line number Diff line number Diff line change 16
16
[context .deploy-preview ]
17
17
command = " yarn workspace jest-website netlify:ci:deployPreview"
18
18
19
+
20
+ [[plugins ]]
21
+ package = " netlify-plugin-cache"
22
+ [plugins .inputs ]
23
+ paths = [
24
+ " website/node_modules/.cache" ,
25
+ ]
26
+
Original file line number Diff line number Diff line change 63
63
"micromatch" : " ^4.0.4" ,
64
64
"mlh-tsd" : " ^0.14.1" ,
65
65
"mock-fs" : " ^4.4.1" ,
66
+ "netlify-plugin-cache" : " ^1.0.3" ,
66
67
"node-notifier" : " ^9.0.0" ,
67
68
"prettier" : " ^2.1.1" ,
68
69
"progress" : " ^2.0.0" ,
Original file line number Diff line number Diff line change 16
16
"netlify:prepare" : " yarn fetchSupporters && yarn build:js" ,
17
17
"netlify:crowdin" : " yarn write-translations && yarn crowdin:upload && yarn crowdin:download"
18
18
},
19
+ "browserslist" : {
20
+ "production" : [
21
+ " >0.5%" ,
22
+ " not dead" ,
23
+ " not op_mini all"
24
+ ],
25
+ "development" : [
26
+ " last 1 chrome version" ,
27
+ " last 1 firefox version" ,
28
+ " last 1 safari version"
29
+ ]
30
+ },
19
31
"dependencies" : {
20
- "@docusaurus/core" : " 2.0.0-alpha.c32d8bd11 " ,
21
- "@docusaurus/plugin-client-redirects" : " 2.0.0-alpha.c32d8bd11 " ,
22
- "@docusaurus/plugin-pwa" : " 2.0.0-alpha.c32d8bd11 " ,
23
- "@docusaurus/preset-classic" : " 2.0.0-alpha.c32d8bd11 " ,
32
+ "@docusaurus/core" : " 2.0.0-alpha.75 " ,
33
+ "@docusaurus/plugin-client-redirects" : " 2.0.0-alpha.75 " ,
34
+ "@docusaurus/plugin-pwa" : " 2.0.0-alpha.75 " ,
35
+ "@docusaurus/preset-classic" : " 2.0.0-alpha.75 " ,
24
36
"clsx" : " ^1.1.1" ,
25
37
"fs-extra" : " ^9.0.1" ,
26
38
"globby" : " ^11.0.1" ,
You can’t perform that action at this time.
0 commit comments