Skip to content

Commit

Permalink
fix(org-admin): make app public, remove stars from peerDependencies a…
Browse files Browse the repository at this point in the history
…nd some typos (#279)

* fix(org-admin): make app public, remove stars from peerDependencies and some typos

* version upgrade

* add lock file
  • Loading branch information
ArtieReus committed Jun 7, 2024
1 parent 7790b7b commit 40b61d8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
16 changes: 8 additions & 8 deletions ui/org-admin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions ui/org-admin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "greenhouse-org-admin",
"version": "1.1.17",
"version": "1.1.18",
"managementPluginConfig": {
"clusters": {
"label": "Clusters",
Expand Down Expand Up @@ -34,7 +34,7 @@
"license": "Apache-2.0",
"source": "src/index.js",
"module": "build/index.js",
"private": true,
"private": false,
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
Expand Down Expand Up @@ -79,18 +79,18 @@
},
"peerDependencies": {
"@tanstack/react-query": "4.28.0",
"juno-ui-components": "*",
"juno-ui-components": "https://assets.juno.global.cloud.sap/libs/juno-ui-components@2.13.8/package.tgz",
"luxon": "^2.3.0",
"messages-provider": "*",
"messages-provider": "https://assets.juno.global.cloud.sap/libs/messages-provider@0.1.12/package.tgz",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "^18.2.0",
"url-state-provider": "*",
"utils": "*",
"zustand": "4.3.7"
"react-dom": "18.2.0",
"url-state-provider": "https://assets.juno.global.cloud.sap/libs/url-state-provider@1.3.2/package.tgz",
"utils": "https://assets.juno.global.cloud.sap/libs/utils@1.1.6/package.tgz",
"zustand": "4.5.2"
},
"importmapExtras": {
"zustand/middleware": "4.3.7"
"zustand/middleware": "4.5.2"
},
"appProps": {
"theme": {
Expand All @@ -111,12 +111,12 @@
"embedded": {
"value": "false",
"type": "optional",
"description": "Set to true if app is to be embedded in another existing app or page, like e.g. Elektra. If set to true the app won't render a page header/footer and instead render only the content. The default value is false."
"description": "Set to true if app is to be embedded in another existing app or page, like. If set to true the app won't render a page header/footer and instead render only the content. The default value is false."
},
"environment": {
"value": "production",
"type": "optional",
"description": "environment name, e.g. production, qa, development, etc. This property can be used to load different plugins for different environments."
"description": "Environment name, e.g. production, qa, development, etc. This property can be used to load different plugins for different environments."
}
},
"appDependencies": {
Expand Down

0 comments on commit 40b61d8

Please sign in to comment.