Add common module as a dependency
This commit is contained in:
parent
c2dfd2fd3a
commit
8ea5b506f4
2 changed files with 4 additions and 1 deletions
2
web-svelte/pnpm-lock.yaml
generated
2
web-svelte/pnpm-lock.yaml
generated
|
|
@ -3,6 +3,7 @@ lockfileVersion: 5.3
|
|||
specifiers:
|
||||
'@sveltejs/vite-plugin-svelte': ^1.0.0-next.30
|
||||
'@tsconfig/svelte': ^2.0.1
|
||||
common: file:../common
|
||||
sass: ^1.45.0
|
||||
svelte: ^3.44.0
|
||||
svelte-check: ^2.2.7
|
||||
|
|
@ -13,6 +14,7 @@ specifiers:
|
|||
vite: ^2.7.2
|
||||
|
||||
dependencies:
|
||||
common: link:../common
|
||||
sass: 1.45.0
|
||||
svelte-particles: 1.20.5_svelte@3.44.3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue