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: apollographql/apollo-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a66829016b230ebd69a04319ceb911f20ee64bd6
Choose a base ref
..
head repository: apollographql/apollo-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 505415235c4f13fbed4d7741ed986c65bb13f97f
Choose a head ref
Showing with 5 additions and 5 deletions.
  1. +4 −4 smoke-test/package-lock.json
  2. +1 −1 smoke-test/package.json
8 changes: 4 additions & 4 deletions smoke-test/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 smoke-test/package.json
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
"devDependencies": {
"@rollup/plugin-commonjs": "28.0.3",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "16.0.0",
"@rollup/plugin-node-resolve": "16.0.1",
"@types/make-fetch-happen": "10.0.4",
"rollup": "3.29.5"
},