Skip to content

Commit

Permalink
chore: remove import-fresh dependency (#2413)
Browse files Browse the repository at this point in the history
No dependency inside svelte-check uses it anymore. If it creeps back in check if the dependency uses a version that fixed sindresorhus/import-fresh#18
  • Loading branch information
dummdidumm committed Jun 24, 2024
1 parent 397139b commit be5e535
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 34 deletions.
1 change: 0 additions & 1 deletion packages/svelte-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"dependencies": {
"@jridgewell/trace-mapping": "^0.3.17",
"chokidar": "^3.4.1",
"import-fresh": "^3.2.1",
"picocolors": "^1.0.0",
"sade": "^1.7.4",
"svelte-preprocess": "^5.1.3",
Expand Down
4 changes: 3 additions & 1 deletion packages/svelte-check/rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,10 @@ export default [
'svelte',
'svelte/compiler',
'svelte-preprocess',
'import-fresh', // because of https://github.com/sindresorhus/import-fresh/issues/18
'@jridgewell/trace-mapping'
// import-fresh removed some time ago, no dependency uses it anymore.
// if it creeps back in check if the dependency uses a version that
// fixed https://github.com/sindresorhus/import-fresh/issues/18
]
}
];
32 changes: 0 additions & 32 deletions pnpm-lock.yaml

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

0 comments on commit be5e535

Please sign in to comment.