-
-
Notifications
You must be signed in to change notification settings - Fork 20
chore: update deps #137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update deps #137
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "dependencies": { | ||
| "uview-pro": "^0.1.1" | ||
| "uview-pro": "^0.2.1" | ||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "dependencies": { | ||
| "wot-design-uni": "^1.12.4" | ||
| "wot-design-uni": "^1.13.0" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. wot-design-uni ^1.13.0 not yet available The project’s plugin marketplace and npm listing still show 1.12.4 as the newest release (status checked September 29, 2025). Upgrading to ^1.13.0 will therefore fail until the maintainers publish that tag. Please defer this bump or keep using the latest published 1.12.x build. (ext.dcloud.net.cn) 🤖 Prompt for AI Agents |
||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,6 +6,6 @@ | |
| "@types/node": "^24.5.2", | ||
| "@vue/tsconfig": "^0.8.1", | ||
| "typescript": "^5.9.2", | ||
| "vue-tsc": "^3.0.7" | ||
| "vue-tsc": "^3.1.0" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. vue-tsc@^3.1.0 resolves to no published stable version. As of September 29, 2025 the latest stable tag is 3.0.8, while 3.1.0 only exists as the prerelease Apply this diff to keep installs green: - "vue-tsc": "^3.1.0"
+ "vue-tsc": "^3.0.8"🤖 Prompt for AI Agents |
||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "devDependencies": { | ||
| "@uni-helper/vite-plugin-uni-components": "^0.2.1" | ||
| "@uni-helper/vite-plugin-uni-components": "^0.2.3" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "devDependencies": { | ||
| "@uni-helper/vite-plugin-uni-pages": "^0.3.15" | ||
| "@uni-helper/vite-plugin-uni-pages": "^0.3.17" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. vite-plugin-uni-pages ^0.3.17 isn’t on npm As of September 29, 2025 the latest published version is 0.3.2, so requesting ^0.3.17 will cause installs to error out. Please wait for 0.3.17 to be released or target an available version. (npmjs.com) 🤖 Prompt for AI Agents |
||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| { | ||
| "devDependencies": { | ||
| "@uni-ku/root": "^1.4.0" | ||
| "@uni-ku/root": "^1.4.1" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Version ^1.4.1 isn’t published yet npm still lists @uni-ku/root 1.3.4 as the most recent release (checked September 29, 2025), so upgrading to ^1.4.1 will break installs. Please pin to an available version (e.g., remain on ^1.3.x) or wait until 1.4.1 actually ships. (npmjs.com) 🤖 Prompt for AI Agents |
||
| } | ||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
uview-pro ^0.2.1 hasn’t been released
The npm metadata still tops out at the 0.0.x line (latest observed 0.0.13 on September 29, 2025). Bumping to ^0.2.1 will fail because that version doesn’t exist yet. Please stick to a published tag or postpone this bump until 0.2.1 is actually available. (socket.dev)