Skip to content

Commit

Permalink
Use @rollup/plugin-node-resolve in dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
leafOfTree committed Sep 24, 2024
1 parent fb8ed96 commit 64b4362
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 50 deletions.
74 changes: 29 additions & 45 deletions package-lock.json

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

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
"puppeteer": "^23.4.0",
"rollup": "^4.22.4",
"rollup-plugin-livereload": "^1.3.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-serve": "^1.0.3",
"rollup-plugin-svelte": "^7.2.2",
"@rollup/plugin-node-resolve": "^15.3.0",
"rollup-plugin-css-only": "^4.5.2",
"svelte": "^4.2.19"
},
"peerDependencies": {
Expand All @@ -46,9 +47,5 @@
],
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"@rollup/plugin-node-resolve": "^15.3.0",
"rollup-plugin-css-only": "^4.5.2"
}
}

0 comments on commit 64b4362

Please sign in to comment.