Skip to content

Commit

Permalink
fix: fix facade version
Browse files Browse the repository at this point in the history
  • Loading branch information
wzhudev committed May 12, 2024
1 parent f4cff69 commit 71fcd08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/shared/vite/auto-externalize-dependency-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ exports.autoExternalizeDependency = function autoExternalizeDependency() {
'@wendellhu/redi': {
global: '@wendellhu/redi',
name: '@wendellhu/redi',
version: '^0.13.3',
version: '^0.14.0',
},
'@wendellhu/redi/react-bindings': {
global: '@wendellhu/redi/react-bindings',
Expand Down
2 changes: 1 addition & 1 deletion packages/facade/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@univerjs/sheets-formula": "workspace:*",
"@univerjs/sheets-numfmt": "workspace:*",
"@univerjs/sheets-ui": "workspace:*",
"@wendellhu/redi": "^0.13.3"
"@wendellhu/redi": "^0.14.0"
},
"devDependencies": {
"@univerjs/core": "workspace:*",
Expand Down

0 comments on commit 71fcd08

Please sign in to comment.