File tree 12 files changed +267
-112
lines changed
12 files changed +267
-112
lines changed Original file line number Diff line number Diff line change 14
14
- uses : actions/setup-node@v2
15
15
with :
16
16
registry-url : " https://registry.npmjs.org"
17
- node-version : " 14 .x"
17
+ node-version : " 18 .x"
18
18
scope : " @trycourier"
19
19
always-auth : true
20
20
- run : yarn
Original file line number Diff line number Diff line change 17
17
- uses : actions/setup-node@v2
18
18
with :
19
19
registry-url : " https://registry.npmjs.org"
20
- node-version : " 14 .x"
20
+ node-version : " 18 .x"
21
21
scope : " @trycourier"
22
22
always-auth : true
23
23
- run : yarn
Original file line number Diff line number Diff line change 18
18
- uses : actions/checkout@v2
19
19
- uses : actions/setup-node@v2
20
20
with :
21
- node-version : " 14 .X"
21
+ node-version : " 18 .X"
22
22
- run : yarn
23
23
- name : Typecheck
24
24
run : yarn types
Original file line number Diff line number Diff line change 1
- 14.17.4
1
+ 18.16.0
Original file line number Diff line number Diff line change 32
32
"@trycourier/react-elements" : " ^5.1.2" ,
33
33
"rimraf" : " ^3.0.2"
34
34
},
35
- "devDependencies" : {
36
- "@types/styled-components" : " ^5.1.25"
37
- },
38
35
"peerDependencies" : {
39
36
"deep-extend" : " 0.6.x" ,
40
37
"react" : " >=17.X.X" ,
41
38
"react-dom" : " >=17.X.X" ,
42
- "styled-components" : " 5.x "
39
+ "styled-components" : " >=^5.X.X "
43
40
}
44
41
}
Original file line number Diff line number Diff line change 33
33
"dependencies" : {
34
34
"rimraf" : " ^3.0.2"
35
35
},
36
- "devDependencies" : {
37
- "@types/styled-components" : " ^5.1.25"
38
- },
39
36
"peerDependencies" : {
40
37
"deep-extend" : " 0.6.x" ,
41
38
"react" : " >=17.X.X" ,
42
39
"react-dom" : " >=17.X.X" ,
43
- "styled-components" : " 5.x "
40
+ "styled-components" : " >=^5.X.X "
44
41
}
45
42
}
Original file line number Diff line number Diff line change 16
16
},
17
17
"license" : " ISC" ,
18
18
"devDependencies" : {
19
- "@types/styled-components" : " ^5.1.7" ,
20
19
"concat-md" : " ^0.3.5"
21
20
},
22
21
"dependencies" : {
29
28
"deep-extend" : " ^0.6.0" ,
30
29
"markdown-to-jsx" : " 7.1.7" ,
31
30
"react-loading-skeleton" : " ^2.2.0" ,
32
- "rimraf" : " ^3.0.2" ,
33
- "styled-components" : " ^5.2.1"
31
+ "rimraf" : " ^3.0.2"
34
32
},
35
33
"peerDependencies" : {
36
34
"react" : " ^17.0.1" ,
37
- "react-dom" : " ^17.0.1"
35
+ "react-dom" : " ^17.0.1" ,
36
+ "styled-components" : " >=^5.X.X"
38
37
},
39
38
"files" : [
40
39
" dist/" ,
Original file line number Diff line number Diff line change 14
14
},
15
15
"license" : " ISC" ,
16
16
"devDependencies" : {
17
- "@types/styled-components" : " ^5.1.7" ,
18
17
"concat-md" : " ^0.3.5"
19
18
},
20
19
"dependencies" : {
31
30
"react-intersection-observer" : " ^9.4.0" ,
32
31
"react-loading-skeleton" : " ^2.2.0" ,
33
32
"rimraf" : " ^3.0.2" ,
34
- "styled-components" : " ^5.2.1" ,
35
33
"tinycolor2" : " ^1.4.2" ,
36
34
"urql" : " ^2.0.1"
37
35
},
38
36
"peerDependencies" : {
39
37
"@trycourier/react-provider" : " >=4.X.X" ,
40
38
"react" : " >=17.X.X" ,
41
- "react-dom" : " >=17.X.X"
39
+ "react-dom" : " >=17.X.X" ,
40
+ "styled-components" : " >=^5.X.X"
42
41
},
43
42
"files" : [
44
43
" dist/" ,
Original file line number Diff line number Diff line change 13
13
"types" : " tsc --emitDeclarationOnly"
14
14
},
15
15
"peerDependencies" : {
16
+ "styled-components" : " >=^5.X.X" ,
16
17
"@trycourier/react-provider" : " >=4.X.X" ,
17
18
"react" : " >=17.X.X" ,
18
19
"react-dom" : " >=17.X.X"
25
26
"dependencies" : {
26
27
"@trycourier/react-hooks" : " ^5.1.2" ,
27
28
"date-fns" : " ^2.19.0" ,
28
- "react-toggle" : " ^4.1.2" ,
29
- "styled-components" : " ^5.3.6"
29
+ "react-toggle" : " ^4.1.2"
30
30
}
31
31
}
Original file line number Diff line number Diff line change 29
29
"markdown-to-jsx" : " 7.1.7" ,
30
30
"react-toastify" : " ^9.1.3" ,
31
31
"rimraf" : " ^3.0.2" ,
32
- "styled-components" : " ^5.2.1" ,
33
32
"tinycolor2" : " ^1.4.2"
34
33
},
35
34
"peerDependencies" : {
36
35
"@trycourier/react-provider" : " >=4.X.X" ,
37
36
"react" : " >=17.X.X" ,
38
- "react-dom" : " >=17.X.X"
37
+ "react-dom" : " >=17.X.X" ,
38
+ "styled-components" : " >=^5.X.X"
39
39
},
40
40
"files" : [
41
41
" dist/" ,
Original file line number Diff line number Diff line change 33
33
"react-markdown" : " ^8.0.1" ,
34
34
"rehype-raw" : " ^6.1.1" ,
35
35
"storybook" : " ^6.5.9" ,
36
- "styled-components" : " ^5.2.1 " ,
36
+ "styled-components" : " ^6.0.0 " ,
37
37
"styled-normalize" : " ^8.0.7"
38
38
}
39
39
}
You can’t perform that action at this time.
0 commit comments