mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 01:58:27 +00:00
chore: update pnpm-lock
This commit is contained in:
parent
2420306f42
commit
59f1280f3c
1 changed files with 12 additions and 12 deletions
|
|
@ -92,8 +92,8 @@ importers:
|
|||
|
||||
packages/board:
|
||||
specifiers:
|
||||
'@idraw/types': ^0.3.0-beta.2
|
||||
'@idraw/util': ^0.3.0-beta.2
|
||||
'@idraw/types': ^0.3.0-beta.3
|
||||
'@idraw/util': ^0.3.0-beta.3
|
||||
dependencies:
|
||||
'@idraw/util': link:../util
|
||||
devDependencies:
|
||||
|
|
@ -101,10 +101,10 @@ importers:
|
|||
|
||||
packages/core:
|
||||
specifiers:
|
||||
'@idraw/board': ^0.3.0-beta.2
|
||||
'@idraw/renderer': ^0.3.0-beta.2
|
||||
'@idraw/types': ^0.3.0-beta.2
|
||||
'@idraw/util': ^0.3.0-beta.2
|
||||
'@idraw/board': ^0.3.0-beta.3
|
||||
'@idraw/renderer': ^0.3.0-beta.3
|
||||
'@idraw/types': ^0.3.0-beta.3
|
||||
'@idraw/util': ^0.3.0-beta.3
|
||||
dependencies:
|
||||
'@idraw/board': link:../board
|
||||
'@idraw/renderer': link:../renderer
|
||||
|
|
@ -114,9 +114,9 @@ importers:
|
|||
|
||||
packages/idraw:
|
||||
specifiers:
|
||||
'@idraw/core': ^0.3.0-beta.2
|
||||
'@idraw/types': ^0.3.0-beta.2
|
||||
'@idraw/util': ^0.3.0-beta.2
|
||||
'@idraw/core': ^0.3.0-beta.3
|
||||
'@idraw/types': ^0.3.0-beta.3
|
||||
'@idraw/util': ^0.3.0-beta.3
|
||||
dependencies:
|
||||
'@idraw/core': link:../core
|
||||
'@idraw/util': link:../util
|
||||
|
|
@ -125,8 +125,8 @@ importers:
|
|||
|
||||
packages/renderer:
|
||||
specifiers:
|
||||
'@idraw/types': ^0.3.0-beta.2
|
||||
'@idraw/util': ^0.3.0-beta.2
|
||||
'@idraw/types': ^0.3.0-beta.3
|
||||
'@idraw/util': ^0.3.0-beta.3
|
||||
dependencies:
|
||||
'@idraw/util': link:../util
|
||||
devDependencies:
|
||||
|
|
@ -137,7 +137,7 @@ importers:
|
|||
|
||||
packages/util:
|
||||
specifiers:
|
||||
'@idraw/types': ^0.3.0-beta.2
|
||||
'@idraw/types': ^0.3.0-beta.3
|
||||
devDependencies:
|
||||
'@idraw/types': link:../types
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue