Skip to content

Commit

Permalink
Merge pull request #162 from sawa-ko/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
sawa-ko authored Jun 4, 2023
2 parents c22c8a9 + 9304a79 commit 5820b83
Show file tree
Hide file tree
Showing 4 changed files with 565 additions and 1,341 deletions.
555 changes: 278 additions & 277 deletions .yarn/releases/yarn-3.5.0.cjs → .yarn/releases/yarn-3.6.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 @@ -8,4 +8,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: '@yarnpkg/plugin-typescript'

yarnPath: .yarn/releases/yarn-3.5.0.cjs
yarnPath: .yarn/releases/yarn-3.6.0.cjs
40 changes: 20 additions & 20 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,45 +24,45 @@
"prepare": "husky install .github/husky"
},
"dependencies": {
"@discordjs/collection": "^1.4.0",
"@discordjs/collection": "^1.5.1",
"@favware/rollup-type-bundler": "^2.0.0",
"@sapphire/lexure": "^1.1.2",
"@sapphire/pieces": "^3.6.1",
"@sapphire/lexure": "^1.1.5",
"@sapphire/pieces": "^3.6.3",
"@sapphire/ratelimits": "^2.4.6",
"@sapphire/result": "2.6.0",
"@sapphire/utilities": "^3.11.0",
"@sapphire/result": "2.6.4",
"@sapphire/utilities": "^3.11.2",
"chalk": "^5.2.0",
"chokidar": "^3.5.3",
"tslib": "^2.5.0",
"tslib": "^2.5.3",
"tslog": "^4.8.2"
},
"devDependencies": {
"@commitlint/cli": "^17.4.4",
"@commitlint/config-conventional": "^17.4.4",
"@commitlint/cli": "^17.6.5",
"@commitlint/config-conventional": "^17.6.5",
"@favware/npm-deprecate": "^1.0.7",
"@sapphire/eslint-config": "^4.3.8",
"@sapphire/eslint-config": "^4.4.2",
"@sapphire/prettier-config": "^1.4.5",
"@sapphire/ts-config": "^3.3.4",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.3",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"@types/jest": "^29.5.2",
"@types/node": "^18.16.16",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint": "^8.42.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"git-cz": "^4.9.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-circus": "^29.5.0",
"lint-staged": "^13.2.0",
"prettier": "^2.8.4",
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.3",
"revolt.js": "^6.0.20",
"standard-version": "^9.5.0",
"ts-jest": "^29.0.5",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typedoc": "^0.23.27",
"typedoc": "^0.24.8",
"typedoc-plugin-mdn-links": "^3.0.3",
"typescript": "^4.9.5"
},
Expand Down Expand Up @@ -111,5 +111,5 @@
"jest-environment-jsdom": "https://registry.yarnpkg.com/@favware/skip-dependency/-/skip-dependency-1.1.3.tgz"
},
"prettier": "@sapphire/prettier-config",
"packageManager": "yarn@3.5.0"
"packageManager": "yarn@3.6.0"
}
Loading

0 comments on commit 5820b83

Please sign in to comment.