Skip to content

Commit

Permalink
oops (#6927)
Browse files Browse the repository at this point in the history
* oops

* lockfile
  • Loading branch information
Rich-Harris authored Sep 20, 2022
1 parent 3c3b6a8 commit 7a7f846
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/early-olives-burn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/adapter-node': patch
---

Add missing Rollup dependency
4 changes: 2 additions & 2 deletions packages/adapter-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"node-fetch": "^3.2.4",
"polka": "^1.0.0-next.22",
"rimraf": "^3.0.2",
"rollup": "^2.78.1",
"sirv": "^2.0.2",
"typescript": "^4.8.2",
"uvu": "^0.5.3"
},
"dependencies": {
"@rollup/plugin-commonjs": "^22.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^14.1.0"
"@rollup/plugin-node-resolve": "^14.1.0",
"rollup": "^2.78.1"
}
}
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 7a7f846

Please sign in to comment.