Skip to content
Merged
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
2 changes: 1 addition & 1 deletion code/frameworks/nextjs-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@storybook/react": "workspace:*",
"@storybook/react-vite": "workspace:*",
"styled-jsx": "5.1.6",
"vite-plugin-storybook-nextjs": "^3.1.0"
"vite-plugin-storybook-nextjs": "^3.1.7"
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

🌐 Web query:

vite-plugin-storybook-nextjs 3.1.7 npm package release

💡 Result:

I couldn't find a release for vite-plugin-storybook-nextjs v3.1.7. The package registry shows latest published versions around v2.0.7 (npm) and jsDelivr lists v3.1.2; the plugin's GitHub repo is active but has no tag/release for 3.1.7. See:

  • npm package (latest v2.0.7). [1]
  • jsDelivr listing (shows v3.1.2). [2]
  • GitHub repository (no v3.1.7 release/tag). [3]

If you want, I can search Git tags/releases on the repo or check a specific registry (npm, GitHub Packages, or a private registry) for v3.1.7.


🌐 Web query:

vite-plugin-storybook-nextjs npm versions 3.1.0 3.1.2 available

💡 Result:

Yes — version 3.1.0 is published and version 3.1.2 is available. Sources: [1][2].

Sources:
[1] jsDelivr package page showing v3.1.2.
[2] Snyk package versions list showing v3.1.0.


Revert version to ^3.1.2; v3.1.7 does not exist.

The update to vite-plugin-storybook-nextjs ^3.1.7 references a non-existent version. Available versions in the 3.1.x range are ^3.1.0 and ^3.1.2. Change to ^3.1.2 (the latest available in that series) or keep ^3.1.0 if no upgrade is needed.

🤖 Prompt for AI Agents
In code/frameworks/nextjs-vite/package.json around line 82, the dependency
version "vite-plugin-storybook-nextjs": "^3.1.7" points to a non-existent
release; change it to a valid version in the 3.1.x series (e.g., "^3.1.2") by
updating the version string accordingly so package resolution succeeds.

},
"devDependencies": {
"@types/node": "^22.0.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8437,7 +8437,7 @@ __metadata:
semver: "npm:^7.3.5"
styled-jsx: "npm:5.1.6"
typescript: "npm:^5.8.3"
vite-plugin-storybook-nextjs: "npm:^3.1.0"
vite-plugin-storybook-nextjs: "npm:^3.1.7"
peerDependencies:
next: ^14.1.0 || ^15.0.0 || ^16.0.0
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
Expand Down Expand Up @@ -31503,9 +31503,9 @@ __metadata:
languageName: node
linkType: hard

"vite-plugin-storybook-nextjs@npm:^3.1.0":
version: 3.1.1
resolution: "vite-plugin-storybook-nextjs@npm:3.1.1"
"vite-plugin-storybook-nextjs@npm:^3.1.7":
version: 3.1.7
resolution: "vite-plugin-storybook-nextjs@npm:3.1.7"
dependencies:
"@next/env": "npm:16.0.0"
image-size: "npm:^2.0.0"
Expand All @@ -31515,9 +31515,9 @@ __metadata:
vite-tsconfig-paths: "npm:^5.1.4"
peerDependencies:
next: ^14.1.0 || ^15.0.0 || ^16.0.0
storybook: ^0.0.0-0 || ^9.0.0 || ^10.0.0 || ^10.0.0-0 || ^10.1.0-0
storybook: ^0.0.0-0 || ^9.0.0 || ^10.0.0 || ^10.0.0-0 || ^10.1.0-0 || ^10.2.0-0
vite: ^5.0.0 || ^6.0.0 || ^7.0.0
checksum: 10c0/7bcb93fbea285685032f949f0d5e5fe0153ea762a12803eb3e559bf11797a3fa053b80d4975deac3e2a8e858aa118d0ac058929eae878bb7acd3b8a04082ba7a
checksum: 10c0/5254ff5cd9168740659752053316b7d14f270ebc41134926adc02cb2d162674f268b0b4a808b01694d1d7a3f958b694de3dc4132137d6e337c78f4a5b8fee50c
languageName: node
linkType: hard

Expand Down