Skip to content

Commit

Permalink
refactor: upgrade bundle-require to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jul 16, 2024
1 parent 57654f6 commit 93033a1
Show file tree
Hide file tree
Showing 2 changed files with 84 additions and 118 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"build-fast": "npm run build -- --no-dts"
},
"dependencies": {
"bundle-require": "^4.0.0",
"bundle-require": "^5.0.0",
"cac": "^6.7.14",
"chokidar": "^3.6.0",
"debug": "^4.3.5",
"esbuild": "^0.23.0",
"execa": "^5.0.0",
"globby": "^11.0.3",
"joycon": "^3.0.1",
"joycon": "^3.1.1",
"postcss-load-config": "^4.0.1",
"resolve-from": "^5.0.0",
"rollup": "^4.18.1",
Expand All @@ -46,7 +46,7 @@
},
"devDependencies": {
"@microsoft/api-extractor": "^7.47.1",
"@rollup/plugin-json": "6.0.1",
"@rollup/plugin-json": "6.1.0",
"@swc/core": "1.6.13",
"@types/debug": "4.1.12",
"@types/fs-extra": "11.0.4",
Expand All @@ -56,12 +56,12 @@
"consola": "3.2.3",
"flat": "6.0.1",
"fs-extra": "11.2.0",
"postcss": "8.4.12",
"postcss": "8.4.39",
"postcss-simple-vars": "6.0.3",
"prettier": "3.3.3",
"resolve": "1.22.8",
"rollup-plugin-dts": "6.1.0",
"sass": "1.62.1",
"rollup-plugin-dts": "6.1.1",
"sass": "1.77.8",
"strip-json-comments": "4.0.0",
"svelte": "3.46.4",
"svelte-preprocess": "5.0.3",
Expand Down
Loading

0 comments on commit 93033a1

Please sign in to comment.