Skip to content

Commit

Permalink
update wrappers
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Schultz <pschultz@pobox.com>
  • Loading branch information
schultzp2020 committed Oct 31, 2024
1 parent bee25d9 commit ac772d7
Show file tree
Hide file tree
Showing 8 changed files with 1,972 additions and 2,332 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,16 @@
},
"devDependencies": {
"@backstage/cli": "0.26.11",
"@changesets/cli": "2.27.9",
"@ianvs/prettier-plugin-sort-imports": "4.2.1",
"@janus-idp/cli": "*",
"@spotify/prettier-config": "15.0.0",
"@swc/helpers": "^0.5.13",
"eslint-plugin-jest": "27.9.0",
"husky": "8.0.3",
"lint-staged": "15.2.7",
"turbo": "2.1.3",
"typescript": "5.4.5",
"@changesets/cli": "2.27.9"
"typescript": "5.4.5"
},
"resolutions": {
"@types/react": "^18",
Expand Down
2 changes: 1 addition & 1 deletion plugins/bulk-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@material-ui/core": "^4.9.13",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@mui/icons-material": "5.16.4",
"@mui/icons-material": "^5.16.4",
"@mui/material": "^5.12.2",
"formik": "^2.4.5",
"js-yaml": "^4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion plugins/kubernetes-actions/dist-dynamic/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@janus-idp/backstage-scaffolder-backend-module-kubernetes-dynamic",
"description": "The kubernetes module for @backstage/plugin-scaffolder-backend",
"version": "1.7.2",
"version": "1.7.3",
"main": "./dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
1,573 changes: 743 additions & 830 deletions plugins/kubernetes-actions/dist-dynamic/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion plugins/ocm-backend/dist-dynamic/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@janus-idp/backstage-plugin-ocm-backend-dynamic",
"version": "4.4.3",
"version": "4.4.4",
"main": "./dist/index.cjs.js",
"types": "src/index.ts",
"license": "Apache-2.0",
Expand Down
Loading

0 comments on commit ac772d7

Please sign in to comment.