Skip to content
Closed
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 examples/advanced/loading-from-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"superdoc": "0.20.0-next.13"
},
"devDependencies": {
"vite": "^4.4.6"
"vite": "^7.3.1"
}
}
2 changes: 1 addition & 1 deletion examples/collaboration/from-scratch/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.6"
"vite": "^7.3.1"
Comment on lines 13 to +14

Choose a reason for hiding this comment

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

P2 Badge Align @vitejs/plugin-vue with Vite 7

This example now uses Vite ^7.3.1 but still pins @vitejs/plugin-vue at ^4.2.3. Elsewhere in the repo, Vite 7 examples use plugin-vue 6.x (see examples/collaboration/production/client/package.json), which matches Vite’s newer plugin API. Keeping 4.x here risks peer-dependency conflicts and can break vite startup for this example. Updating plugin-vue to the Vite 7-compatible major should avoid that.

Useful? React with 👍 / 👎.

}
}
2 changes: 1 addition & 1 deletion examples/customization/toolbar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"superdoc": "0.20.0-next.13"
},
"devDependencies": {
"vite": "^4.4.6"
"vite": "^7.3.1"
}
}
2 changes: 1 addition & 1 deletion examples/getting-started/vanilla/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"superdoc": "0.20.0-next.13"
},
"devDependencies": {
"vite": "^4.4.6"
"vite": "^7.3.1"
}
}
2 changes: 1 addition & 1 deletion examples/getting-started/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"vite": "^4.4.6"
"vite": "^7.3.1"
Comment on lines 14 to +15

Choose a reason for hiding this comment

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

P2 Badge Align @vitejs/plugin-vue with Vite 7

This example now pins Vite to ^7.3.1 while keeping @vitejs/plugin-vue at ^4.2.3. Within this repo, Vite 7 examples are paired with plugin-vue 6.x (e.g., examples/collaboration/production/client/package.json), which matches the newer plugin API. Leaving 4.x here is likely to produce peer-dependency conflicts and can prevent vite from starting when someone runs the example. Consider bumping plugin-vue to the Vite 7-compatible major to keep the dev server working.

Useful? React with 👍 / 👎.

}
}
2 changes: 1 addition & 1 deletion examples/integrations/nextjs-ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"superdoc": "0.20.0-next.13",
"next": "15.3.3",
"next": "15.4.10",
"react": "^19.0.0",
"react-dom": "^19.0.0"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/word-addin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"source-map-loader": "^5.0.0",
"webpack": "^5.95.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "5.1.0"
"webpack-dev-server": "5.2.1"
},
"prettier": "office-addin-prettier-config",
"browserslist": [
Expand Down