generated from cloudoperators/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(alerts/ui): Update all dependencies from asset server to public…
… npm (#268) * chore(alerts/ui): change juno to npm * chore(alerts/ui): update packages form assset-server to npm * chore(alerts/ui): increment version
- Loading branch information
1 parent
ff9ec9f
commit e8e5f2c
Showing
38 changed files
with
127 additions
and
133 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "supernova", | ||
"version": "0.9.19", | ||
"version": "0.9.20", | ||
"author": "UI-Team", | ||
"contributors": [ | ||
"Esther Schmitz", | ||
|
@@ -27,16 +27,13 @@ | |
"autoprefixer": "^10.4.2", | ||
"babel-jest": "^29.3.1", | ||
"babel-plugin-transform-import-meta": "^2.2.0", | ||
"communicator": "https://assets.juno.global.cloud.sap/libs/[email protected]/package.tgz", | ||
"esbuild": "^0.20.1", | ||
"esbuild-sass-plugin": "^3.0.0", | ||
"immer": "^10.0.0", | ||
"interweave": "^13.0.0", | ||
"jest": "^29.3.1", | ||
"jest-environment-jsdom": "^29.3.1", | ||
"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", | ||
"postcss": "^8.4.21", | ||
"postcss-url": "^10.1.3", | ||
"prop-types": "^15.8.1", | ||
|
@@ -46,22 +43,16 @@ | |
"sass": "^1.77.5", | ||
"shadow-dom-testing-library": "^1.7.1", | ||
"tailwindcss": "^3.3.1", | ||
"url-state-provider": "https://assets.juno.global.cloud.sap/libs/[email protected]/package.tgz", | ||
"util": "^0.12.4", | ||
"utils": "https://assets.juno.global.cloud.sap/libs/[email protected]/package.tgz", | ||
"zustand": "4.5.2" | ||
}, | ||
"peerDependencies": { | ||
"@tanstack/react-query": "5.36.2", | ||
"custom-event-polyfill": "^1.0.7", | ||
"juno-ui-components": "https://assets.juno.global.cloud.sap/libs/[email protected]/package.tgz", | ||
"luxon": "^2.3.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", | ||
"utils": "https://assets.juno.global.cloud.sap/libs/[email protected]/package.tgz", | ||
"zustand": "4.5.2" | ||
}, | ||
"importmapExtras": { | ||
|
@@ -109,6 +100,11 @@ | |
}, | ||
"appPreview": true, | ||
"dependencies": { | ||
"@cloudoperators/juno-communicator": "^2.2.11", | ||
"@cloudoperators/juno-messages-provider": "^0.1.17", | ||
"@cloudoperators/juno-ui-components": "^2.15.4", | ||
"@cloudoperators/juno-url-state-provider-v1": "^1.3.2", | ||
"@cloudoperators/juno-utils": "^1.1.12", | ||
"react-error-boundary": "^4.0.13" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.