dependencies

This commit is contained in:
Florian Dold 2020-08-06 00:43:29 +05:30
parent 82a2437c09
commit 70fa42da04
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B
3 changed files with 5 additions and 2 deletions

View File

@ -18,7 +18,7 @@ b.enable_configmk()
b.add_tool(tbc.PosixTool("find"))
b.add_tool(tbc.NodeJsTool(version_spec=">=12"))
b.add_tool(tbc.GenericTool("npm"))
b.add_tool(tbc.GenericTool("pnpm", hint="Use 'sudo npm -g pnpm' to install."))
b.add_tool(tbc.GenericTool("pnpm", hint="Use 'sudo npm install -g pnpm' to install."))
b.run()
print("copying Makefile")

View File

@ -36,7 +36,8 @@
"rimraf": "^3.0.2",
"rollup": "^2.23.0",
"rollup-plugin-sourcemaps": "^0.6.2",
"rollup-plugin-terser": "^6.1.0"
"rollup-plugin-terser": "^6.1.0",
"typescript": "^3.9.7"
},
"dependencies": {
"taler-wallet-core": "workspace:*",

View File

@ -65,6 +65,7 @@ importers:
rollup: 2.23.0
rollup-plugin-sourcemaps: 0.6.2_1bb4f16ce5b550396581a296af208cfa
rollup-plugin-terser: 6.1.0_rollup@2.23.0
typescript: 3.9.7
specifiers:
'@rollup/plugin-commonjs': ^14.0.0
'@rollup/plugin-json': ^4.1.0
@ -77,6 +78,7 @@ importers:
rollup-plugin-terser: ^6.1.0
taler-wallet-core: 'workspace:*'
tslib: ^2.0.0
typescript: ^3.9.7
packages/taler-wallet-cli:
dependencies:
source-map-support: 0.5.19