Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2023
1 parent caa6c50 commit 8439d6d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v3

- name: Create archive
uses: thedoctor0/zip-release@0.6.2
uses: thedoctor0/zip-release@0.7.1
with:
type: 'zip'
filename: 'release.zip'
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.48.1",
"@typescript-eslint/parser": "^5.48.1",
"@vitest/coverage-c8": "^0.27.1",
"@vitest/coverage-c8": "^0.28.0",
"discord-api-types": "^0.37.28",
"discord.js": "^14.7.1",
"eslint": "^8.32.0",
Expand All @@ -35,7 +35,7 @@
"turbo": "^1.7.0",
"typedoc": "^0.23.24",
"typescript": "^4.9.4",
"vitest": "^0.27.1"
"vitest": "^0.28.0"
},
"lint-staged": {
"*.{mjs,ts,js}": [
Expand All @@ -44,5 +44,5 @@
]
},
"prettier": "@sapphire/prettier-config",
"packageManager": "yarn@3.3.1"
"packageManager": "yarn@3.4.1"
}
6 changes: 3 additions & 3 deletions packages/modules/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
},
"devDependencies": {
"@microsoft/tsdoc": "^0.14.2",
"@vitest/coverage-c8": "^0.27.1",
"@vitest/coverage-c8": "^0.28.0",
"gen-esm-wrapper": "^1.1.3",
"typedoc": "^0.23.24",
"typescript": "^4.9.4",
"vitest": "^0.27.1"
"vitest": "^0.28.0"
},
"engines": {
"node": ">=14.x"
Expand Down Expand Up @@ -62,5 +62,5 @@
"ci:lint": "eslint --fix=false --ext .ts src",
"ci:test": "tsc -b tests/mocks && vitest run --coverage"
},
"packageManager": "yarn@3.3.1"
"packageManager": "yarn@3.4.1"
}

0 comments on commit 8439d6d

Please sign in to comment.