the-bed-stack icon indicating copy to clipboard operation
the-bed-stack copied to clipboard

Upgrading dependencies to latest version - error on elysia types.

Open singh05 opened this issue 1 year ago • 0 comments

Version

latest

Describe the bug

Updated packages to latest version:

"dependencies": { "@elysiajs/swagger": "^0.8.3", "commander": "^11.1.0", "drizzle-orm": "^0.29.3", "drizzle-typebox": "^0.1.1", "elysia": "^0.8.9", "jose": "^5.2.0", "postgres": "3.4.3" }, "devDependencies": { "@biomejs/biome": "1.5.2", "@faker-js/faker": "^8.3.1", "@types/node": "^20.11.5", "bun-types": "latest", "drizzle-kit": "^0.20.13", "husky": "^8.0.3", "lint-staged": "^15.2.0", "pg": "^8.11.3", "vitepress": "^1.0.0-rc.39" },

Getting following error in IDE (WebStorm):

Screenshot 2024-01-21 at 9 50 33 PM

Reproduction

bun upgrade -f

System Info

No response

Validations

singh05 avatar Jan 21 '24 14:01 singh05