File tree 9 files changed +50
-0
lines changed
9 files changed +50
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' skuba ' : patch
3
+ ---
4
+
5
+ ** template:** Force ` @jest/types ` resolution to fix clean installs
Original file line number Diff line number Diff line change 17
17
},
18
18
"license" : " UNLICENSED" ,
19
19
"private" : true ,
20
+ "resolutions" : {
21
+ "**/@jest/types/@types/node" : " ^15.0.0"
22
+ },
20
23
"scripts" : {
21
24
"build" : " skuba build" ,
22
25
"format" : " skuba format" ,
Original file line number Diff line number Diff line change 11
11
},
12
12
"license" : " UNLICENSED" ,
13
13
"private" : true ,
14
+ "resolutions" : {
15
+ "**/@jest/types/@types/node" : " ^15.0.0"
16
+ },
14
17
"scripts" : {
15
18
"build" : " skuba build" ,
16
19
"format" : " skuba format" ,
Original file line number Diff line number Diff line change 31
31
},
32
32
"license" : " UNLICENSED" ,
33
33
"private" : true ,
34
+ "resolutions" : {
35
+ "**/@jest/types/@types/node" : " ^15.0.0"
36
+ },
34
37
"scripts" : {
35
38
"build" : " skuba build" ,
36
39
"format" : " skuba format" ,
Original file line number Diff line number Diff line change @@ -133,6 +133,17 @@ Object {
133
133
},
134
134
" Resource" : " *" ,
135
135
},
136
+ Object {
137
+ " Action" : Array [
138
+ " kms:Decrypt" ,
139
+ " kms:GenerateDataKey" ,
140
+ ],
141
+ " Effect" : " Allow" ,
142
+ " Principal" : Object {
143
+ " Service" : " sns.amazonaws.com" ,
144
+ },
145
+ " Resource" : " *" ,
146
+ },
136
147
],
137
148
" Version" : " 2012-10-17" ,
138
149
},
@@ -543,6 +554,17 @@ Object {
543
554
},
544
555
" Resource" : " *" ,
545
556
},
557
+ Object {
558
+ " Action" : Array [
559
+ " kms:Decrypt" ,
560
+ " kms:GenerateDataKey" ,
561
+ ],
562
+ " Effect" : " Allow" ,
563
+ " Principal" : Object {
564
+ " Service" : " sns.amazonaws.com" ,
565
+ },
566
+ " Resource" : " *" ,
567
+ },
546
568
],
547
569
" Version" : " 2012-10-17" ,
548
570
},
Original file line number Diff line number Diff line change 20
20
},
21
21
"license" : " UNLICENSED" ,
22
22
"private" : true ,
23
+ "resolutions" : {
24
+ "**/@jest/types/@types/node" : " ^15.0.0"
25
+ },
23
26
"scripts" : {
24
27
"build" : " skuba build" ,
25
28
"format" : " skuba format" ,
Original file line number Diff line number Diff line change 23
23
},
24
24
"license" : " UNLICENSED" ,
25
25
"private" : true ,
26
+ "resolutions" : {
27
+ "**/@jest/types/@types/node" : " ^15.0.0"
28
+ },
26
29
"scripts" : {
27
30
"build" : " skuba build" ,
28
31
"deploy" : " yarn build && serverless deploy --force --verbose" ,
Original file line number Diff line number Diff line change 2
2
"dependencies" : {},
3
3
"description" : " <%- description %>" ,
4
4
"devDependencies" : {
5
+ "@types/node" : " ^15.0.0" ,
5
6
"commitizen" : " ^4.2.3" ,
6
7
"skuba" : " *"
7
8
},
19
20
"type" : " git" ,
20
21
"url" : " git+https://github.com/<%- orgName %>/<%- repoName %>.git"
21
22
},
23
+ "resolutions" : {
24
+ "**/@jest/types/@types/node" : " ^15.0.0"
25
+ },
22
26
"scripts" : {
23
27
"build" : " skuba build-package" ,
24
28
"commit" : " cz" ,
Original file line number Diff line number Diff line change 2
2
"dependencies" : {},
3
3
"description" : " <%- description %>" ,
4
4
"devDependencies" : {
5
+ "@types/node" : " ^15.0.0" ,
5
6
"commitizen" : " ^4.2.3" ,
6
7
"skuba" : " *"
7
8
},
19
20
"type" : " git" ,
20
21
"url" : " git+https://github.com/<%- orgName %>/<%- repoName %>.git"
21
22
},
23
+ "resolutions" : {
24
+ "**/@jest/types/@types/node" : " ^15.0.0"
25
+ },
22
26
"scripts" : {
23
27
"build" : " skuba build-package" ,
24
28
"commit" : " cz" ,
You can’t perform that action at this time.
0 commit comments