Skip to content

Commit

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

* Update tsup.config.ts

---------

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 Jul 21, 2024
1 parent ab1cf2a commit 6e7c7af
Show file tree
Hide file tree
Showing 4 changed files with 316 additions and 272 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 dragonite Docker image
uses: docker/build-push-action@v6.3.0
uses: docker/build-push-action@v6.4.1
with:
push: true
context: ./
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,21 @@
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@swc/core": "^1.6.13",
"@swc/core": "^1.7.0",
"@types/figlet": "^1.5.8",
"@types/gradient-string": "^1.1.6",
"@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",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-prettier": "^5.2.1",
"lint-staged": "^15.2.7",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tsup": "^8.1.0",
"tsup": "^8.2.1",
"typescript": "~5.4.5"
},
"resolutions": {
Expand Down
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 6e7c7af

Please sign in to comment.