Skip to content

Commit

Permalink
fix(doop): make app public, remove stars from peerDependencies and so…
Browse files Browse the repository at this point in the history
…me typos (#130)

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

* added lock file
  • Loading branch information
ArtieReus authored Jun 7, 2024
1 parent ff18c7e commit ef2e0e8
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 6 deletions.
15 changes: 13 additions & 2 deletions doop/ui/package-lock.json

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

19 changes: 15 additions & 4 deletions doop/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doop",
"version": "2.2.3",
"version": "2.2.4",
"author": "UI-Team",
"contributors": [
"Andreas Pfau",
Expand All @@ -10,7 +10,7 @@
"source": "src/index.js",
"module": "build/index.js",
"license": "Apache-2.0",
"private": true,
"private": false,
"devDependencies": {
"@babel/core": "^7.20.2",
"@babel/preset-env": "^7.20.2",
Expand Down Expand Up @@ -49,6 +49,17 @@
"utils": "https://assets.juno.global.cloud.sap/libs/[email protected]/package.tgz",
"zustand": "^4.5.2"
},
"peerDependencies": {
"@tanstack/react-query": "^5.0.0",
"juno-ui-components": "https://assets.juno.global.cloud.sap/libs/[email protected]/package.tgz",
"luxon": "^3.0.0",
"messages-provider": "https://assets.juno.global.cloud.sap/libs/[email protected]/package.tgz",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"url-state-provider": "https://assets.juno.global.cloud.sap/libs/[email protected]/package.tgz",
"zustand": "^4.5.2"
},
"scripts": {
"test": "jest",
"start": "NODE_ENV=development node esbuild.config.js --serve --watch",
Expand Down Expand Up @@ -78,12 +89,12 @@
"embedded": {
"value": "true",
"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. If set to true the app won't render a page header/footer and instead render only the content. The default value is false."
},
"isMock": {
"value": "false",
"type": "optional",
"description": "use mocked data (only in dev)"
"description": "Use mocked data (only in dev)"
},
"showDebugSeverities": {
"value": "false",
Expand Down

0 comments on commit ef2e0e8

Please sign in to comment.