tauri-apps / create-tauri-app

Rapidly scaffold out a new tauri app project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bug: deprecated dependencies and mismatched versions

sinjs opened this issue · comments

commented

After using the create-tauri-app with pnpm and the svelte-ts template, and afterwards running pnpm i to install all dependencies, pnpm will complain about the following issues:

  • @types/sass does not need to be installed, since sass provides its own typedefs
  • sourcemap-coded is deprecated
  • svelte-check@3.0.0 requires svelte@^3.55.0, however the package is using 3.54.0

command line output:

$ pnpm i
 WARN  deprecated @types/sass@1.45.0: This is a stub types definition. sass provides its own type definitions, so you do not need this installed.
 WARN  deprecated sourcemap-codec@1.4.8: Please use @jridgewell/sourcemap-codec instead

# ...

 WARN  Issues with peer dependencies found
.
└─┬ svelte-check 3.0.0
  └── ✕ unmet peer svelte@^3.55.0: found 3.54.0