File tree 5 files changed +9434
-11839
lines changed
5 files changed +9434
-11839
lines changed Original file line number Diff line number Diff line change 13
13
runs-on : " ubuntu-latest"
14
14
steps :
15
15
- uses : " actions/checkout@v2"
16
- - uses : " bewuethr/yamllint-action@v1.1.1 "
16
+ - uses : " bewuethr/yamllint-action@v1.2.2 "
17
17
with :
18
18
config-file : " .yamllint"
19
19
-
uses :
" nosborn/[email protected] "
Original file line number Diff line number Diff line change @@ -4,6 +4,9 @@ yaml-files:
4
4
- " *.yaml"
5
5
- " *.yml"
6
6
- " .yamllint"
7
+ ignore : |
8
+ pnpm-lock.yaml
9
+ node_modules/
7
10
extends : " default"
8
11
rules :
9
12
quoted-strings : " enable"
Original file line number Diff line number Diff line change 12
12
"clear" : " docusaurus clear"
13
13
},
14
14
"dependencies" : {
15
- "@docusaurus/core" : " ^2.0 .1" ,
16
- "@docusaurus/module-type-aliases" : " ^2.0 .1" ,
17
- "@docusaurus/plugin-client-redirects" : " ^2.0 .1" ,
18
- "@docusaurus/plugin-google-gtag" : " 2.0 .1" ,
19
- "@docusaurus/preset-classic" : " ^2.0 .1" ,
15
+ "@docusaurus/core" : " ^2.4 .1" ,
16
+ "@docusaurus/module-type-aliases" : " ^2.4 .1" ,
17
+ "@docusaurus/plugin-client-redirects" : " ^2.4 .1" ,
18
+ "@docusaurus/plugin-google-gtag" : " ^2.4 .1" ,
19
+ "@docusaurus/preset-classic" : " ^2.4 .1" ,
20
20
"@mdx-js/react" : " ^1.6.21" ,
21
21
"@twilio-labs/docusaurus-plugin-segment" : " ^0.1.0" ,
22
22
"amplitude-js" : " ^8.9.1" ,
23
23
"clsx" : " ^1.1.1" ,
24
+ "prismjs" : " ^1.29.0" ,
24
25
"react" : " ^17.0.2" ,
25
26
"react-cookie" : " ^4.1.1" ,
26
27
"react-dom" : " ^17.0.2" ,
27
28
"string.prototype.replaceall" : " ^1.0.6" ,
28
29
"twig" : " ^1.15.4"
29
30
},
30
- "resolutions" : {
31
- "*/ua-parser-js" : " 0.7.24"
32
- },
33
31
"browserslist" : {
34
32
"production" : [
35
33
" >0.5%" ,
You can’t perform that action at this time.
0 commit comments