Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 3 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,28 +36,16 @@
"@rayhanadev/truffler": "^0.4.2",
"@sentry/cli": "^3.4.3",
"@types/node": "^25.6.0",
"@voidzero-dev/vite-plus-core": "^0.1.15",
"@voidzero-dev/vite-plus-core": "https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-core@1856",
"cross-env": "^10.1.0",
"ts-json-schema-generator": "^2.9.0",
"turbo": "^2.9.7",
"typescript": "^6.0.3",
"vite-plus": "^0.1.15"
"vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@1856"
Comment on lines +39 to +44

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

Using temporary pkg.pr.new URLs for dependencies in package.json is highly discouraged for stable/main branches. These builds are temporary and can be deleted or expire, which will eventually break the installation and build process for anyone cloning this repository in the future.

If v0.2.0 is published on npm, please use the published npm version instead. If this is a temporary PR for testing, please ensure these are replaced with stable npm registry versions before merging.

Suggested change
"@voidzero-dev/vite-plus-core": "https://pkg.pr.new/voidzero-dev/vite-plus/@voidzero-dev/vite-plus-core@1856",
"cross-env": "^10.1.0",
"ts-json-schema-generator": "^2.9.0",
"turbo": "^2.9.7",
"typescript": "^6.0.3",
"vite-plus": "^0.1.15"
"vite-plus": "https://pkg.pr.new/voidzero-dev/vite-plus@1856"
"@voidzero-dev/vite-plus-core": "^0.2.0",
"cross-env": "^10.1.0",
"ts-json-schema-generator": "^2.9.0",
"turbo": "^2.9.7",
"typescript": "^6.0.3",
"vite-plus": "^0.2.0"

},
"engines": {
"node": "^20.19.0 || >=22.13.0",
"pnpm": ">=8"
},
"packageManager": "pnpm@10.29.1",
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"@sentry/cli",
"esbuild",
"unrs-resolver"
],
"overrides": {
"oxlint": ">=1.66.0 <1.67.0",
"oxlint-tsgolint": "^0.23.0"
}
}
"packageManager": "pnpm@10.29.1"
}
Loading
Loading