Skip to content

Commit

Permalink
address some review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Stephanie <[email protected]>
  • Loading branch information
yangcao77 committed Nov 18, 2024
1 parent a71232d commit d12338c
Show file tree
Hide file tree
Showing 6 changed files with 187 additions and 571 deletions.
5 changes: 2 additions & 3 deletions workspaces/lightspeed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"devDependencies": {
"@backstage/cli": "^0.28.0",
"@backstage/e2e-test-utils": "^0.1.1",
"@backstage/repo-tools": "^0.8.0",
"@backstage/repo-tools": "^0.10.0",
"@changesets/cli": "^2.27.1",
"@spotify/prettier-config": "^12.0.0",
"node-gyp": "^9.0.0",
Expand All @@ -52,8 +52,7 @@
},
"resolutions": {
"@types/react": "^18",
"@types/react-dom": "^18",
"@microsoft/api-extractor": "7.36.4"
"@types/react-dom": "^18"
},
"prettier": "@spotify/prettier-config",
"lint-staged": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@
"files": [
"dist",
"config.d.ts",
"dist-dynamic/*.*",
"dist-dynamic/dist/**",
"app-config.janus-idp.yaml"
"app-config.dynamic.yaml"
],
"configSchema": "config.d.ts",
"repository": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dynamicPlugins:
frontend:
janus-idp.backstage-plugin-lightspeed:
redhat-developer.backstage-plugin-lightspeed:
appIcons:
- name: LightspeedIcon
module: LightspeedPlugin
Expand Down
4 changes: 2 additions & 2 deletions workspaces/lightspeed/plugins/lightspeed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@
"dist",
"config.d.ts",
"dist-scalprum",
"app-config.janus-idp.yaml"
"app-config.dynamic.yaml"
],
"scalprum": {
"name": "janus-idp.backstage-plugin-lightspeed",
"name": "redhat-developer.backstage-plugin-lightspeed",
"exposedModules": {
"LightspeedPlugin": "./src/index.ts"
}
Expand Down
Loading

0 comments on commit d12338c

Please sign in to comment.