File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/checkout@v1
15
15
- uses : actions/setup-node@v1
16
16
with :
17
- node-version : ' 14.x'
17
+ node-version : " 14.x"
18
+ - name : Build Sights
19
+ run : |
20
+ yarn
18
21
- name : Test Build
19
22
run : |
20
23
cd website
33
36
- uses : actions/checkout@v1
34
37
- uses : actions/setup-node@v1
35
38
with :
36
- node-version : ' 14.x'
39
+ node-version : " 14.x"
37
40
-
uses :
webfactory/[email protected]
38
41
with :
39
42
ssh-private-key : ${{ secrets.FUTURA_SECRET }}
Original file line number Diff line number Diff line change 23
23
"@emotion/react" : " ^11.7.1" ,
24
24
"@emotion/styled" : " ^11.6.0" ,
25
25
"@mui/material" : " ^5.2.8" ,
26
- "@monkvision/sights" : " ^3.1.2" ,
27
26
"mdx-mermaid" : " ^1.1.0" ,
28
27
"mermaid" : " ^8.13.2" ,
29
28
"react" : " ^17.0.2" ,
30
29
"react-copy-to-clipboard" : " ^5.0.4" ,
31
30
"react-dom" : " ^17.0.2" ,
32
31
"react-json-view" : " ^1.21.3"
32
+ },
33
+ "peerDependencies" : {
34
+ "@monkvision/sights" : " *"
33
35
}
34
36
}
Original file line number Diff line number Diff line change 1703
1703
resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.6.22.tgz#219dfd89ae5b97a8801f015323ffa4b62f45718b"
1704
1704
integrity sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA==
1705
1705
1706
- " @monkvision/sights@^3.1.2 " :
1707
- version "3.1.2"
1708
- resolved "https://registry.yarnpkg.com/@monkvision/sights/-/sights-3.1.2.tgz#316abdbdb9f029bf39d3941fc17b6a91d07ec3f4"
1709
- integrity sha512-UdgWRRdSEe6XRdPEvIiU5KOEBtex8RwKj3Uh0B+tftHiQV6UUUrav5Tnckykq75nJALxbcJSNf+OSYcoFVrh/Q==
1710
-
1711
1706
1712
1707
version "5.0.0-alpha.67"
1713
1708
resolved "https://registry.yarnpkg.com/@mui/base/-/base-5.0.0-alpha.67.tgz#da2423b96204f71cf37bcfcf3054667f38361eb8"
You can’t perform that action at this time.
0 commit comments