fix dependecies version

This commit is contained in:
Sebastian 2022-11-04 11:50:09 -03:00
parent 9a9629249e
commit f79bca0abb
No known key found for this signature in database
GPG Key ID: BE4FF68352439FC1
3 changed files with 837 additions and 213 deletions

View File

@ -6,11 +6,10 @@ include .config.mk
all: all:
@echo run \'make install\' to install @echo run \'make install\' to install
spa_dir=$(prefix)/share/taler/demobank-ui spa_dir=$(prefix)/share/taler/merchant-backoffice
install: install:
pnpm install --frozen-lockfile --filter @gnu-taler/demobank-ui... pnpm install --frozen-lockfile --filter @gnu-taler/merchant-backoffice...
pnpm run check
pnpm run build pnpm run build
install -d $(spa_dir) install -d $(spa_dir)
install ./dist/* $(spa_dir) install ./dist/* $(spa_dir)

View File

@ -1,6 +1,6 @@
{ {
"private": true, "private": true,
"name": "merchant-backoffice", "name": "@gnu-taler/merchant-backoffice",
"version": "0.0.4", "version": "0.0.4",
"license": "MIT", "license": "MIT",
"scripts": { "scripts": {
@ -45,13 +45,14 @@
"dependencies": { "dependencies": {
"@gnu-taler/taler-util": "workspace:*", "@gnu-taler/taler-util": "workspace:*",
"axios": "^0.21.1", "axios": "^0.21.1",
"date-fns": "^2.21.1", "date-fns": "2.29.3",
"history": "4.10.1", "history": "4.10.1",
"jed": "^1.1.1", "jed": "1.1.1",
"preact": "10.6.1", "preact": "10.6.5",
"preact-router": "^3.2.1", "preact-router": "3.2.1",
"qrcode-generator": "^1.4.4", "qrcode-generator": "1.4.4",
"swr": "1.1.0", "swr": "1.3.0",
"react": "npm:@preact/compat@^17.1.2",
"yup": "^0.32.9" "yup": "^0.32.9"
}, },
"devDependencies": { "devDependencies": {
@ -70,6 +71,7 @@
"@types/history": "^4.7.8", "@types/history": "^4.7.8",
"@types/jest": "^26.0.23", "@types/jest": "^26.0.23",
"@types/mocha": "^8.2.2", "@types/mocha": "^8.2.2",
"@types/node": "^18.8.5",
"@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0", "@typescript-eslint/parser": "^4.22.0",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.2",
@ -101,7 +103,7 @@
"script-ext-html-webpack-plugin": "^2.1.5", "script-ext-html-webpack-plugin": "^2.1.5",
"sirv-cli": "^1.0.11", "sirv-cli": "^1.0.11",
"typedoc": "^0.20.36", "typedoc": "^0.20.36",
"typescript": "^4.2.4" "typescript": "4.4.4"
}, },
"jest": { "jest": {
"preset": "jest-preset-preact", "preset": "jest-preset-preact",

File diff suppressed because it is too large Load Diff