Skip to content

Commit

Permalink
chore(deps): update dependency @favware/rollup-type-bundler to v4 (#855)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency @favware/rollup-type-bundler to v4

* chore: i'll explain when you're older!

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jeroen Claassens <[email protected]>
  • Loading branch information
renovate[bot] and favna authored Jan 12, 2025
1 parent ec05fe5 commit 8a7558d
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 114 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@discordjs/collection": "^1.5.3",
"@favware/cliff-jumper": "^6.0.0",
"@favware/npm-deprecate": "^2.0.0",
"@favware/rollup-type-bundler": "^3.3.0",
"@favware/rollup-type-bundler": "^4.0.0",
"@sapphire/framework": "^5.3.2",
"@types/lodash": "^4.17.14",
"@types/node": "^22.10.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/discord.js-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"lint": "eslint src --ext ts --fix -c ../../.eslintrc",
"build": "yarn gen-index && tsup && yarn build:types",
"build:types": "concurrently \"yarn:build:types:*\"",
"build:types:cjs": "rollup-type-bundler -d dist/cjs -ot .cts",
"build:types:cjs": "rollup-type-bundler -d dist/cjs --output-typings-file-extension .cts",
"build:types:esm": "rollup-type-bundler -d dist/esm -t .mts",
"docs": "typedoc-json-parser",
"prepack": "yarn build",
Expand Down Expand Up @@ -68,7 +68,7 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^6.0.0",
"@favware/rollup-type-bundler": "^3.3.0",
"@favware/rollup-type-bundler": "^4.0.0",
"concurrently": "^9.1.2",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
Expand Down
Loading

0 comments on commit 8a7558d

Please sign in to comment.