File tree Expand file tree Collapse file tree 5 files changed +862
-705
lines changed
plugins/notifications-tester-backend Expand file tree Collapse file tree 5 files changed +862
-705
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ nodeLinker: node-modules
7
7
plugins :
8
8
- checksum : 254c816a15098e2a0b414345caf9144409fbf6a63da7ec8ec8d3454aa1d2edfbbc32cd264d8c464b7ec4aca7809c690848a7c1191b5f8167dec81dbdf6107b01
9
9
path : .yarn/plugins/@yarnpkg/plugin-backstage.cjs
10
- spec : ' https://versions.backstage.io/v1/releases/1.37 .0/yarn-plugin'
10
+ spec : ' https://versions.backstage.io/v1/releases/1.38.0-next .0/yarn-plugin'
11
11
12
12
yarnPath : .yarn/releases/yarn-4.5.0.cjs
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 1.37 .0"
2
+ "version" : " 1.38.0-next .0"
3
3
}
Original file line number Diff line number Diff line change 34
34
"@backstage/plugin-proxy-backend" : " backstage:^" ,
35
35
"@backstage/plugin-scaffolder-backend" : " backstage:^" ,
36
36
"@backstage/plugin-scaffolder-backend-module-github" : " backstage:^" ,
37
- "@backstage/plugin-scaffolder-backend-module-notifications" : " ^0.1.8 " ,
37
+ "@backstage/plugin-scaffolder-backend-module-notifications" : " backstage:^ " ,
38
38
"@backstage/plugin-search-backend" : " backstage:^" ,
39
39
"@backstage/plugin-search-backend-module-catalog" : " backstage:^" ,
40
40
"@backstage/plugin-search-backend-module-explore" : " backstage:^" ,
Original file line number Diff line number Diff line change 23
23
"postpack" : " backstage-cli package postpack"
24
24
},
25
25
"dependencies" : {
26
- "@backstage/backend-plugin-api" : " ^1.2.1 " ,
27
- "@backstage/config" : " ^1.3.2 " ,
28
- "@backstage/plugin-notifications-node" : " ^0.2.13 " ,
26
+ "@backstage/backend-plugin-api" : " backstage:^ " ,
27
+ "@backstage/config" : " backstage:^ " ,
28
+ "@backstage/plugin-notifications-node" : " backstage:^ " ,
29
29
"express" : " ^4.17.1" ,
30
30
"express-promise-router" : " ^4.1.0"
31
31
},
32
32
"devDependencies" : {
33
- "@backstage/cli" : " ^0.31.0 " ,
33
+ "@backstage/cli" : " backstage:^ " ,
34
34
"@types/express" : " ^4.17.6"
35
35
},
36
36
"files" : [
You can’t perform that action at this time.
0 commit comments