File tree Expand file tree Collapse file tree 7 files changed +5017
-1773
lines changed
Expand file tree Collapse file tree 7 files changed +5017
-1773
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ' @kyverno/backstage-plugin-policy-reporter ' : minor
3+ ' @kyverno/backstage-plugin-policy-reporter-backend ' : minor
4+ ' @kyverno/backstage-plugin-policy-reporter-common ' : minor
5+ ---
6+
7+ Backstage verion bump to v1.48.5
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 11nodeLinker : node-modules
22
33plugins :
4- - checksum : b613ebeede2fffe7e36d1d601014dbabc7cc61453ed942975c92152f6563a9ed3e3e3659b20e32f601b2062bbe4bfc53314dcace9d7c600ab5dd11d39a4e2f30
4+ - checksum : b3b00465cee9a55ea92b7555876084a6dbfb4b9dd2ce7617a0bca1c138dec6b33befabdff7f4035b2a2ad70d59a05dad3a8faf3a34d3bec21fa7949a497fdf48
55 path : .yarn/plugins/@yarnpkg/plugin-backstage.cjs
6- spec : " https://versions.backstage.io/v1/releases/1.43.3 /yarn-plugin"
6+ spec : " https://versions.backstage.io/v1/releases/1.48.5 /yarn-plugin"
77
88yarnPath : .yarn/releases/yarn-4.5.0.cjs
Original file line number Diff line number Diff line change 11{
2- "version" : " 1.43.3 "
2+ "version" : " 1.48.5 "
33}
Original file line number Diff line number Diff line change 33 "version" : " 1.0.0" ,
44 "private" : true ,
55 "engines" : {
6- "node" : " 20 || 22 "
6+ "node" : " 22 || 24 "
77 },
88 "scripts" : {
99 "dev" : " echo \" Use 'yarn start' instead\" " ,
4545 "@backstage/e2e-test-utils" : " backstage:^" ,
4646 "@backstage/repo-tools" : " backstage:^" ,
4747 "@playwright/test" : " ^1.32.3" ,
48+ "@types/jest" : " ^29" ,
4849 "@types/react" : " ^18.3.18" ,
4950 "@types/react-dom" : " ^18.3.18" ,
5051 "husky" : " ^9.1.1" ,
52+ "jest" : " ^29" ,
53+ "jest-environment-jsdom" : " ^29" ,
5154 "lerna" : " ^7.3.0" ,
5255 "lint-staged" : " ^15.2.7" ,
5356 "node-gyp" : " ^10.0.0" ,
Original file line number Diff line number Diff line change 11import '@backstage/cli/asset-types' ;
22import ReactDOM from 'react-dom/client' ;
33import App from './App' ;
4+ import '@backstage/ui/css/styles.css' ;
45
56ReactDOM . createRoot ( document . getElementById ( 'root' ) ! ) . render ( < App /> ) ;
You can’t perform that action at this time.
0 commit comments