From f79bca0abbf82885117fa4da9f5c0f6044b79ffc Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 4 Nov 2022 11:50:09 -0300 Subject: fix dependecies version --- packages/merchant-backoffice-ui/Makefile | 5 ++--- packages/merchant-backoffice-ui/package.json | 18 ++++++++++-------- 2 files changed, 12 insertions(+), 11 deletions(-) (limited to 'packages/merchant-backoffice-ui') diff --git a/packages/merchant-backoffice-ui/Makefile b/packages/merchant-backoffice-ui/Makefile index 3c3a3f602..2dfee7999 100644 --- a/packages/merchant-backoffice-ui/Makefile +++ b/packages/merchant-backoffice-ui/Makefile @@ -6,11 +6,10 @@ include .config.mk all: @echo run \'make install\' to install -spa_dir=$(prefix)/share/taler/demobank-ui +spa_dir=$(prefix)/share/taler/merchant-backoffice install: - pnpm install --frozen-lockfile --filter @gnu-taler/demobank-ui... - pnpm run check + pnpm install --frozen-lockfile --filter @gnu-taler/merchant-backoffice... pnpm run build install -d $(spa_dir) install ./dist/* $(spa_dir) diff --git a/packages/merchant-backoffice-ui/package.json b/packages/merchant-backoffice-ui/package.json index 0a1da317c..f7e0972ec 100644 --- a/packages/merchant-backoffice-ui/package.json +++ b/packages/merchant-backoffice-ui/package.json @@ -1,6 +1,6 @@ { "private": true, - "name": "merchant-backoffice", + "name": "@gnu-taler/merchant-backoffice", "version": "0.0.4", "license": "MIT", "scripts": { @@ -45,13 +45,14 @@ "dependencies": { "@gnu-taler/taler-util": "workspace:*", "axios": "^0.21.1", - "date-fns": "^2.21.1", + "date-fns": "2.29.3", "history": "4.10.1", - "jed": "^1.1.1", - "preact": "10.6.1", - "preact-router": "^3.2.1", - "qrcode-generator": "^1.4.4", - "swr": "1.1.0", + "jed": "1.1.1", + "preact": "10.6.5", + "preact-router": "3.2.1", + "qrcode-generator": "1.4.4", + "swr": "1.3.0", + "react": "npm:@preact/compat@^17.1.2", "yup": "^0.32.9" }, "devDependencies": { @@ -70,6 +71,7 @@ "@types/history": "^4.7.8", "@types/jest": "^26.0.23", "@types/mocha": "^8.2.2", + "@types/node": "^18.8.5", "@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/parser": "^4.22.0", "babel-loader": "^8.2.2", @@ -101,7 +103,7 @@ "script-ext-html-webpack-plugin": "^2.1.5", "sirv-cli": "^1.0.11", "typedoc": "^0.20.36", - "typescript": "^4.2.4" + "typescript": "4.4.4" }, "jest": { "preset": "jest-preset-preact", -- cgit v1.2.3