Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#346)
Browse files Browse the repository at this point in the history
* chore(deps): update all non-major dependencies

* chore: diaaaaaazeeeeeeeeeepam

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Jeroen Claassens <support@favware.tech>
  • Loading branch information
renovate[bot] and favna authored Jul 21, 2024
1 parent 943d4b4 commit 2f2b1ac
Show file tree
Hide file tree
Showing 5 changed files with 338 additions and 458 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push ArchAngel Docker image
uses: docker/build-push-action@v6.3.0
uses: docker/build-push-action@v6.4.1
with:
push: true
context: ./
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,16 @@
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@skyra/discord-components-core": "^3.6.1",
"@types/node": "^20.14.10",
"@types/node": "^20.14.11",
"@types/ws": "^8.5.11",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tsup": "^8.1.0",
"tsup": "^8.2.1",
"typescript": "^5.5.2"
},
"resolutions": {
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"@sapphire/ts-config/decorators"
],
"compilerOptions": {
"lib": ["ESNext", "DOM"]
"lib": ["ESNext", "DOM"],
"emitDecoratorMetadata": false
}
}
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from 'tsup';
export default defineConfig({
clean: true,
dts: false,
entry: ['src/**/*.ts', '!src/**/*.d.ts'],
entry: ['src/**'],
format: ['esm'],
minify: false,
skipNodeModulesBundle: true,
Expand Down
Loading

0 comments on commit 2f2b1ac

Please sign in to comment.