Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range 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: modernweb-dev/example-projects
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 73725c50219588fbe08876e0b9846c9803b95588
Choose a base ref
..
head repository: modernweb-dev/example-projects
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1aaccf81d1018b3de35ae1a18c5522aaee71f4f5
Choose a head ref
Showing with 16 additions and 16 deletions.
  1. +7 −7 snowpack-react/package-lock.json
  2. +1 −1 snowpack-react/package.json
  3. +7 −7 snowpack-svelte/package-lock.json
  4. +1 −1 snowpack-svelte/package.json
14 changes: 7 additions & 7 deletions snowpack-react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion snowpack-react/package.json
Original file line number Diff line number Diff line change
@@ -32,7 +32,7 @@
"@snowpack/web-test-runner-plugin": "0.2.2",
"@testing-library/react": "13.4.0",
"@web/test-runner": "0.16.0",
"chai": "4.4.1",
"chai": "4.5.0",
"prettier": "3.3.3",
"snowpack": "3.8.8"
},
14 changes: 7 additions & 7 deletions snowpack-svelte/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion snowpack-svelte/package.json
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@
"@snowpack/web-test-runner-plugin": "0.2.2",
"@testing-library/svelte": "3.2.2",
"@web/test-runner": "0.16.0",
"chai": "4.4.1",
"chai": "4.5.0",
"snowpack": "3.8.8"
}
}