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 Mar 1, 2023
1 parent bbeae49 commit c7e315a
Show file tree
Hide file tree
Showing 7 changed files with 1,029 additions and 890 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.2
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.4.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.4.1.cjs
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -20,7 +20,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.29.0",
"discord-api-types": "^0.37.28",
"discord.js": "^14.7.1",
"eslint": "^8.32.0",
Expand All @@ -33,7 +33,7 @@
"turbo": "^1.7.0",
"typedoc": "^0.23.24",
"typescript": "^4.9.4",
"vitest": "^0.27.1"
"vitest": "^0.29.0"
},
"lint-staged": {
"*.{mjs,ts,js}": [
Expand All @@ -42,5 +42,5 @@
]
},
"prettier": "@sapphire/prettier-config",
"packageManager": "yarn@3.3.1"
"packageManager": "yarn@3.4.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.27.1",
"@vitest/coverage-c8": "^0.29.0",
"tsup": "^6.5.0",
"typedoc": "^0.23.24",
"typescript": "^4.9.4",
"vitest": "^0.27.1"
"vitest": "^0.29.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.4.1"
}

0 comments on commit c7e315a

Please sign in to comment.