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 Apr 24, 2023
1 parent c9f9b52 commit 0ed7259
Show file tree
Hide file tree
Showing 7 changed files with 993 additions and 931 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.0.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.0.cjs
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -42,5 +42,5 @@
]
},
"prettier": "@sapphire/prettier-config",
"packageManager": "yarn@3.3.1"
"packageManager": "yarn@3.5.0"
}
2 changes: 1 addition & 1 deletion packages/menus/package.json
Expand Up @@ -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.0"
}

0 comments on commit 0ed7259

Please sign in to comment.