File tree Expand file tree Collapse file tree 3 files changed +3494
-4
lines changed
modules/runner-binaries-syncer/lambdas/runner-binaries-syncer Expand file tree Collapse file tree 3 files changed +3494
-4
lines changed Original file line number Diff line number Diff line change 980
980
dependencies :
981
981
" @sinonjs/commons" " ^1.7.0"
982
982
983
- " @trivago/prettier-plugin-sort-imports@^3.4 .0 " :
984
- version "3.4 .0"
985
- resolved "https://registry.yarnpkg.com/@trivago/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-3.4 .0.tgz#68a6e9b49882eaf71566a00e283b46ed268daa72 "
986
- integrity sha512-485Iailw8X5f7KetzRka20RF1kPBEINR5LJMNwlBZWY1gRAlVnv5dZzyNPnLxSP0Qcia8HETa9Cdd8LlX9o+pg ==
983
+ " @trivago/prettier-plugin-sort-imports@^3.3 .0 " :
984
+ version "3.3 .0"
985
+ resolved "https://registry.yarnpkg.com/@trivago/prettier-plugin-sort-imports/-/prettier-plugin-sort-imports-3.3 .0.tgz#ee4e9ec1d8e3076b95fcb94311f42f7a61eecd37 "
986
+ integrity sha512-1y44bVZuIN0RsS3oIiGd5k8Vm3IZXYZnp4VsP2Z/S5L9WAOw43HE2clso66M2S/dDeJ+8sKPqnHsEfh39Vjs3w ==
987
987
dependencies :
988
988
" @babel/core" " 7.17.8"
989
989
" @babel/generator" " 7.17.7"
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " terraform" ,
3
+ "description" : " Install semantic release packages" ,
4
+ "scripts" : {
5
+ "release" : " semantic-release"
6
+ },
7
+ "author" : " Niek Palm" ,
8
+ "devDependencies" : {
9
+ "@semantic-release/changelog" : " ^6.0.1" ,
10
+ "@semantic-release/commit-analyzer" : " ^9.0.2" ,
11
+ "@semantic-release/exec" : " ^6.0.3" ,
12
+ "@semantic-release/git" : " ^10.0.1" ,
13
+ "@semantic-release/github" : " ^8.0.6" ,
14
+ "@semantic-release/release-notes-generator" : " ^10.0.3" ,
15
+ "conventional-changelog-conventionalcommits" : " ^5.0.0" ,
16
+ "semantic-release" : " ^19.0.5"
17
+ }
18
+ }
You can’t perform that action at this time.
0 commit comments