Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vercel/speed-insights
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.0.5
Choose a base ref
...
head repository: vercel/speed-insights
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.0.6
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 22, 2024

  1. Copy the full SHA
    1796587 View commit details
  2. Update package.json (#47)

    tobiaslins authored Jan 22, 2024
    Copy the full SHA
    35535d9 View commit details
Showing with 95 additions and 77 deletions.
  1. +20 −8 packages/web/package.json
  2. +75 −69 pnpm-lock.yaml
28 changes: 20 additions & 8 deletions packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vercel/speed-insights",
"version": "1.0.5",
"version": "1.0.6",
"description": "Speed Insights is a tool for measuring web performance and providing suggestions for improvement.",
"keywords": [
"speed-insights",
@@ -118,12 +118,24 @@
"vue": "^3",
"vue-router": "^4"
},
"optionalDependencies": {
"@sveltejs/kit": "^1",
"next": ">= 13",
"react": "^18 || ^19",
"svelte": "^4",
"vue": "^3",
"vue-router": "^4"
"peerDependenciesMeta": {
"@sveltejs/kit": {
"optional": true
},
"next": {
"optional": true
},
"react": {
"optional": true
},
"svelte": {
"optional": true
},
"vue": {
"optional": true
},
"vue-router": {
"optional": true
}
}
}
144 changes: 75 additions & 69 deletions pnpm-lock.yaml