1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-10-03 05:02:21 +08:00

Add support to api version for: (#200)

- client: 1.07
- Access: 1.1.8
- Enrollment: 1.1.3
This commit is contained in:
Yamel Senih 2019-12-10 10:18:22 -04:00 committed by GitHub
parent 79698ad562
commit 1bacdd179d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,10 +44,10 @@
"url": "https://github.com/PanJiaChen/vue-element-admin/issues"
},
"dependencies": {
"@adempiere/grpc-access-client": "^1.1.7",
"@adempiere/grpc-access-client": "^1.1.8",
"@adempiere/grpc-data-client": "^1.8.0",
"@adempiere/grpc-dictionary-client": "^1.3.2",
"@adempiere/grpc-enrollment-client": "^1.0.6",
"@adempiere/grpc-dictionary-client": "^1.3.3",
"@adempiere/grpc-enrollment-client": "^1.0.7",
"autoprefixer": "^9.5.1",
"axios": "0.18.0",
"clipboard": "2.0.4",