Skip to content

Commit f91551b

Browse files
committed
fix
1 parent fdd1af1 commit f91551b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugin-export-pdf/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"style": "dist/style.css",
2020
"typings": "types/index.d.ts",
2121
"peerDependencies": {
22-
"vxe-table": "^4.11.27"
22+
"vxe-table": "^4.12"
2323
},
2424
"devDependencies": {
2525
"@babel/core": "^7.12.3",

plugin-export-xlsx/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"style": "dist/style.css",
1818
"typings": "types/index.d.ts",
1919
"peerDependencies": {
20-
"vxe-table": "^4.11.27"
20+
"vxe-table": "^4.12"
2121
},
2222
"devDependencies": {
2323
"@babel/core": "^7.12.3",

0 commit comments

Comments
 (0)