mirror of
https://github.com/pezkuwichain/pezkuwi-api.git
synced 2026-04-22 05:37:58 +00:00
fix: update cross-package dependencies to 16.5.18
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
],
|
||||
"type": "module",
|
||||
"types": "./index.d.ts",
|
||||
"version": "16.5.11",
|
||||
"version": "16.5.18",
|
||||
"main": "./cjs/index.js",
|
||||
"module": "./index.js",
|
||||
"exports": {
|
||||
@@ -255,8 +255,8 @@
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@pezkuwi/rpc-core": "16.5.9",
|
||||
"@pezkuwi/types": "16.5.9",
|
||||
"@pezkuwi/rpc-core": "16.5.18",
|
||||
"@pezkuwi/types": "16.5.18",
|
||||
"@pezkuwi/util": "14.0.11",
|
||||
"rxjs": "^7.8.1",
|
||||
"tslib": "^2.8.1"
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
|
||||
// Do not edit, auto-generated by @pezkuwi/dev
|
||||
|
||||
export const packageInfo = { name: '@pezkuwi/api-base', path: 'auto', type: 'auto', version: '16.5.11' };
|
||||
export const packageInfo = { name: '@pezkuwi/api-base', path: 'auto', type: 'auto', version: '16.5.18' };
|
||||
|
||||
Reference in New Issue
Block a user