wallet: fix workspace dependency version
This commit is contained in:
parent
ac17419b35
commit
9abcb96bf0
@ -28,7 +28,7 @@
|
|||||||
"typescript": "^4.4.4"
|
"typescript": "^4.4.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@gnu-taler/taler-util": "workspace:^0.8.3",
|
"@gnu-taler/taler-util": "workspace:*",
|
||||||
"fetch-ponyfill": "^7.1.0",
|
"fetch-ponyfill": "^7.1.0",
|
||||||
"fflate": "^0.6.0",
|
"fflate": "^0.6.0",
|
||||||
"hash-wasm": "^4.9.0",
|
"hash-wasm": "^4.9.0",
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@gnu-taler/taler-util": "workspace:^0.8.3",
|
"@gnu-taler/taler-util": "workspace:*",
|
||||||
"anastasis-core": "workspace:^0.0.1",
|
"anastasis-core": "workspace:^0.0.1",
|
||||||
"base64-inline-loader": "1.1.1",
|
"base64-inline-loader": "1.1.1",
|
||||||
"date-fns": "2.25.0",
|
"date-fns": "2.25.0",
|
||||||
|
@ -16,7 +16,7 @@ importers:
|
|||||||
|
|
||||||
packages/anastasis-core:
|
packages/anastasis-core:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@gnu-taler/taler-util': workspace:^0.8.3
|
'@gnu-taler/taler-util': workspace:*
|
||||||
'@rollup/plugin-commonjs': ^21.0.1
|
'@rollup/plugin-commonjs': ^21.0.1
|
||||||
'@rollup/plugin-json': ^4.1.0
|
'@rollup/plugin-json': ^4.1.0
|
||||||
'@rollup/plugin-node-resolve': ^13.0.6
|
'@rollup/plugin-node-resolve': ^13.0.6
|
||||||
@ -52,7 +52,7 @@ importers:
|
|||||||
packages/anastasis-webui:
|
packages/anastasis-webui:
|
||||||
specifiers:
|
specifiers:
|
||||||
'@creativebulma/bulma-tooltip': ^1.2.0
|
'@creativebulma/bulma-tooltip': ^1.2.0
|
||||||
'@gnu-taler/taler-util': workspace:^0.8.3
|
'@gnu-taler/taler-util': workspace:*
|
||||||
'@storybook/addon-a11y': ^6.3.12
|
'@storybook/addon-a11y': ^6.3.12
|
||||||
'@storybook/addon-actions': ^6.3.12
|
'@storybook/addon-actions': ^6.3.12
|
||||||
'@storybook/addon-essentials': ^6.3.12
|
'@storybook/addon-essentials': ^6.3.12
|
||||||
@ -1924,11 +1924,11 @@ packages:
|
|||||||
peerDependencies:
|
peerDependencies:
|
||||||
'@babel/core': ^7.0.0-0
|
'@babel/core': ^7.0.0-0
|
||||||
dependencies:
|
dependencies:
|
||||||
'@babel/compat-data': 7.16.4
|
'@babel/compat-data': 7.16.0
|
||||||
'@babel/helper-compilation-targets': 7.16.3
|
'@babel/helper-compilation-targets': 7.16.0
|
||||||
'@babel/helper-plugin-utils': 7.14.5
|
'@babel/helper-plugin-utils': 7.14.5
|
||||||
'@babel/plugin-syntax-object-rest-spread': 7.8.3
|
'@babel/plugin-syntax-object-rest-spread': 7.8.3
|
||||||
'@babel/plugin-transform-parameters': 7.16.3
|
'@babel/plugin-transform-parameters': 7.16.0
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/@babel/plugin-proposal-object-rest-spread/7.16.0_@babel+core@7.16.0:
|
/@babel/plugin-proposal-object-rest-spread/7.16.0_@babel+core@7.16.0:
|
||||||
@ -2942,7 +2942,7 @@ packages:
|
|||||||
'@babel/core': 7.16.0
|
'@babel/core': 7.16.0
|
||||||
'@babel/helper-module-imports': 7.16.0
|
'@babel/helper-module-imports': 7.16.0
|
||||||
'@babel/helper-plugin-utils': 7.14.5
|
'@babel/helper-plugin-utils': 7.14.5
|
||||||
'@babel/helper-remap-async-to-generator': 7.16.0
|
'@babel/helper-remap-async-to-generator': 7.16.4
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- supports-color
|
- supports-color
|
||||||
dev: true
|
dev: true
|
||||||
@ -11565,7 +11565,7 @@ packages:
|
|||||||
/axios/0.21.4:
|
/axios/0.21.4:
|
||||||
resolution: {integrity: sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==}
|
resolution: {integrity: sha512-ut5vewkiu8jjGBdqpM44XxjuCjq9LAKeHVmoVfHVzy8eHgxxq8SbAVQNovDA8mVi05kP0Ea/n/UzcSHcTJQfNg==}
|
||||||
dependencies:
|
dependencies:
|
||||||
follow-redirects: 1.14.5_debug@4.3.2
|
follow-redirects: 1.14.5
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- debug
|
- debug
|
||||||
dev: true
|
dev: true
|
||||||
@ -15705,6 +15705,16 @@ packages:
|
|||||||
optional: true
|
optional: true
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
/follow-redirects/1.14.5:
|
||||||
|
resolution: {integrity: sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA==}
|
||||||
|
engines: {node: '>=4.0'}
|
||||||
|
peerDependencies:
|
||||||
|
debug: '*'
|
||||||
|
peerDependenciesMeta:
|
||||||
|
debug:
|
||||||
|
optional: true
|
||||||
|
dev: true
|
||||||
|
|
||||||
/follow-redirects/1.14.5_debug@4.3.2:
|
/follow-redirects/1.14.5_debug@4.3.2:
|
||||||
resolution: {integrity: sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA==}
|
resolution: {integrity: sha512-wtphSXy7d4/OR+MvIFbCVBDzZ5520qV8XfPklSN5QtxuMUJZ+b0Wnst1e1lCDocfzuCkHqj8k0FpZqO+UIaKNA==}
|
||||||
engines: {node: '>=4.0'}
|
engines: {node: '>=4.0'}
|
||||||
@ -20931,7 +20941,7 @@ packages:
|
|||||||
resolution: {integrity: sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==}
|
resolution: {integrity: sha512-7Wjy+9E3WwLOEL30D+m8TSTF7qJJUJLONBnwQp0518siuMxUQUbgZwssaFX+QKlZkjHZcw/IpZCt/H0srrntSg==}
|
||||||
engines: {node: '>=6'}
|
engines: {node: '>=6'}
|
||||||
dependencies:
|
dependencies:
|
||||||
ts-pnp: 1.2.0_typescript@4.3.5
|
ts-pnp: 1.2.0_typescript@4.4.3
|
||||||
transitivePeerDependencies:
|
transitivePeerDependencies:
|
||||||
- typescript
|
- typescript
|
||||||
dev: true
|
dev: true
|
||||||
@ -25007,18 +25017,6 @@ packages:
|
|||||||
tslib: 2.3.1
|
tslib: 2.3.1
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
/ts-pnp/1.2.0_typescript@4.3.5:
|
|
||||||
resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==}
|
|
||||||
engines: {node: '>=6'}
|
|
||||||
peerDependencies:
|
|
||||||
typescript: '*'
|
|
||||||
peerDependenciesMeta:
|
|
||||||
typescript:
|
|
||||||
optional: true
|
|
||||||
dependencies:
|
|
||||||
typescript: 4.3.5
|
|
||||||
dev: true
|
|
||||||
|
|
||||||
/ts-pnp/1.2.0_typescript@4.4.3:
|
/ts-pnp/1.2.0_typescript@4.4.3:
|
||||||
resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==}
|
resolution: {integrity: sha512-csd+vJOb/gkzvcCHgTGSChYpy5f1/XKNsmvBGO4JXS+z1v2HobugDz4s1IeFXM3wZB44uczs+eazB5Q/ccdhQw==}
|
||||||
engines: {node: '>=6'}
|
engines: {node: '>=6'}
|
||||||
|
Loading…
Reference in New Issue
Block a user