Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): fix in pre-release-v0.1.15 #2521

Merged
merged 3 commits into from
Jun 14, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore(redi): update redi version
  • Loading branch information
hexf00 committed Jun 14, 2024
commit 5f8c19554bac4164997d283b802391bddefdd905
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 @@ -27,7 +27,7 @@ exports.autoExternalizeDependency = function autoExternalizeDependency() {
'@wendellhu/redi': {
global: '@wendellhu/redi',
name: '@wendellhu/redi',
version: '0.15.2',
version: '0.15.4',
},
'@wendellhu/redi/react-bindings': {
global: '@wendellhu/redi/react-bindings',
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-drawing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@univerjs/docs-ui": "workspace:*",
"@univerjs/drawing": "workspace:*",
"@univerjs/engine-render": "workspace:*",
"@wendellhu/redi": "0.15.2"
"@wendellhu/redi": "0.15.4"
},
"devDependencies": {
"@univerjs/core": "workspace:*",
Expand Down
1 change: 1 addition & 0 deletions packages/engine-numfmt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
"lint:types": "tsc --noEmit",
"build": "tsc && vite build"
},
"peerDependencies": {},
"dependencies": {
"numfmt": "^2.5.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/sheets-drawing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"peerDependencies": {
"@univerjs/core": "workspace:*",
"@univerjs/drawing": "workspace:*",
"@wendellhu/redi": "0.15.2"
"@wendellhu/redi": "0.15.4"
},
"devDependencies": {
"@univerjs/core": "workspace:*",
Expand Down
Loading