Skip to content

Commit

Permalink
fix: upgrade bundle-require
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 22, 2024
1 parent d7c2967 commit 78af88d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 105 deletions.
4 changes: 0 additions & 4 deletions build.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,4 @@ export default defineBuildConfig({
'src/cli.ts',
],
clean: false,
// TODO: remove this when https://github.com/egoist/bundle-require/pull/41 is merged
rollup: {
inlineDependencies: true,
},
})
8 changes: 1 addition & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
"eslint": "^8.50.0 || ^9.0.0"
},
"dependencies": {
"bundle-require": "^4.0.3",
"cac": "^6.7.14",
"chokidar": "^3.6.0",
"esbuild": "^0.20.2",
"fast-glob": "^3.3.2",
"find-up": "^7.0.0",
"get-port-please": "^3.1.2",
"h3": "^1.11.1",
"load-tsconfig": "^0.2.5",
"minimatch": "^9.0.4",
"mrmime": "^2.0.0",
"open": "^10.1.0",
Expand All @@ -65,7 +65,6 @@
"@unocss/eslint-config": "^0.59.4",
"@unocss/nuxt": "^0.59.4",
"@vueuse/nuxt": "^10.9.0",
"bundle-require": "^4.0.2",
"eslint": "^9.1.0",
"floating-vue": "^5.2.2",
"fuse.js": "^7.0.0",
Expand All @@ -79,11 +78,6 @@
"unbuild": "^2.0.0",
"vue-tsc": "^2.0.14"
},
"pnpm": {
"patchedDependencies": {
"bundle-require@4.0.2": "patches/bundle-require@4.0.2.patch"
}
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged"
},
Expand Down
1 change: 0 additions & 1 deletion patches/README.md

This file was deleted.

78 changes: 0 additions & 78 deletions patches/bundle-require@4.0.2.patch

This file was deleted.

22 changes: 7 additions & 15 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 78af88d

Please sign in to comment.