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] committed May 5, 2023
1 parent c9f9b52 commit 19c1045
Show file tree
Hide file tree
Showing 7 changed files with 1,221 additions and 1,114 deletions.
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"
}

0 comments on commit 19c1045

Please sign in to comment.