Skip to content

Commit

Permalink
chore: fix lockfile (#2682)
Browse files Browse the repository at this point in the history
  • Loading branch information
jikkai authored Jul 4, 2024
1 parent 692b30c commit 7b89329
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions packages/docs-thread-comment-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@
"@univerjs/thread-comment": "workspace:*",
"@univerjs/thread-comment-ui": "workspace:*",
"@univerjs/ui": "workspace:*",
"@wendellhu/redi": "0.15.4",
"@wendellhu/redi": "0.15.5",
"react": "^16.9.0 || ^17.0.0 || ^18.0.0",
"rxjs": ">=7.0.0"
},
"dependencies": {
"@univerjs/icons": "^0.1.56",
"@univerjs/icons": "^0.1.58",
"@univerjs/thread-comment": "workspace:*",
"@univerjs/thread-comment-ui": "workspace:*"
},
Expand All @@ -81,12 +81,12 @@
"@univerjs/thread-comment": "workspace:*",
"@univerjs/thread-comment-ui": "workspace:*",
"@univerjs/ui": "workspace:*",
"@wendellhu/redi": "0.15.4",
"@wendellhu/redi": "0.15.5",
"clsx": "^2.1.1",
"react": "18.3.1",
"rxjs": "^7.8.1",
"typescript": "^5.4.5",
"vite": "^5.2.12",
"typescript": "^5.5.3",
"vite": "^5.3.3",
"vitest": "^1.6.0"
},
"univerSpace": {
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7b89329

Please sign in to comment.