This repository has been archived by the owner on Feb 22, 2023. It is now read-only.
Outdated dependencies #1086
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
🟨 priority: medium
Not blocking but should be addressed soon
Description
Keeping packages updated should help us make an easier transition to Nuxt 3. There are several with major versions behind so this will require multiple PR to make sure each update does not break the app. It is suggested to start by devDependencies.
Production dependencies
`pnpm outdated -P --no-table`
Development dependencies
`pnpm outdated -D --no-table`
Expectation
A
package.json
with dependencies up to date whenever possible.Resolution
The text was updated successfully, but these errors were encountered: