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 Mar 30, 2023
1 parent 72998c4 commit 90072b5
Show file tree
Hide file tree
Showing 7 changed files with 1,273 additions and 1,136 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
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
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"

yarnPath: .yarn/releases/yarn-3.3.1.cjs
yarnPath: .yarn/releases/yarn-3.5.0.cjs
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.14.1",
"@typescript-eslint/eslint-plugin": "^5.53.0",
"@typescript-eslint/parser": "^5.53.0",
"@vitest/coverage-c8": "^0.28.5",
"@vitest/coverage-c8": "^0.29.0",
"discord-api-types": "^0.37.28",
"discord.js": "^14.7.1",
"eslint": "^8.34.0",
Expand All @@ -35,7 +35,7 @@
"turbo": "^1.8.2",
"typedoc": "^0.23.25",
"typescript": "^4.9.5",
"vitest": "^0.28.5"
"vitest": "^0.29.0"
},
"lint-staged": {
"*.{mjs,ts,js}": [
Expand All @@ -44,5 +44,5 @@
]
},
"prettier": "@sapphire/prettier-config",
"packageManager": "yarn@3.3.1"
"packageManager": "yarn@3.5.0"
}
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.28.5",
"@vitest/coverage-c8": "^0.29.0",
"gen-esm-wrapper": "^1.1.3",
"typedoc": "^0.23.25",
"typescript": "^4.9.5",
"vitest": "^0.28.5"
"vitest": "^0.29.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.5.0"
}
Loading

0 comments on commit 90072b5

Please sign in to comment.