Update package.json versions of UIs to 4.0.0 (#1762)

These versions are probably not really used by anything, but it is still
nice if they are up to date.

Signed-off-by: Wouter Born <github@maindrain.net>
pull/1771/head
Wouter Born 2023-03-05 23:26:48 +01:00 committed by GitHub
parent e879347eb8
commit 5e4e32019e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 8 deletions

View File

@ -1,12 +1,12 @@
{ {
"name": "org.openhab.ui.basic", "name": "org.openhab.ui.basic",
"version": "3.0.0", "version": "4.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "org.openhab.ui.basic", "name": "org.openhab.ui.basic",
"version": "3.0.0", "version": "4.0.0",
"dependencies": { "dependencies": {
"gulp": "^4.0.2", "gulp": "^4.0.2",
"gulp-eslint": "^6.0.0", "gulp-eslint": "^6.0.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "org.openhab.ui.basic", "name": "org.openhab.ui.basic",
"version": "3.0.0", "version": "4.0.0",
"description": "Basic UI", "description": "Basic UI",
"scripts": { "scripts": {
"build": "gulp default" "build": "gulp default"

View File

@ -1,6 +1,6 @@
{ {
"name": "habot", "name": "habot",
"version": "3.0.0", "version": "4.0.0",
"description": "A chatbot for openHAB", "description": "A chatbot for openHAB",
"productName": "HABot", "productName": "HABot",
"cordovaId": "org.openhab.ui.habot", "cordovaId": "org.openhab.ui.habot",

View File

@ -1,6 +1,6 @@
{ {
"name": "habpanel", "name": "habpanel",
"version": "3.0.0", "version": "4.0.0",
"author": "openHAB Community", "author": "openHAB Community",
"description": "Dashboard user interface for openHAB", "description": "Dashboard user interface for openHAB",
"license": "EPL-2.0", "license": "EPL-2.0",

View File

@ -1,7 +1,7 @@
{ {
"name": "org.openhab.ui", "name": "org.openhab.ui",
"displayName": "openHAB", "displayName": "openHAB",
"version": "3.0.0", "version": "4.0.0",
"description": "A sample Apache Cordova application that responds to the deviceready event.", "description": "A sample Apache Cordova application that responds to the deviceready event.",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@ -38,4 +38,4 @@
"android" "android"
] ]
} }
} }

View File

@ -1,6 +1,6 @@
{ {
"name": "openhab", "name": "openhab",
"version": "3.0.0", "version": "4.0.0",
"description": "openHAB", "description": "openHAB",
"repository": "https://github.com/openhab/openhab-webui", "repository": "https://github.com/openhab/openhab-webui",
"license": "EPL-2.0", "license": "EPL-2.0",