From 459d1f9784003c72d4473cfd3413931e2dce860f Mon Sep 17 00:00:00 2001 From: Antoine Doeraene Date: Mon, 5 Aug 2024 18:23:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Bump=20version=20of=20sap=20in?= =?UTF-8?q?=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 821d1e2..db31cd4 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,9 @@ First of all, don't panic. You can do the following things: These bindings are barely "facades" types for the official UI5 library. They _won't_ work if you don't handle that npm dependency on your own project. You will need the following imports in your `package.json` (or equivalent tool such as scala-js-bundler): ``` -"@ui5/webcomponents": "1.24.7", -"@ui5/webcomponents-fiori": "1.24.7", -"@ui5/webcomponents-icons": "1.24.7" +"@ui5/webcomponents": "2.0.1", +"@ui5/webcomponents-fiori": "2.0.1", +"@ui5/webcomponents-icons": "2.0.1" ``` (and thus `npm install` it). Then, you can use any of the components as defined in the `be.doeraene.webcomponents.ui5` package.