Very similar to #120 Not sure what's going on with my install, but this is happening to me. ```bash $ npm ls typescript --omit="peer" --omit="dev" --omit="optional" @myrepo/backend@9.0.7 /home/kyle/dev/backend └─┬ @t3-oss/env-core@0.13.8 └── typescript@5.8.3 ``` ```json { "dependencies": { "@t3-oss/env-core": "^0.13.8" }, "devDependencies": { "typescript": "^5.8.3" } } ``` I'm wondering if it's a npm bug with peerDependenciesMeta?