Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update all non-major dependencies #11

Merged
merged 1 commit into from May 8, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
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
823 changes: 0 additions & 823 deletions .yarn/releases/yarn-3.3.1.cjs

This file was deleted.

873 changes: 873 additions & 0 deletions .yarn/releases/yarn-3.5.1.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Expand Up @@ -8,4 +8,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: '@yarnpkg/plugin-version'

yarnPath: .yarn/releases/yarn-3.3.1.cjs
yarnPath: .yarn/releases/yarn-3.5.1.cjs
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -20,7 +20,7 @@
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vitest/coverage-c8": "^0.30.1",
"@vitest/coverage-c8": "^0.31.0",
"discord-api-types": "^0.37.38",
"discord.js": "^14.9.0",
"eslint": "^8.38.0",
Expand All @@ -33,7 +33,7 @@
"turbo": "^1.9.1",
"typedoc": "^0.24.4",
"typescript": "^4.9.5",
"vitest": "^0.30.1"
"vitest": "^0.31.0"
},
"lint-staged": {
"*.{mjs,ts,js}": [
Expand All @@ -42,5 +42,5 @@
]
},
"prettier": "@sapphire/prettier-config",
"packageManager": "yarn@3.3.1"
"packageManager": "yarn@3.5.1"
}
6 changes: 3 additions & 3 deletions packages/menus/package.json
Expand Up @@ -18,11 +18,11 @@
},
"devDependencies": {
"@microsoft/tsdoc": "^0.14.2",
"@vitest/coverage-c8": "^0.30.1",
"@vitest/coverage-c8": "^0.31.0",
"tsup": "^6.7.0",
"typedoc": "^0.24.4",
"typescript": "^4.9.5",
"vitest": "^0.30.1"
"vitest": "^0.31.0"
},
"engines": {
"node": ">=14.x"
Expand All @@ -48,5 +48,5 @@
"ci:lint": "eslint --fix=false --ext .ts src",
"ci:test": "vitest run --coverage"
},
"packageManager": "yarn@3.3.1"
"packageManager": "yarn@3.5.1"
}