Skip to content

Commit

Permalink
chore(deps): update npm to v10 (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Feb 1, 2024
1 parent e4b938c commit 65b53f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion integration/fixtures/kitchen-sink/destination/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "destination",
"version": "1.0.0",
"packageManager": "npm@9.9.2",
"packageManager": "npm@10.4.0",
"main": "bin.mjs",
"scripts": {
"start": "node bin.mjs"
Expand Down
2 changes: 1 addition & 1 deletion integration/fixtures/kitchen-sink/source/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "say-hello-world",
"version": "1.0.0",
"packageManager": "npm@9.9.2",
"packageManager": "npm@10.4.0",
"main": "index.mjs"
}
2 changes: 1 addition & 1 deletion integration/fixtures/missing-source-packages/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "missing-source-packages",
"version": "1.0.0",
"private": true,
"packageManager": "npm@9.9.2",
"packageManager": "npm@10.4.0",
"dependencies": {}
}

0 comments on commit 65b53f6

Please sign in to comment.