Skip to content

Commit

Permalink
chore: upgrade redi version
Browse files Browse the repository at this point in the history
  • Loading branch information
wzhudev committed Apr 23, 2024
1 parent e1e4b74 commit ad651ab
Show file tree
Hide file tree
Showing 28 changed files with 496 additions and 519 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.0',
version: '^0.13.1',
},
'@wendellhu/redi/react-bindings': {
global: '@wendellhu/redi/react-bindings',
Expand Down
2 changes: 1 addition & 1 deletion common/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@univerjs/core": "workspace:*",
"@univerjs/design": "workspace:*",
"@univerjs/ui": "workspace:*",
"@wendellhu/redi": "^0.13.0",
"@wendellhu/redi": "^0.13.1",
"css-loader": "^6.10.0",
"less-loader": "^12.2.0",
"storybook": "8.0.9",
Expand Down
2 changes: 1 addition & 1 deletion examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@univerjs/slides-ui": "workspace:*",
"@univerjs/ui": "workspace:*",
"@univerjs/uniscript": "workspace:*",
"@wendellhu/redi": "^0.13.0",
"@wendellhu/redi": "^0.13.1",
"clsx": "^2.1.1",
"monaco-editor": "0.47.0",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"build": "tsc && vite build"
},
"peerDependencies": {
"@wendellhu/redi": "0.13.0",
"@wendellhu/redi": "^0.13.1",
"rxjs": ">=7.0.0"
},
"dependencies": {
Expand All @@ -75,7 +75,7 @@
"devDependencies": {
"@types/numeral": "^2.0.5",
"@univerjs/shared": "workspace:*",
"@wendellhu/redi": "^0.13.0",
"@wendellhu/redi": "^0.13.1",
"rxjs": "^7.8.1",
"typescript": "^5.4.5",
"vite": "^5.2.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/data-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"peerDependencies": {
"@univerjs/core": "workspace:*",
"@univerjs/sheets": "workspace:*",
"@wendellhu/redi": "0.13.0",
"@wendellhu/redi": "0.13.1",
"rxjs": ">=7.0.0"
},
"dependencies": {
Expand All @@ -76,7 +76,7 @@
"@univerjs/protocol": "^0.1.14",
"@univerjs/shared": "workspace:*",
"@univerjs/sheets": "workspace:*",
"@wendellhu/redi": "^0.13.0",
"@wendellhu/redi": "^0.13.1",
"rxjs": "^7.8.1",
"typescript": "^5.4.5",
"vite": "^5.2.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/docs-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@univerjs/docs": "workspace:*",
"@univerjs/engine-render": "workspace:*",
"@univerjs/ui": "workspace:*",
"@wendellhu/redi": "0.13.0",
"@wendellhu/redi": "^0.13.1",
"react": "^16.9.0 || ^17.0.0 || ^18.0.0",
"rxjs": ">=7.0.0"
},
Expand All @@ -83,7 +83,7 @@
"@univerjs/engine-render": "workspace:*",
"@univerjs/shared": "workspace:*",
"@univerjs/ui": "workspace:*",
"@wendellhu/redi": "^0.13.0",
"@wendellhu/redi": "^0.13.1",
"less": "^4.2.0",
"react": "^18.2.0",
"rxjs": "^7.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@
"peerDependencies": {
"@univerjs/core": "workspace:*",
"@univerjs/engine-render": "workspace:*",
"@wendellhu/redi": "0.13.0",
"@wendellhu/redi": "^0.13.1",
"rxjs": ">=7.0.0"
},
"devDependencies": {
"@univerjs/core": "workspace:*",
"@univerjs/engine-render": "workspace:*",
"@univerjs/shared": "workspace:*",
"@wendellhu/redi": "^0.13.0",
"@wendellhu/redi": "^0.13.1",
"rxjs": "^7.8.1",
"typescript": "^5.4.5",
"vite": "^5.2.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/engine-formula/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"peerDependencies": {
"@univerjs/core": "workspace:*",
"@wendellhu/redi": "0.13.0",
"@wendellhu/redi": "^0.13.1",
"rxjs": ">=7.0.0"
},
"dependencies": {
Expand All @@ -75,7 +75,7 @@
"@types/big.js": "^6.2.2",
"@univerjs/core": "workspace:*",
"@univerjs/shared": "workspace:*",
"@wendellhu/redi": "^0.13.0",
"@wendellhu/redi": "^0.13.1",
"rxjs": "^7.8.1",
"typescript": "^5.4.5",
"vite": "^5.2.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/engine-render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"peerDependencies": {
"@univerjs/core": "workspace:*",
"@wendellhu/redi": "0.13.0",
"@wendellhu/redi": "^0.13.1",
"rxjs": ">=7.0.0"
},
"dependencies": {
Expand All @@ -75,7 +75,7 @@
"@types/opentype.js": "^1.3.8",
"@univerjs/core": "workspace:*",
"@univerjs/shared": "workspace:*",
"@wendellhu/redi": "^0.13.0",
"@wendellhu/redi": "^0.13.1",
"rxjs": "^7.8.1",
"typescript": "^5.4.5",
"vite": "^5.2.10",
Expand Down
4 changes: 2 additions & 2 deletions 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.0"
"@wendellhu/redi": "^0.13.1"
},
"devDependencies": {
"@univerjs/core": "workspace:*",
Expand All @@ -86,7 +86,7 @@
"@univerjs/sheets-numfmt": "workspace:*",
"@univerjs/sheets-ui": "workspace:*",
"@univerjs/ui": "workspace:*",
"@wendellhu/redi": "^0.13.0",
"@wendellhu/redi": "^0.13.1",
"jsdom": "^24.0.0",
"rxjs": "^7.8.1",
"typescript": "^5.4.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/find-replace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@univerjs/design": "workspace:*",
"@univerjs/engine-render": "workspace:*",
"@univerjs/ui": "workspace:*",
"@wendellhu/redi": "0.13.0",
"@wendellhu/redi": "0.13.1",
"react": "^16.9.0 || ^17.0.0 || ^18.0.0",
"rxjs": ">=7.0.0"
},
Expand All @@ -85,7 +85,7 @@
"@univerjs/engine-render": "workspace:*",
"@univerjs/shared": "workspace:*",
"@univerjs/ui": "workspace:*",
"@wendellhu/redi": "^0.13.0",
"@wendellhu/redi": "^0.13.1",
"less": "^4.2.0",
"react": "^18.2.0",
"rxjs": "^7.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"peerDependencies": {
"@univerjs/core": "workspace:*",
"@univerjs/engine-render": "workspace:*",
"@wendellhu/redi": "0.13.0",
"@wendellhu/redi": "^0.13.1",
"rxjs": ">=7.0.0"
},
"dependencies": {
Expand All @@ -76,7 +76,7 @@
"@univerjs/shared": "workspace:*",
"@univerjs/sheets": "workspace:*",
"@univerjs/ui": "workspace:*",
"@wendellhu/redi": "^0.13.0",
"@wendellhu/redi": "^0.13.1",
"less": "^4.2.0",
"react": "^18.2.0",
"rxjs": "^7.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/network/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
},
"peerDependencies": {
"@univerjs/core": "workspace:*",
"@wendellhu/redi": "0.13.0",
"@wendellhu/redi": "^0.13.1",
"rxjs": ">=7.0.0"
},
"devDependencies": {
"@univerjs/core": "workspace:*",
"@univerjs/shared": "workspace:*",
"@wendellhu/redi": "^0.13.0",
"@wendellhu/redi": "^0.13.1",
"rxjs": "^7.8.1",
"typescript": "^5.4.5",
"vite": "^5.2.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@
},
"peerDependencies": {
"@univerjs/core": "workspace:*",
"@wendellhu/redi": "0.13.0",
"@wendellhu/redi": "^0.13.1",
"rxjs": ">=7.0.0"
},
"devDependencies": {
"@univerjs/core": "workspace:*",
"@univerjs/shared": "workspace:*",
"@wendellhu/redi": "^0.13.0",
"@wendellhu/redi": "^0.13.1",
"rxjs": "^7.8.1",
"typescript": "^5.4.5",
"vite": "^5.2.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/sheets-conditional-formatting-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@univerjs/sheets-conditional-formatting": "workspace:*",
"@univerjs/sheets-ui": "workspace:*",
"@univerjs/ui": "workspace:*",
"@wendellhu/redi": "0.13.0",
"@wendellhu/redi": "0.13.1",
"clsx": ">=2.0.0",
"react": "^16.9.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0",
Expand All @@ -101,7 +101,7 @@
"@univerjs/sheets": "workspace:*",
"@univerjs/sheets-ui": "workspace:*",
"@univerjs/ui": "workspace:*",
"@wendellhu/redi": "^0.13.0",
"@wendellhu/redi": "^0.13.1",
"clsx": "^2.1.1",
"less": "^4.2.0",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/sheets-conditional-formatting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@univerjs/engine-formula": "workspace:*",
"@univerjs/engine-render": "workspace:*",
"@univerjs/sheets": "workspace:*",
"@wendellhu/redi": "0.13.0",
"@wendellhu/redi": "0.13.1",
"rxjs": ">=7.0.0"
},
"dependencies": {
Expand All @@ -82,7 +82,7 @@
"@univerjs/icons-svg": "^0.1.44",
"@univerjs/shared": "workspace:*",
"@univerjs/sheets": "workspace:*",
"@wendellhu/redi": "^0.13.0",
"@wendellhu/redi": "^0.13.1",
"rxjs": "^7.8.1",
"sharp": "^0.33.3",
"typescript": "^5.4.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/sheets-data-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@univerjs/sheets-formula": "workspace:*",
"@univerjs/sheets-ui": "workspace:*",
"@univerjs/ui": "workspace:*",
"@wendellhu/redi": "0.13.0",
"@wendellhu/redi": "^0.13.1",
"clsx": ">=2.0.0",
"react": "^16.9.0 || ^17.0.0 || ^18.0.0",
"rxjs": ">=7.0.0"
Expand All @@ -88,7 +88,7 @@
"@univerjs/sheets-formula": "workspace:*",
"@univerjs/sheets-ui": "workspace:*",
"@univerjs/ui": "workspace:*",
"@wendellhu/redi": "^0.13.0",
"@wendellhu/redi": "^0.13.1",
"clsx": "^2.1.1",
"less": "^4.2.0",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/sheets-find-replace/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@univerjs/find-replace": "workspace:*",
"@univerjs/sheets": "workspace:*",
"@univerjs/sheets-ui": "workspace:*",
"@wendellhu/redi": "0.13.0",
"@wendellhu/redi": "^0.13.1",
"rxjs": ">=7.0.0"
},
"devDependencies": {
Expand All @@ -79,7 +79,7 @@
"@univerjs/shared": "workspace:*",
"@univerjs/sheets": "workspace:*",
"@univerjs/sheets-ui": "workspace:*",
"@wendellhu/redi": "^0.13.0",
"@wendellhu/redi": "^0.13.1",
"rxjs": "^7.8.1",
"typescript": "^5.4.5",
"vite": "^5.2.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/sheets-formula/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@univerjs/sheets-numfmt": "workspace:*",
"@univerjs/sheets-ui": "workspace:*",
"@univerjs/ui": "workspace:*",
"@wendellhu/redi": "0.13.0",
"@wendellhu/redi": "^0.13.1",
"react": "^16.9.0 || ^17.0.0 || ^18.0.0",
"rxjs": ">=7.0.0"
},
Expand All @@ -88,7 +88,7 @@
"@univerjs/sheets-ui": "workspace:*",
"@univerjs/ui": "workspace:*",
"@vitejs/plugin-react": "^4.2.1",
"@wendellhu/redi": "^0.13.0",
"@wendellhu/redi": "^0.13.1",
"less": "^4.2.0",
"react": "^18.2.0",
"rxjs": "^7.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/sheets-numfmt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@univerjs/sheets": "workspace:*",
"@univerjs/sheets-ui": "workspace:*",
"@univerjs/ui": "workspace:*",
"@wendellhu/redi": "0.13.0",
"@wendellhu/redi": "0.13.1",
"react": "^16.9.0 || ^17.0.0 || ^18.0.0",
"rxjs": ">=7.0.0"
},
Expand All @@ -92,7 +92,7 @@
"@univerjs/sheets": "workspace:*",
"@univerjs/sheets-ui": "workspace:*",
"@univerjs/ui": "workspace:*",
"@wendellhu/redi": "^0.13.0",
"@wendellhu/redi": "^0.13.1",
"less": "^4.2.0",
"react": "^18.2.0",
"rxjs": "^7.8.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/sheets-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"@univerjs/engine-render": "workspace:*",
"@univerjs/sheets": "workspace:*",
"@univerjs/ui": "workspace:*",
"@wendellhu/redi": "0.13.0",
"@wendellhu/redi": "^0.13.1",
"clsx": ">=2.0.0",
"react": "^16.9.0 || ^17.0.0 || ^18.0.0",
"rxjs": ">=7.0.0"
Expand All @@ -94,7 +94,7 @@
"@univerjs/shared": "workspace:*",
"@univerjs/sheets": "workspace:*",
"@univerjs/ui": "workspace:*",
"@wendellhu/redi": "^0.13.0",
"@wendellhu/redi": "^0.13.1",
"clsx": "^2.1.1",
"less": "^4.2.0",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/sheets-zen-editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@univerjs/engine-render": "workspace:*",
"@univerjs/sheets-ui": "workspace:*",
"@univerjs/ui": "workspace:*",
"@wendellhu/redi": "0.13.0",
"@wendellhu/redi": "^0.13.1",
"clsx": ">=2.0.0",
"react": "^16.9.0 || ^17.0.0 || ^18.0.0",
"rxjs": ">=7.0.0"
Expand All @@ -87,7 +87,7 @@
"@univerjs/shared": "workspace:*",
"@univerjs/sheets-ui": "workspace:*",
"@univerjs/ui": "workspace:*",
"@wendellhu/redi": "^0.13.0",
"@wendellhu/redi": "^0.13.1",
"clsx": "^2.1.1",
"less": "^4.2.0",
"react": "^18.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/sheets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@univerjs/core": "workspace:*",
"@univerjs/engine-formula": "workspace:*",
"@univerjs/engine-render": "workspace:*",
"@wendellhu/redi": "0.13.0",
"@wendellhu/redi": "0.13.1",
"rxjs": ">=7.0.0"
},
"dependencies": {
Expand All @@ -77,7 +77,7 @@
"@univerjs/engine-formula": "workspace:*",
"@univerjs/engine-render": "workspace:*",
"@univerjs/shared": "workspace:*",
"@wendellhu/redi": "^0.13.0",
"@wendellhu/redi": "^0.13.1",
"rxjs": "^7.8.1",
"typescript": "^5.4.5",
"vite": "^5.2.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/slides-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
"@univerjs/engine-render": "workspace:*",
"@univerjs/slides": "workspace:*",
"@univerjs/ui": "workspace:*",
"@wendellhu/redi": "0.13.0",
"@wendellhu/redi": "^0.13.1",
"react": "^16.9.0 || ^17.0.0 || ^18.0.0"
},
"devDependencies": {
Expand All @@ -81,7 +81,7 @@
"@univerjs/shared": "workspace:*",
"@univerjs/slides": "workspace:*",
"@univerjs/ui": "workspace:*",
"@wendellhu/redi": "^0.13.0",
"@wendellhu/redi": "^0.13.1",
"less": "^4.2.0",
"react": "^18.2.0",
"rxjs": "^7.8.1",
Expand Down
Loading

0 comments on commit ad651ab

Please sign in to comment.