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:
@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)

View File

@ -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",

File diff suppressed because it is too large Load Diff