File tree Expand file tree Collapse file tree 5 files changed +4183
-1781
lines changed Expand file tree Collapse file tree 5 files changed +4183
-1781
lines changed Original file line number Diff line number Diff line change 5
5
types : [published]
6
6
7
7
jobs :
8
- build :
9
- name : build and test
8
+ publish :
9
+ needs : build
10
10
runs-on : ubuntu-latest
11
11
12
- strategy :
13
- matrix :
14
- node-version : ['14']
15
-
16
12
steps :
17
13
- uses : actions/checkout@v2
18
14
with :
@@ -21,37 +17,14 @@ jobs:
21
17
- name : Set Node.js
22
18
uses : actions/setup-node@v2
23
19
with :
24
- node-version : ${{ matrix.node }}
20
+ node-version : ' 14 '
25
21
26
22
- name : Install Dependencies
27
23
run : yarn install --frozen-lockfile
28
24
29
- # - name: Lint
30
- # run: yarn lint
31
-
32
25
- name : Build
33
26
run : yarn build
34
27
35
- # - name: Test
36
- # run: yarn test
37
-
38
- publish :
39
- needs : build
40
- runs-on : ubuntu-latest
41
-
42
- steps :
43
- - uses : actions/checkout@v2
44
- with :
45
- persist-credentials : false
46
-
47
- - name : Set Node.js
48
- uses : actions/setup-node@v1
49
- with :
50
- node-version : ' 14'
51
-
52
- - name : Install Dependencies
53
- run : yarn install --frozen-lockfile
54
-
55
28
- name : Extract version
56
29
id : version
57
30
uses : olegtarasov/get-tag@v2.1
Original file line number Diff line number Diff line change 17
17
"@types/react" : " ^16.9.51" ,
18
18
"@types/react-dom" : " ^16.9.8" ,
19
19
"@types/styled-components" : " ^5.1.3" ,
20
- "gatsby" : " ^2.24.47" ,
21
- "gatsby-theme-woly" : " ^0.4.0" ,
22
- "react" : " ^16.13.1" ,
23
- "react-dom" : " ^16.13.1" ,
20
+ "gatsby" : " ^2.32.3" ,
21
+ "gatsby-theme-woly" : " 0.0.0-real-version-will-be-set-at-ci" ,
22
+ "react" : " ^16.14" ,
23
+ "react-dom" : " ^16.14" ,
24
+ "react-is" : " ^16" ,
24
25
"styled-components" : " ^5.2.0"
25
26
}
26
- }
27
+ }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ module.exports = (themeOptions) => {
4
4
5
5
return {
6
6
plugins : [
7
- 'gatsby-plugin-sitemap' ,
7
+ // 'gatsby-plugin-sitemap',
8
8
'gatsby-plugin-react-helmet' ,
9
9
{
10
10
resolve : `gatsby-plugin-mdx` ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gatsby-theme-woly" ,
3
- "version" : " 0.5.0 " ,
3
+ "version" : " 0.0.0-real-version-will-be-set-at-ci " ,
4
4
"main" : " index.js" ,
5
5
"author" : {
6
6
"name" : " Sergey Sova" ,
23
23
],
24
24
"license" : " MIT" ,
25
25
"peerDependencies" : {
26
- "gatsby" : " ^2.24 .0" ,
26
+ "gatsby" : " ^2.32 .0" ,
27
27
"react" : " ^16.13.0" ,
28
28
"react-dom" : " ^16.13.0"
29
29
},
33
33
"change-case" : " ^4.1.1" ,
34
34
"gatsby-plugin-mdx" : " ^1.2.34" ,
35
35
"gatsby-plugin-react-helmet" : " ^3.3.10" ,
36
+ "gatsby-plugin-sharp" : " ^2.14.1" ,
36
37
"gatsby-plugin-sitemap" : " ^2.4.11" ,
37
38
"gatsby-plugin-styled-components" : " ^3.3.10" ,
38
39
"gatsby-source-filesystem" : " ^2.3.27" ,
40
+ "gatsby-transformer-sharp" : " ^2.12.0" ,
39
41
"prism-react-renderer" : " ^1.1.1" ,
40
42
"react-helmet" : " ^6.1.0"
41
43
},
42
44
"devDependencies" : {
43
45
"babel-plugin-styled-components" : " ^1.11.1" ,
44
- "gatsby" : " ^2.24.47" ,
45
- "react" : " ^16.13.1" ,
46
- "react-dom" : " ^16.13.1" ,
47
- "styled-components" : " ^5.1.1"
46
+ "gatsby" : " ^2.32.3" ,
47
+ "react" : " ^16.14" ,
48
+ "react-dom" : " ^16.14" ,
49
+ "styled-components" : " ^5.1.1" ,
50
+ "typescript" : " ^4.1.3"
48
51
}
49
- }
52
+ }
You can’t perform that action at this time.
0 commit comments